@react-pdf/layout
Advanced tools
Comparing version 3.0.0 to 3.1.0
# @react-pdf/layout | ||
## 3.1.0 | ||
### Minor Changes | ||
- [#1862](https://github.com/diegomura/react-pdf/pull/1862) [`1411d16`](https://github.com/diegomura/react-pdf/commit/1411d162e04ca237bad93729695c363fdf4bdbeb) Thanks [@diegomura](https://github.com/diegomura)! - feat: bookmarks support | ||
* [#1871](https://github.com/diegomura/react-pdf/pull/1871) [`22fb0f0`](https://github.com/diegomura/react-pdf/commit/22fb0f008ac2a2e251657e9cbd97ccedb4ff67db) Thanks [@jeetiss](https://github.com/jeetiss)! - added esm bundle | ||
- [#1869](https://github.com/diegomura/react-pdf/pull/1869) [`5d2c308`](https://github.com/diegomura/react-pdf/commit/5d2c3088cf438a8abf1038b14a21117fecf59d57) Thanks [@diegomura](https://github.com/diegomura)! - feat: variable dpi | ||
### Patch Changes | ||
- [#1858](https://github.com/diegomura/react-pdf/pull/1858) [`70c3c9f`](https://github.com/diegomura/react-pdf/commit/70c3c9f52517dc2820765e657dd2bff6b47d1ef2) Thanks [@diegomura](https://github.com/diegomura)! - fix: line width computation | ||
* [#1857](https://github.com/diegomura/react-pdf/pull/1857) [`d958b0a`](https://github.com/diegomura/react-pdf/commit/d958b0ae06a61c157b2581488a9121a0464222f4) Thanks [@diegomura](https://github.com/diegomura)! - feat: embed same image once in final document | ||
* Updated dependencies [[`1411d16`](https://github.com/diegomura/react-pdf/commit/1411d162e04ca237bad93729695c363fdf4bdbeb), [`4fadb48`](https://github.com/diegomura/react-pdf/commit/4fadb48983d7269452f89f80c7e341ece859aaee), [`d958b0a`](https://github.com/diegomura/react-pdf/commit/d958b0ae06a61c157b2581488a9121a0464222f4), [`24f5c77`](https://github.com/diegomura/react-pdf/commit/24f5c77706e12dbab45053cb704a2fe7cf60eb53), [`ce8762f`](https://github.com/diegomura/react-pdf/commit/ce8762f6de5c796e69ec5a225c7f3ff9c619a960), [`5d2c308`](https://github.com/diegomura/react-pdf/commit/5d2c3088cf438a8abf1038b14a21117fecf59d57)]: | ||
- @react-pdf/pdfkit@2.3.0 | ||
- @react-pdf/types@2.1.0 | ||
- @react-pdf/stylesheet@3.1.0 | ||
## 3.0.0 | ||
@@ -4,0 +25,0 @@ |
{ | ||
"name": "@react-pdf/layout", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -8,3 +8,4 @@ "description": "Resolve overall document component's layout", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "lib/index.js", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.esm.js", | ||
"repository": { | ||
@@ -17,4 +18,4 @@ "type": "git", | ||
"test": "jest", | ||
"build": "rimraf ./lib && babel src --out-dir lib", | ||
"watch": "rimraf ./lib && babel src --out-dir lib --watch" | ||
"build": "rimraf ./lib && rollup -c", | ||
"watch": "rimraf ./lib && rollup -c -w" | ||
}, | ||
@@ -25,7 +26,7 @@ "dependencies": { | ||
"@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", | ||
@@ -32,0 +33,0 @@ "cross-fetch": "^3.1.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229214
6678
5
1
Updated@react-pdf/pdfkit@^2.3.0
Updated@react-pdf/stylesheet@^3.1.0
Updated@react-pdf/types@^2.1.0