Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update Vivliostyle.js to 2.18.1: improved viewer settings and bug fixes #329

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

MurakamiShinyu
Copy link
Member

@MurakamiShinyu MurakamiShinyu commented Sep 17, 2022

Features

  • viewer: add crop marks setting (1d0834b), closes #993
  • viewer: change "User Style" to "Custom Style" and treat it as an author stylesheet by default (bdb26d4), closes #991
  • viewer: set bookMode=true as default (5411264), closes #992

Bug Fixes

  • error with <object> tag (9e9565f), closes #995
  • errors on the Acid2 Browser Test (849a604)
  • failed some of the css-variables tests (5d0f324)
  • incorrect column-rule positioning in vertical writing mode (3cc0e01), closes #978
  • unnecessary page break caused by ruby elements (21eb17c), closes #987
  • valid CSS rules ignored after parsing error with invalid or unsupported CSS rule (5e76ed5), closes #597 #976
  • wrong cascading on shorthand property with CSS variable (2ee7927), closes #979
  • wrong cascading with CSS !important (fb1dae2), closes #986
  • wrong text justification at last line of page caused by consecutive ruby elements (ad26952), closes #985

…ug fixes

- https://github.com/vivliostyle/vivliostyle.js/releases/tag/v2.18.1
- https://github.com/vivliostyle/vivliostyle.js/releases/tag/v2.18.0

### Features

- **viewer:** add crop marks setting ([1d0834b](vivliostyle/vivliostyle.js@1d0834b)), closes [#993](vivliostyle/vivliostyle.js#993)
- **viewer:** change "User Style" to "Custom Style" and treat it as an author stylesheet by default ([bdb26d4](vivliostyle/vivliostyle.js@bdb26d4)), closes [#991](vivliostyle/vivliostyle.js#991)
- **viewer:** set bookMode=true as default ([5411264](vivliostyle/vivliostyle.js@5411264)), closes [#992](vivliostyle/vivliostyle.js#992)

### Bug Fixes

- error with `<object>` tag ([9e9565f](vivliostyle/vivliostyle.js@9e9565f)), closes [#995](vivliostyle/vivliostyle.js#995)
- errors on the Acid2 Browser Test ([849a604](vivliostyle/vivliostyle.js@849a604))
- failed some of the css-variables tests ([5d0f324](vivliostyle/vivliostyle.js@5d0f324))
- incorrect column-rule positioning in vertical writing mode ([3cc0e01](vivliostyle/vivliostyle.js@3cc0e01)), closes [#978](vivliostyle/vivliostyle.js#978)
- unnecessary page break caused by ruby elements ([21eb17c](vivliostyle/vivliostyle.js@21eb17c)), closes [#987](vivliostyle/vivliostyle.js#987)
- valid CSS rules ignored after parsing error with invalid or unsupported CSS rule ([5e76ed5](vivliostyle/vivliostyle.js@5e76ed5)), closes [#597](vivliostyle/vivliostyle.js#597) [#976](vivliostyle/vivliostyle.js#976)
- wrong cascading on shorthand property with CSS variable ([2ee7927](vivliostyle/vivliostyle.js@2ee7927)), closes [#979](vivliostyle/vivliostyle.js#979)
- wrong cascading with CSS !important ([fb1dae2](vivliostyle/vivliostyle.js@fb1dae2)), closes [#986](vivliostyle/vivliostyle.js#986)
- wrong text justification at last line of page caused by consecutive ruby elements ([ad26952](vivliostyle/vivliostyle.js@ad26952)), closes [#985](vivliostyle/vivliostyle.js#985)
@MurakamiShinyu MurakamiShinyu changed the title feat: Update Vivliostyle.js to 2.18.0: improve Viewer settings, bugfixes feat: Update Vivliostyle.js to 2.18.1: improved viewer settings and bug fixes Sep 18, 2022
@MurakamiShinyu MurakamiShinyu merged commit 43844e8 into main Sep 18, 2022
@MurakamiShinyu MurakamiShinyu deleted the update-vivliostylejs branch September 18, 2022 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment