Skip to content

Commit

Permalink
v2.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Nov 17, 2024
1 parent 88bdebc commit 8a2db8e
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.30.6](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.5...v2.30.6) (2024-11-17)

### Bug Fixes

- Broken text layout at page break when ruby-text font size is larger than usual ([2bb4d0e](https://github.com/vivliostyle/vivliostyle.js/commit/2bb4d0e2343734421f5082849e692d17846b4eee)), closes [#1401](https://github.com/vivliostyle/vivliostyle.js/issues/1401)
- Broken text layout at page/column break caused by inline SVG ([ecb01ef](https://github.com/vivliostyle/vivliostyle.js/commit/ecb01efed0e75499b3c6dd2e6abae6be46e96ab6)), closes [#1406](https://github.com/vivliostyle/vivliostyle.js/issues/1406)
- error in react/storybook ([7e947f9](https://github.com/vivliostyle/vivliostyle.js/commit/7e947f9b00a554c1d2b209ddd5077f047e2d2523)), closes [#1419](https://github.com/vivliostyle/vivliostyle.js/issues/1419)
- Improve epub:noteref/footnote support ([6c894e7](https://github.com/vivliostyle/vivliostyle.js/commit/6c894e75b27c19578e0ccd03d591ba93c0629fe9)), closes [sample.xhtml#fn1](https://github.com/sample.xhtml/issues/fn1)
- Make Arabic letters look connected before and after break at soft hyphen ([03bc5ea](https://github.com/vivliostyle/vivliostyle.js/commit/03bc5ea3c5467b27de7ca0a76721ae845415e308)), closes [#1414](https://github.com/vivliostyle/vivliostyle.js/issues/1414)
- text-autospace should not put space glyph in PDF ([bc3346f](https://github.com/vivliostyle/vivliostyle.js/commit/bc3346fd49f9b73ff760aa096c8bd88f04e78477)), closes [#1411](https://github.com/vivliostyle/vivliostyle.js/issues/1411)

## [2.30.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.4...v2.30.5) (2024-10-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"npmClient": "yarn",
"version": "2.30.5",
"version": "2.30.6",
"includeMergedTags": true
}
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.30.6](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.5...v2.30.6) (2024-11-17)

### Bug Fixes

- Broken text layout at page break when ruby-text font size is larger than usual ([2bb4d0e](https://github.com/vivliostyle/vivliostyle.js/commit/2bb4d0e2343734421f5082849e692d17846b4eee)), closes [#1401](https://github.com/vivliostyle/vivliostyle.js/issues/1401)
- Broken text layout at page/column break caused by inline SVG ([ecb01ef](https://github.com/vivliostyle/vivliostyle.js/commit/ecb01efed0e75499b3c6dd2e6abae6be46e96ab6)), closes [#1406](https://github.com/vivliostyle/vivliostyle.js/issues/1406)
- error in react/storybook ([7e947f9](https://github.com/vivliostyle/vivliostyle.js/commit/7e947f9b00a554c1d2b209ddd5077f047e2d2523)), closes [#1419](https://github.com/vivliostyle/vivliostyle.js/issues/1419)
- Improve epub:noteref/footnote support ([6c894e7](https://github.com/vivliostyle/vivliostyle.js/commit/6c894e75b27c19578e0ccd03d591ba93c0629fe9)), closes [sample.xhtml#fn1](https://github.com/sample.xhtml/issues/fn1)
- Make Arabic letters look connected before and after break at soft hyphen ([03bc5ea](https://github.com/vivliostyle/vivliostyle.js/commit/03bc5ea3c5467b27de7ca0a76721ae845415e308)), closes [#1414](https://github.com/vivliostyle/vivliostyle.js/issues/1414)
- text-autospace should not put space glyph in PDF ([bc3346f](https://github.com/vivliostyle/vivliostyle.js/commit/bc3346fd49f9b73ff760aa096c8bd88f04e78477)), closes [#1411](https://github.com/vivliostyle/vivliostyle.js/issues/1411)

## [2.30.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.4...v2.30.5) (2024-10-20)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/core",
"description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
"version": "2.30.5",
"version": "2.30.6",
"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",
Expand All @@ -17,11 +17,11 @@
"fast-diff": "^1.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.5...v2.30.6) (2024-11-17)

### Bug Fixes

- error in react/storybook ([7e947f9](https://github.com/vivliostyle/vivliostyle.js/commit/7e947f9b00a554c1d2b209ddd5077f047e2d2523)), closes [#1419](https://github.com/vivliostyle/vivliostyle.js/issues/1419)

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/react",
"description": "React component for Vivliostyle",
"version": "2.30.5",
"version": "2.30.6",
"author": "Yasuaki Uechi <[email protected]>",
"scripts": {
"build": "microbundle --format modern,cjs && shx rm -rf dist/stories",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@vivliostyle/core": "^2.30.5"
"@vivliostyle/core": "^2.30.6"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.5...v2.30.6) (2024-11-17)

**Note:** Version bump only for package @vivliostyle/viewer

## [2.30.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.4...v2.30.5) (2024-10-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
@@ -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.5",
"version": "2.30.6",
"author": "Vivliostyle Foundation",
"scripts": {
"build": "gulp build && cross-env NODE_ENV=production rollup -c",
Expand All @@ -19,7 +19,7 @@
"test-sauce": "echo 'Tests for Vivliostyle Viewer has been disabled. See #618.'"
},
"dependencies": {
"@vivliostyle/core": "^2.30.5",
"@vivliostyle/core": "^2.30.6",
"i18next-ko": "^3.0.1",
"knockout": "^3.5.0"
},
Expand Down

0 comments on commit 8a2db8e

Please sign in to comment.