-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6ff5875
commit ac3d81b
Showing
28 changed files
with
132 additions
and
110 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
# @react-pdf/fontkit | ||
|
||
## 2.1.0 | ||
### Minor Changes | ||
|
||
## 2.1.1 | ||
|
||
### Patch Changes | ||
|
||
- [#1609](https://github.com/diegomura/react-pdf/pull/1609) [`3217a89`](https://github.com/diegomura/react-pdf/commit/3217a892e92ff98e92b6c7ea6e3244d403f679b6) Thanks [@jeetiss](https://github.com/jeetiss)! - added `[email protected]` to browser bundle to remove `core-js@2` and `regenerator-runtime` | ||
|
||
- [#1860](https://github.com/diegomura/react-pdf/pull/1860) [`89b8059`](https://github.com/diegomura/react-pdf/commit/89b8059185f917531a56b3424223e8656ffed8f7) Thanks [@diegomura](https://github.com/diegomura)! - fix: fontkit switch scoped vars | ||
|
||
## 2.1.0 | ||
|
||
- [#1610](https://github.com/diegomura/react-pdf/pull/1610) [`4c5d527`](https://github.com/diegomura/react-pdf/commit/4c5d52721d29d843f1d09c3fd74370832429f70e) Thanks [@jeetiss](https://github.com/jeetiss)! - updated rollup rollup-plugins and babel | ||
### Minor Changes | ||
|
||
- [#1609](https://github.com/diegomura/react-pdf/pull/1609) [`3217a89`](https://github.com/diegomura/react-pdf/commit/3217a892e92ff98e92b6c7ea6e3244d403f679b6) Thanks [@jeetiss](https://github.com/jeetiss)! - added `[email protected]` to browser bundle to remove `core-js@2` and `regenerator-runtime` | ||
|
||
* [#1610](https://github.com/diegomura/react-pdf/pull/1610) [`4c5d527`](https://github.com/diegomura/react-pdf/commit/4c5d52721d29d843f1d09c3fd74370832429f70e) Thanks [@jeetiss](https://github.com/jeetiss)! - updated rollup rollup-plugins and babel | ||
|
||
- [#1654](https://github.com/diegomura/react-pdf/pull/1654) [`ccf3bf2`](https://github.com/diegomura/react-pdf/commit/ccf3bf22867a9bd49668cdd3543ec32492a40e4b) Thanks [@jeetiss](https://github.com/jeetiss)! - added `@babel/runtime` to dependencies | ||
|
||
|
||
### Patch Changes | ||
|
||
|
||
|
||
- [#1581](https://github.com/diegomura/react-pdf/pull/1581) [`04449ab`](https://github.com/diegomura/react-pdf/commit/04449ab352db0cca2155024dd3e8c690e42193ca) Thanks [@jeetiss](https://github.com/jeetiss)! - added changelog with changesets | ||
|
||
- Updated dependencies [[`4c5d527`](https://github.com/diegomura/react-pdf/commit/4c5d52721d29d843f1d09c3fd74370832429f70e), [`04449ab`](https://github.com/diegomura/react-pdf/commit/04449ab352db0cca2155024dd3e8c690e42193ca)]: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/layout", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
"description": "Resolve overall document component's layout", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -21,11 +21,11 @@ | |
"@babel/runtime": "^7.16.4", | ||
"@react-pdf/fns": "1.0.0", | ||
"@react-pdf/image": "^2.1.1", | ||
"@react-pdf/pdfkit": "^2.2.0", | ||
"@react-pdf/pdfkit": "^2.3.0", | ||
"@react-pdf/primitives": "^3.0.0", | ||
"@react-pdf/stylesheet": "^3.0.0", | ||
"@react-pdf/stylesheet": "^3.1.0", | ||
"@react-pdf/textkit": "^3.0.0", | ||
"@react-pdf/types": "^2.0.9", | ||
"@react-pdf/types": "^2.1.0", | ||
"@react-pdf/yoga": "^2.0.4", | ||
"cross-fetch": "^3.1.5", | ||
"emoji-regex": "^8.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/render", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
"description": "A render engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
"@react-pdf/fns": "1.0.0", | ||
"@react-pdf/primitives": "^3.0.0", | ||
"@react-pdf/textkit": "^3.0.0", | ||
"@react-pdf/types": "^2.0.9", | ||
"@react-pdf/types": "^2.1.0", | ||
"abs-svg-path": "^0.1.1", | ||
"color-string": "^1.5.3", | ||
"normalize-svg-path": "^1.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
"description": "A styles engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.16.4", | ||
"@react-pdf/fns": "1.0.0", | ||
"@react-pdf/types": "^2.0.9", | ||
"@react-pdf/types": "^2.1.0", | ||
"color-string": "^1.5.3", | ||
"hsl-to-hex": "^1.0.0", | ||
"media-engine": "^1.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.0.9", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
"description": "React-pdf TypeScript definitions", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|