From 7d8a92194301dacf764fafe7a9551f2948c466d8 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Fri, 10 Jan 2025 15:21:40 +0900 Subject: [PATCH] v2.30.8 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 4 ++-- packages/viewer/CHANGELOG.md | 4 ++++ packages/viewer/package.json | 4 ++-- 8 files changed, 40 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb231181..8a7b3a5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.30.8](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.7...v2.30.8) (2025-01-10) + +### Bug Fixes + +- fix broken table layout when table row has id attribute ([63b91aa](https://github.com/vivliostyle/vivliostyle.js/commit/63b91aa6c889bca1658f571f81f75960932f292f)), closes [#1439](https://github.com/vivliostyle/vivliostyle.js/issues/1439) +- fix calc() not working for unitless values ([91bbadc](https://github.com/vivliostyle/vivliostyle.js/commit/91bbadcf4e07c3615a05b4d8e99f99f905de44db)), closes [#1442](https://github.com/vivliostyle/vivliostyle.js/issues/1442) +- fix named page not applied at first page with running element ([7102c4b](https://github.com/vivliostyle/vivliostyle.js/commit/7102c4b0a5c2773f3d5c5f2fe86317dc2e2b325d)), closes [#1405](https://github.com/vivliostyle/vivliostyle.js/issues/1405) +- fix wrong cascading with -webkit-box-sizing and box-sizing ([5c9b401](https://github.com/vivliostyle/vivliostyle.js/commit/5c9b401c8992b222fa7768f17af3d3d33fe48b92)), closes [#1427](https://github.com/vivliostyle/vivliostyle.js/issues/1427) +- prevent running elements and absolutely positioned elements from being broken ([651065e](https://github.com/vivliostyle/vivliostyle.js/commit/651065ef4950d294a1ab769bdd51f0c41216a0ee)), closes [#1430](https://github.com/vivliostyle/vivliostyle.js/issues/1430) +- prevent wrong page/column break at ruby ([25ab417](https://github.com/vivliostyle/vivliostyle.js/commit/25ab417af055ccb744e07ebaf74d7f68bd66ef29)), closes [#1401](https://github.com/vivliostyle/vivliostyle.js/issues/1401) +- Table cell with rowspan may disappear after page break ([690b3de](https://github.com/vivliostyle/vivliostyle.js/commit/690b3deb08c3302adf17ff2843ddae83b798dff3)), closes [#1403](https://github.com/vivliostyle/vivliostyle.js/issues/1403) +- Text-decoration-line should not be skipped at space inserted by text-spacing ([ea465b6](https://github.com/vivliostyle/vivliostyle.js/commit/ea465b615be748d3a671fc85058b558f6afd114e)), closes [#1061](https://github.com/vivliostyle/vivliostyle.js/issues/1061) + ## [2.30.7](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.6...v2.30.7) (2024-11-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 74b95469e..cffe7f9f2 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages/*" ], "npmClient": "yarn", - "version": "2.30.7", + "version": "2.30.8", "includeMergedTags": true } \ No newline at end of file diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ff08fa28d..8f0b2fef5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.30.8](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.7...v2.30.8) (2025-01-10) + +### Bug Fixes + +- fix broken table layout when table row has id attribute ([63b91aa](https://github.com/vivliostyle/vivliostyle.js/commit/63b91aa6c889bca1658f571f81f75960932f292f)), closes [#1439](https://github.com/vivliostyle/vivliostyle.js/issues/1439) +- fix calc() not working for unitless values ([91bbadc](https://github.com/vivliostyle/vivliostyle.js/commit/91bbadcf4e07c3615a05b4d8e99f99f905de44db)), closes [#1442](https://github.com/vivliostyle/vivliostyle.js/issues/1442) +- fix named page not applied at first page with running element ([7102c4b](https://github.com/vivliostyle/vivliostyle.js/commit/7102c4b0a5c2773f3d5c5f2fe86317dc2e2b325d)), closes [#1405](https://github.com/vivliostyle/vivliostyle.js/issues/1405) +- fix wrong cascading with -webkit-box-sizing and box-sizing ([5c9b401](https://github.com/vivliostyle/vivliostyle.js/commit/5c9b401c8992b222fa7768f17af3d3d33fe48b92)), closes [#1427](https://github.com/vivliostyle/vivliostyle.js/issues/1427) +- prevent running elements and absolutely positioned elements from being broken ([651065e](https://github.com/vivliostyle/vivliostyle.js/commit/651065ef4950d294a1ab769bdd51f0c41216a0ee)), closes [#1430](https://github.com/vivliostyle/vivliostyle.js/issues/1430) +- prevent wrong page/column break at ruby ([25ab417](https://github.com/vivliostyle/vivliostyle.js/commit/25ab417af055ccb744e07ebaf74d7f68bd66ef29)), closes [#1401](https://github.com/vivliostyle/vivliostyle.js/issues/1401) +- Table cell with rowspan may disappear after page break ([690b3de](https://github.com/vivliostyle/vivliostyle.js/commit/690b3deb08c3302adf17ff2843ddae83b798dff3)), closes [#1403](https://github.com/vivliostyle/vivliostyle.js/issues/1403) +- Text-decoration-line should not be skipped at space inserted by text-spacing ([ea465b6](https://github.com/vivliostyle/vivliostyle.js/commit/ea465b615be748d3a671fc85058b558f6afd114e)), closes [#1061](https://github.com/vivliostyle/vivliostyle.js/issues/1061) + ## [2.30.7](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.6...v2.30.7) (2024-11-27) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index f3ad0caa2..a6c556dba 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.7", + "version": "2.30.8", "author": "Vivliostyle Foundation", "scripts": { "build": "tsc --emitDeclarationOnly && esbuild src/vivliostyle.ts --bundle --outfile=lib/vivliostyle.js --format=cjs --define:VIVLIOSTYLE_DEBUG=false --minify --sourcemap --target=es2018", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 75892fdb7..049a6818c 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.8](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.7...v2.30.8) (2025-01-10) + +**Note:** Version bump only for package @vivliostyle/react + ## [2.30.7](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.6...v2.30.7) (2024-11-27) **Note:** Version bump only for package @vivliostyle/react diff --git a/packages/react/package.json b/packages/react/package.json index f179f8523..d11295af0 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.7", + "version": "2.30.8", "author": "Yasuaki Uechi ", "scripts": { "build": "microbundle --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.7" + "@vivliostyle/core": "^2.30.8" }, "peerDependencies": { "react": "^18.2.0", diff --git a/packages/viewer/CHANGELOG.md b/packages/viewer/CHANGELOG.md index 2c9843854..94f1e392d 100644 --- a/packages/viewer/CHANGELOG.md +++ b/packages/viewer/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.8](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.7...v2.30.8) (2025-01-10) + +**Note:** Version bump only for package @vivliostyle/viewer + ## [2.30.7](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.6...v2.30.7) (2024-11-27) **Note:** Version bump only for package @vivliostyle/viewer diff --git a/packages/viewer/package.json b/packages/viewer/package.json index 99907f631..c3f0a09be 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.7", + "version": "2.30.8", "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.7", + "@vivliostyle/core": "^2.30.8", "i18next-ko": "^3.0.1", "knockout": "^3.5.0" },