From 050655def8f508940e573d994b35b434cabb29e1 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Sun, 20 Oct 2024 19:26:15 +0900 Subject: [PATCH] v2.30.5 --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 4 ++-- packages/viewer/CHANGELOG.md | 6 ++++++ packages/viewer/package.json | 4 ++-- 8 files changed, 45 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbfae98d..d554b4d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.30.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.4...v2.30.5) (2024-10-20) + +### Bug Fixes + +- "Failed to parse stylesheet" warning (Firefox and Safari) ([0b57769](https://github.com/vivliostyle/vivliostyle.js/commit/0b57769eba89705611b1cf0a5463fb366cc75a73)) +- CSS counter-increment and counter-reset should be ignored for elements with `display: none` ([5ed23e8](https://github.com/vivliostyle/vivliostyle.js/commit/5ed23e869f98417aafe1593bb34ad6a0afca3520)), closes [#1385](https://github.com/vivliostyle/vivliostyle.js/issues/1385) +- CSS counter-reset scoping problem ([100c101](https://github.com/vivliostyle/vivliostyle.js/commit/100c101e1a62728e62202aff1a797e2adc9ab729)), closes [#1389](https://github.com/vivliostyle/vivliostyle.js/issues/1389) +- CSS direction property ignored on margin boxes ([61719eb](https://github.com/vivliostyle/vivliostyle.js/commit/61719eb4b540362ddc80469f32f88a2379752c4f)), closes [#1393](https://github.com/vivliostyle/vivliostyle.js/issues/1393) +- CSS implicit list-item counter ([56941e5](https://github.com/vivliostyle/vivliostyle.js/commit/56941e5f7706ec68639c711e55a961b168a00115)), closes [#1391](https://github.com/vivliostyle/vivliostyle.js/issues/1391) +- Float box inside inline element disappeared at page break ([6805ff9](https://github.com/vivliostyle/vivliostyle.js/commit/6805ff992c128f0beadbb1c4f11fcc2d8a3a0660)), closes [#1383](https://github.com/vivliostyle/vivliostyle.js/issues/1383) +- Prevent "A network error occurred." in console when using web fonts ([5cd0afc](https://github.com/vivliostyle/vivliostyle.js/commit/5cd0afca5d09257a9ab6cb613dfd85ecd38b66c9)) +- **viewer:** Deprecated meta tag "apple-mobile-web-app-capable" ([d1a23a4](https://github.com/vivliostyle/vivliostyle.js/commit/d1a23a4262b6235be44b0ebf49313deedc1402b4)) +- writing-mode on `[@page](https://github.com/page)` not inherited properly to margin boxes ([c5f8eb9](https://github.com/vivliostyle/vivliostyle.js/commit/c5f8eb90cd6dc741c540b9703658da42e4a47969)), closes [#1392](https://github.com/vivliostyle/vivliostyle.js/issues/1392) +- Wrong processing order of counter-set and counter-increment ([d1ca8cd](https://github.com/vivliostyle/vivliostyle.js/commit/d1ca8cd9645ac3c6a958c278bbb3d05fdf2662fe)), closes [#1390](https://github.com/vivliostyle/vivliostyle.js/issues/1390) + ## [2.30.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.3...v2.30.4) (2024-08-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 18cd729ad..467166331 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.30.4", + "version": "2.30.5", "includeMergedTags": true } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 39f92fcd2..3b7ff47fd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.30.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.4...v2.30.5) (2024-10-20) + +### Bug Fixes + +- "Failed to parse stylesheet" warning (Firefox and Safari) ([0b57769](https://github.com/vivliostyle/vivliostyle.js/commit/0b57769eba89705611b1cf0a5463fb366cc75a73)) +- CSS counter-increment and counter-reset should be ignored for elements with `display: none` ([5ed23e8](https://github.com/vivliostyle/vivliostyle.js/commit/5ed23e869f98417aafe1593bb34ad6a0afca3520)), closes [#1385](https://github.com/vivliostyle/vivliostyle.js/issues/1385) +- CSS counter-reset scoping problem ([100c101](https://github.com/vivliostyle/vivliostyle.js/commit/100c101e1a62728e62202aff1a797e2adc9ab729)), closes [#1389](https://github.com/vivliostyle/vivliostyle.js/issues/1389) +- CSS direction property ignored on margin boxes ([61719eb](https://github.com/vivliostyle/vivliostyle.js/commit/61719eb4b540362ddc80469f32f88a2379752c4f)), closes [#1393](https://github.com/vivliostyle/vivliostyle.js/issues/1393) +- CSS implicit list-item counter ([56941e5](https://github.com/vivliostyle/vivliostyle.js/commit/56941e5f7706ec68639c711e55a961b168a00115)), closes [#1391](https://github.com/vivliostyle/vivliostyle.js/issues/1391) +- Float box inside inline element disappeared at page break ([6805ff9](https://github.com/vivliostyle/vivliostyle.js/commit/6805ff992c128f0beadbb1c4f11fcc2d8a3a0660)), closes [#1383](https://github.com/vivliostyle/vivliostyle.js/issues/1383) +- Prevent "A network error occurred." in console when using web fonts ([5cd0afc](https://github.com/vivliostyle/vivliostyle.js/commit/5cd0afca5d09257a9ab6cb613dfd85ecd38b66c9)) +- writing-mode on `[@page](https://github.com/page)` not inherited properly to margin boxes ([c5f8eb9](https://github.com/vivliostyle/vivliostyle.js/commit/c5f8eb90cd6dc741c540b9703658da42e4a47969)), closes [#1392](https://github.com/vivliostyle/vivliostyle.js/issues/1392) +- Wrong processing order of counter-set and counter-increment ([d1ca8cd](https://github.com/vivliostyle/vivliostyle.js/commit/d1ca8cd9645ac3c6a958c278bbb3d05fdf2662fe)), closes [#1390](https://github.com/vivliostyle/vivliostyle.js/issues/1390) + ## [2.30.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.3...v2.30.4) (2024-08-20) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index c692d56bc..b0de3f174 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/core", "description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support", - "version": "2.30.4", + "version": "2.30.5", "author": "Vivliostyle Foundation", "scripts": { "build": "microbundle --format cjs --define VIVLIOSTYLE_DEBUG=false", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 6213bdc39..f375473d0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.30.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.4...v2.30.5) (2024-10-20) + +**Note:** Version bump only for package @vivliostyle/react + ## [2.30.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.3...v2.30.4) (2024-08-20) **Note:** Version bump only for package @vivliostyle/react diff --git a/packages/react/package.json b/packages/react/package.json index ae300e031..1b7f74a6d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/react", "description": "React component for Vivliostyle", - "version": "2.30.4", + "version": "2.30.5", "author": "Yasuaki Uechi ", "scripts": { "build": "microbundle-crl --format modern,cjs && shx rm -rf dist/stories", @@ -18,7 +18,7 @@ "dependencies": { "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", - "@vivliostyle/core": "^2.30.4" + "@vivliostyle/core": "^2.30.5" }, "peerDependencies": { "react": "^18.2.0", diff --git a/packages/viewer/CHANGELOG.md b/packages/viewer/CHANGELOG.md index 7155b30d5..2b2a19b08 100644 --- a/packages/viewer/CHANGELOG.md +++ b/packages/viewer/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.30.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.4...v2.30.5) (2024-10-20) + +### Bug Fixes + +- **viewer:** Deprecated meta tag "apple-mobile-web-app-capable" ([d1a23a4](https://github.com/vivliostyle/vivliostyle.js/commit/d1a23a4262b6235be44b0ebf49313deedc1402b4)) + ## [2.30.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.3...v2.30.4) (2024-08-20) **Note:** Version bump only for package @vivliostyle/viewer diff --git a/packages/viewer/package.json b/packages/viewer/package.json index 5f0bac9f8..cc344fbfe 100644 --- a/packages/viewer/package.json +++ b/packages/viewer/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/viewer", "description": "Vivliostyle Viewer - HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support", - "version": "2.30.4", + "version": "2.30.5", "author": "Vivliostyle Foundation", "scripts": { "build": "gulp build && cross-env NODE_ENV=production rollup -c", @@ -19,7 +19,7 @@ "test-sauce": "echo 'Tests for Vivliostyle Viewer has been disabled. See #618.'" }, "dependencies": { - "@vivliostyle/core": "^2.30.4", + "@vivliostyle/core": "^2.30.5", "i18next-ko": "^3.0.1", "knockout": "^3.5.0" },