Skip to content

Commit

Permalink
v2.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Jul 21, 2024
1 parent f5afa87 commit 827242c
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 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.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21)

### Bug Fixes

- `-adapt-template: footnote` should work for "user-agent.xml#footnote" ([2b2aa83](https://github.com/vivliostyle/vivliostyle.js/commit/2b2aa835ea6ac49bf3c7e327f6edb92f132213a1))
- `epub:type="footnote"` on non-`aside` element should not cause footnote layout ([1f21f56](https://github.com/vivliostyle/vivliostyle.js/commit/1f21f56eea9fcf3f498444cc866d639496e6c35a)), closes [#1363](https://github.com/vivliostyle/vivliostyle.js/issues/1363)
- Attribute selectors with wildcard namespace not worked ([b7c45f7](https://github.com/vivliostyle/vivliostyle.js/commit/b7c45f7e39010a1f1dc1895de8787b5f7de4a90d))
- Browser-native MathML should be enabled when MathJax is not loaded ([c1a760e](https://github.com/vivliostyle/vivliostyle.js/commit/c1a760e30db8d0e54bdb49923bd3e99367e985ab))
- Flexbox not working on page floats (Regression in v2.28.0) ([eb4b6e1](https://github.com/vivliostyle/vivliostyle.js/commit/eb4b6e12bad0c76fbdba0e5c7e82df040e24052b)), closes [#1354](https://github.com/vivliostyle/vivliostyle.js/issues/1354)
- unsupported nested media rule causes subsequent rules to fail ([6098105](https://github.com/vivliostyle/vivliostyle.js/commit/6098105b2b386ad0dc70b533bc2bbada9f783016)), closes [#1360](https://github.com/vivliostyle/vivliostyle.js/issues/1360)

## [2.30.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.0...v2.30.1) (2024-06-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.30.1",
"version": "2.30.2",
"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.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21)

### Bug Fixes

- `-adapt-template: footnote` should work for "user-agent.xml#footnote" ([2b2aa83](https://github.com/vivliostyle/vivliostyle.js/commit/2b2aa835ea6ac49bf3c7e327f6edb92f132213a1))
- `epub:type="footnote"` on non-`aside` element should not cause footnote layout ([1f21f56](https://github.com/vivliostyle/vivliostyle.js/commit/1f21f56eea9fcf3f498444cc866d639496e6c35a)), closes [#1363](https://github.com/vivliostyle/vivliostyle.js/issues/1363)
- Attribute selectors with wildcard namespace not worked ([b7c45f7](https://github.com/vivliostyle/vivliostyle.js/commit/b7c45f7e39010a1f1dc1895de8787b5f7de4a90d))
- Browser-native MathML should be enabled when MathJax is not loaded ([c1a760e](https://github.com/vivliostyle/vivliostyle.js/commit/c1a760e30db8d0e54bdb49923bd3e99367e985ab))
- Flexbox not working on page floats (Regression in v2.28.0) ([eb4b6e1](https://github.com/vivliostyle/vivliostyle.js/commit/eb4b6e12bad0c76fbdba0e5c7e82df040e24052b)), closes [#1354](https://github.com/vivliostyle/vivliostyle.js/issues/1354)
- unsupported nested media rule causes subsequent rules to fail ([6098105](https://github.com/vivliostyle/vivliostyle.js/commit/6098105b2b386ad0dc70b533bc2bbada9f783016)), closes [#1360](https://github.com/vivliostyle/vivliostyle.js/issues/1360)

## [2.30.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.0...v2.30.1) (2024-06-14)

### 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.1",
"version": "2.30.2",
"author": "Vivliostyle Foundation",
"scripts": {
"build": "microbundle --format cjs --define VIVLIOSTYLE_DEBUG=false",
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.30.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21)

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

## [2.30.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.0...v2.30.1) (2024-06-14)

**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.1",
"version": "2.30.2",
"author": "Yasuaki Uechi <y@uechi.io>",
"scripts": {
"build": "microbundle-crl --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.1"
"@vivliostyle/core": "^2.30.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/viewer/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.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.1...v2.30.2) (2024-07-21)

### Bug Fixes

- Browser-native MathML should be enabled when MathJax is not loaded ([c1a760e](https://github.com/vivliostyle/vivliostyle.js/commit/c1a760e30db8d0e54bdb49923bd3e99367e985ab))

## [2.30.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.30.0...v2.30.1) (2024-06-14)

**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.1",
"version": "2.30.2",
"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.1",
"@vivliostyle/core": "^2.30.2",
"i18next-ko": "^3.0.1",
"knockout": "^3.5.0"
},
Expand Down

0 comments on commit 827242c

Please sign in to comment.