Skip to content

Commit

Permalink
πŸ”– πŸ“ CHANGELOG: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Nov 24, 2023
1 parent 4258590 commit 77d8c7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CHANGELOG

## [next]
## [3.1.0]

* [utils] Added SIG_FLAGS and ANNOTATION_FLAGS to improve readability;
* [utils] Reworked findByteRange to match in more cases where it was incompatible so far (it didn't allow optional spaces in the array).
* [placeholder-pdfkit010] Uses SIG_FLAGS and ANNOTATION_FLAGS instead of magic numbers;
* [placeholder-pdfkit010] Allow passing in widgetRect to override the default [0, 0, 0, 0] one;
* [placeholder-plain] Allow passing in widgetRect to override the default [0, 0, 0, 0] one;
* [utils] Added `SIG_FLAGS` and `ANNOTATION_FLAGS` to improve readability;
* [utils] Reworked `findByteRange` to match in more cases where it was incompatible so far (it didn't allow optional spaces in the array).
* [placeholder-pdfkit010] Uses `SIG_FLAGS` and `ANNOTATION_FLAGS` instead of magic numbers;
* [placeholder-pdfkit010] Allow passing in `widgetRect` to override the default `[0, 0, 0, 0]` one;
* [placeholder-plain] Allow passing in `widgetRect` to override the default `[0, 0, 0, 0]` one;
* [placeholder-pdf-lib] Introduce the package that uses PDF-LIB for adding a placeholder;
* [signpdf] Use the BR position findByteRange provides to spare a search for it;
* [signpdf] Use the BR position `findByteRange` provides to spare a search for it;
* [signpdf] Reexports the `Signer` base (abstract) class and `SignPdfError`;
* [examples] Introduce [an example that provides a visible widget](packages/examples/src/pdfkit010-with-visual.js) (implemented with pdfkit);
* [examples] Introduce [a `placeholder-pdf-lib` example](packages/examples/src/pdf-lib.js);
Expand Down

0 comments on commit 77d8c7a

Please sign in to comment.