Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 11.3 KB

2021-02-26.md

File metadata and controls

10 lines (9 loc) · 11.3 KB

2021-02-26

Time (UTC) Icon Name Message
10:31 shinyu Implemented the Nth page selector: @page :nth(An+B)
vivliostyle/vivliostyle.js#700

See the test (click "canary" links): https://raw.githack.com/vivliostyle/vivliostyle.js/master/packages/core/test/files/index.html#Nth_page_selector
Spec: <https://drafts.csswg.org/css-gcpm-3/#document-page-selectors
10:31 Kiara Translation 🇯🇵: N番目のページセレクターを実装しました: @page:nth(An + B)
vivliostyle/vivliostyle.js#700

テストを参照してください(「カナリア」リンクをクリックしてください):https://raw.githack.com/vivliostyle/vivliostyle.js/master/packages/core/test/files/index.html#Nth_page_selector
10:37 shinyu We will release Vivliostyle.js v2.5.0 that supports the nth page selector soon after the final tests with the canary version.
10:37 Kiara Translation 🇯🇵: カナリアバージョンでの最終テストの直後に、n番目のページセレクターをサポートするVivliostyle.jsv2.5.0をリリースします。
17:11 shinyu Vivliostyle.js (core+viewer) v2.5 Released!

New feature:
✅ Support the :nth() page selector

See the Change Log:
https://github.com/vivliostyle/vivliostyle.js/blob/master/CHANGELOG.md
```
# Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

# 2.5.0 (2021-02-26)

### Features

- core: Support the :nth() page selector (ad6f3e9), closes #667

## 2.5.0-pre.0 (2021-02-23)

### Bug Fixes

- core: spread break at beginning of a document does not work properly (f1208bf), closes #666
- core: Missing source map (f8add2b), closes #695

### Features

- viewer: Configuration flags (2073f28), closes #692

## 2.4.2 (2021-01-25)

### Bug Fixes

- top margin at forced break was ignored when target-counter is used (c8485ad), closes #690
- react: Add react-dom to peer deps (3325031)
- react: init core-viewer once even if source is updated (56f3d1b)
- react: remove incorrect startPage (7f7951c)

## 2.4.1 (2021-01-12)

### Bug Fixes

- Page float displayed unexpectedly in earlier page when target-counter is used (34952e9), closes #681

# 2.4.0 (2020-12-28)

### Features

- Support named strings for running headers and footers (e02a06c), closes #545

# 2.3.0 (2020-12-07)

### Bug Fixes

- break-before:left/right is ignored when the previous block has break-after:page, etc. (01092f1), closes #676
- CSS 'hyphens' property specified on the root element is ignored (dfb9f87), closes #674

### Features

- Support EPUB spine properties page-spread-left and -right (38b0774), closes #671

## 2.2.3 (2020-11-28)

Note: Version bump only for package vivliostyle

## 2.2.2 (2020-11-28)

### Bug Fixes

- viewer: Fix UI stylesheet problem for print (5244462)

## 2.2.1 (2020-11-26)

### Bug Fixes

- viewer: bug in v2.2.0 "TypeError: Cannot read property 'toString' of null" (08cf029)
- viewer: Mouse wheel should be able to use to scroll TOC when TOC is active (c6c5eb8)

# 2.2.0 (2020-11-26)

### Features

- viewer: Add page slider in Vivliostyle Viewer UI (3e80c67), closes #670
- viewer: Mouse wheel support for page navigation (94113f6)

## 2.1.4 (2020-10-30)

### Bug Fixes

- negative z-index on [@page](<https://github.com/page>) {...} causes page (margin-box) content to disappear (000eed6), closes #665

## 2.1.3 (2020-09-30)

### Bug Fixes

- Internal links and TOC links not working when the document URL has %-encoded characters (bdabb71), closes #662
- page display shakes horizontally when all pages finish loading (18ab3c9), closes #663
- SyntaxError: Invalid regular expression: invalid group specifier name, on Safari (3a70707), closes #664

## 2.1.2 (2020-09-28)

Note: Version bump only for package vivliostyle

## 2.1.2-pre.5 (2020-09-28)

### Bug Fixes

- Relative URLs in pub-manifest are not resolved properly when the pub-manifest is linked from HTML elsewhere (b6fe7c1), closes #661
- TOC is not enabled when TOC exists in HTML but is not specified in the manifest (ea280a1), closes #659

## 2.1.2-pre.4 (2020-09-27)

### Bug Fixes

- "404 Not Found" error message does not appear when bookMode=true (43b137c), closes #660

## 2.1.2-pre.3 (2020-09-25)

Note: Version bump only for package vivliostyle

## [2.1.2-pre.2](<https://github.com/vivli…
17:11 Kiara Translation 🇯🇵: Vivliostyle.js(core + viewer)v2.5がリリースされました!

新機能:
:white_check_mark :: nth()ページセレクターをサポート

変更ログを参照してください。
https://github.com/vivliostyle/vivliostyle.js/blob/master/CHANGELOG.md