@vivliostyle/cli 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -11
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,32 @@
|
|
|
1
|
-
# [4.
|
|
1
|
+
# [4.2.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.1.0...v4.2.0) (2021-09-18)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* Update vivliostyle.js to 2.
|
|
6
|
+
* Update vivliostyle.js to 2.10.0 ([219eab1](https://github.com/vivliostyle/vivliostyle-cli/commit/219eab125a577465a64b22a0f2b2ba739b9ba556))
|
|
7
7
|
|
|
8
|
-
# [4.
|
|
8
|
+
# [4.1.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v4.0.0...v4.1.0) (2021-09-11)
|
|
9
9
|
|
|
10
|
+
### Features
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
- Update vivliostyle.js to 2.9.1 ([f19b085](https://github.com/vivliostyle/vivliostyle-cli/commit/f19b085e4e61c9f38f88933b4bfcdbac17857b6c))
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
# [4.0.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.5.2...v4.0.0) (2021-08-28)
|
|
15
|
+
|
|
16
|
+
### chore
|
|
14
17
|
|
|
18
|
+
- Update node engines ([30abdfa](https://github.com/vivliostyle/vivliostyle-cli/commit/30abdfac9d7bb563c9831059d8b564bee55ec358))
|
|
15
19
|
|
|
16
20
|
### Features
|
|
17
21
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
- Add render mode supports docker ([b2931b3](https://github.com/vivliostyle/vivliostyle-cli/commit/b2931b3e4c230633acb794c673e79cde93bd6d3d))
|
|
23
|
+
- Lazy install chromium ([966f02c](https://github.com/vivliostyle/vivliostyle-cli/commit/966f02ca4c406155bab69c9d65c9c6b4d2f2ea17))
|
|
24
|
+
- Support preflight options ([1c78975](https://github.com/vivliostyle/vivliostyle-cli/commit/1c789753dff747fe1f23e8eb3ca573ce7214944f))
|
|
22
25
|
|
|
23
26
|
### BREAKING CHANGES
|
|
24
27
|
|
|
25
|
-
|
|
26
|
-
|
|
28
|
+
- Node v12 is now the minimum supported version
|
|
29
|
+
- Switched to use puppeteer-core rather than puppeteer. If you're using vivliostyle-cli in any containers, you should run puppeteer's install.js and contain the browser runtime.
|
|
27
30
|
|
|
28
31
|
## [3.5.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.5.1...v3.5.2) (2021-07-23)
|
|
29
32
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vivliostyle/cli",
|
|
3
3
|
"description": "Save the pdf file via Headless Chrome and Vivliostyle.",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.2.0",
|
|
5
5
|
"author": "spring_raining <harusamex.com@gmail.com>",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "yarn clean && run-p build:*",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@vivliostyle/vfm": "1.0.2",
|
|
23
|
-
"@vivliostyle/viewer": "2.
|
|
23
|
+
"@vivliostyle/viewer": "2.10.0",
|
|
24
24
|
"ajv": "^7.0.4",
|
|
25
25
|
"ajv-formats": "^1.5.1",
|
|
26
26
|
"chalk": "^4.1.2",
|