Skip to content

Commit

Permalink
v2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Jan 17, 2025
1 parent 5b094aa commit 6840c35
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.31.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.8...v2.31.0) (2025-01-17)

### Features

- Support extended CSS Page float values such as `float: top right` ([8f8b0cc](https://github.com/vivliostyle/vivliostyle.js/commit/8f8b0cc56cd787bc13e5f014839480c7b95512ce)), closes [#543](https://github.com/vivliostyle/vivliostyle.js/issues/543)
- support logical values for CSS clear property ([f9751ba](https://github.com/vivliostyle/vivliostyle.js/commit/f9751ba980ef8945102b1f26c4cc90fbd6e331ab))

## [2.30.8](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.7...v2.30.8) (2025-01-10)

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

# [2.31.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.8...v2.31.0) (2025-01-17)

### Features

- Support extended CSS Page float values such as `float: top right` ([8f8b0cc](https://github.com/vivliostyle/vivliostyle.js/commit/8f8b0cc56cd787bc13e5f014839480c7b95512ce)), closes [#543](https://github.com/vivliostyle/vivliostyle.js/issues/543)
- support logical values for CSS clear property ([f9751ba](https://github.com/vivliostyle/vivliostyle.js/commit/f9751ba980ef8945102b1f26c4cc90fbd6e331ab))

## [2.30.8](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.7...v2.30.8) (2025-01-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "2.31.0",
"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 Down
4 changes: 4 additions & 0 deletions packages/react/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.31.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.8...v2.31.0) (2025-01-17)

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

## [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
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.8",
"version": "2.31.0",
"author": "Yasuaki Uechi <y@uechi.io>",
"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.8"
"@vivliostyle/core": "^2.31.0"
},
"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.31.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.8...v2.31.0) (2025-01-17)

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

## [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
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.8",
"version": "2.31.0",
"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.8",
"@vivliostyle/core": "^2.31.0",
"i18next-ko": "^3.0.1",
"knockout": "^3.5.0"
},
Expand Down

0 comments on commit 6840c35

Please sign in to comment.