@vivliostyle/core
Advanced tools
Comparing version 2.1.1 to 2.1.2-pre.0
@@ -6,13 +6,16 @@ # Change Log | ||
## [2.1.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0...v2.1.1) (2020-06-30) | ||
## [2.1.2-pre.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.1...v2.1.2-pre.0) (2020-09-18) | ||
### Bug Fixes | ||
* only generate commonjs ([08f6410](https://github.com/vivliostyle/vivliostyle.js/commit/08f64109a9a7ef485b0b8d783f2c0f3f969a1151)) | ||
- EPUBCFI with %-encoded characters not working ([309ab42](https://github.com/vivliostyle/vivliostyle.js/commit/309ab4282f163b3239c03aaf4013bf20b4684463)), closes [#650](https://github.com/vivliostyle/vivliostyle.js/issues/650) | ||
- Internal links not working when the URL fragment has %-encoded characters ([f12e9c5](https://github.com/vivliostyle/vivliostyle.js/commit/f12e9c51a5f19356d24d258b7142cee497d61bb3)), closes [#649](https://github.com/vivliostyle/vivliostyle.js/issues/649) | ||
- Reloading causes unexpected move to the previous page ([8f872e1](https://github.com/vivliostyle/vivliostyle.js/commit/8f872e1d0ae1dc7421a2d7a70d0dad96854b00d4)), closes [#651](https://github.com/vivliostyle/vivliostyle.js/issues/651) | ||
## [2.1.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0...v2.1.1) (2020-06-30) | ||
### Bug Fixes | ||
- only generate commonjs ([08f6410](https://github.com/vivliostyle/vivliostyle.js/commit/08f64109a9a7ef485b0b8d783f2c0f3f969a1151)) | ||
# [2.1.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.3...v2.1.0) (2020-06-30) | ||
@@ -22,17 +25,8 @@ | ||
# [2.1.0-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.2...v2.1.0-pre.3) (2020-06-30) | ||
### Bug Fixes | ||
* change epage type to number ([a059d11](https://github.com/vivliostyle/vivliostyle.js/commit/a059d1156d2bd10fc3dbc902ee1c128620c46e2b)) | ||
- change epage type to number ([a059d11](https://github.com/vivliostyle/vivliostyle.js/commit/a059d1156d2bd10fc3dbc902ee1c128620c46e2b)) | ||
# [2.1.0-pre.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.1...v2.1.0-pre.2) (2020-06-30) | ||
@@ -42,6 +36,2 @@ | ||
# [2.1.0-pre.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.0...v2.1.0-pre.1) (2020-06-30) | ||
@@ -48,0 +38,0 @@ |
@@ -6,1 +6,2 @@ export * from "./vivliostyle/constants"; | ||
export * from "./vivliostyle/print"; | ||
export * from "./vivliostyle/assets"; |
@@ -54,9 +54,1 @@ /** | ||
} | ||
/** | ||
* Pubilc members of the bundled library. | ||
*/ | ||
export declare const constants: { | ||
PageProgression: typeof PageProgression; | ||
PageSide: typeof PageSide; | ||
ReadyState: typeof ReadyState; | ||
}; |
@@ -227,6 +227,1 @@ /** | ||
export declare const PageViewMode: typeof AdaptiveViewer.PageViewMode; | ||
export declare const viewer: { | ||
CoreViewer: typeof CoreViewer; | ||
PageViewMode: typeof AdaptiveViewer.PageViewMode; | ||
ZoomType: typeof AdaptiveViewer.ZoomType; | ||
}; |
@@ -44,3 +44,3 @@ import * as Net from "./net"; | ||
APPLICATION_XML = "application/xml", | ||
APPLICATION_XHTML_XML = "application/xhtml_xml", | ||
APPLICATION_XHTML_XML = "application/xhtml+xml", | ||
IMAGE_SVG_XML = "image/svg+xml" | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "@vivliostyle/core", | ||
"description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support", | ||
"version": "2.1.1", | ||
"version": "2.1.2-pre.0", | ||
"author": "Vivliostyle Foundation", | ||
@@ -55,3 +55,3 @@ "scripts": { | ||
"license": "AGPL-3.0", | ||
"gitHead": "40cfe2857108d91e3358d9a51a373f56143c5d65" | ||
"gitHead": "8d6f155dc717ee99f0a1dc879a05d5031b76660f" | ||
} |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1080072
13362
2
5