Skip to content

Commit

Permalink
For v1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wshito committed Feb 21, 2023
1 parent f3e9f47 commit 76ef6e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.


## Unreleased

## v1.0.6 (2023-02-20)
### Fixed
- Prevents page navigation with Shift+[Right/Left] arrow key. (PR [#42] (https://github.com/wshito/asciidoctor-chunker/pull/42) from @chloekek)

## v1.0.5 (2022-09-14)
### Added
- The `target-missing` class attribute is added to the anchor whose target is missing. (Issue [#22](https://github.com/wshito/asciidoctor-chunker/issues/22))

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Generates chunked (multi-page) HTML from Asciidoctor's single HTML file with the

See [CHANGELOG.md](CHANGELOG.md) for the complete history

- 2023/2/20 [Ver 1.0.6](https://github.com/wshito/asciidoctor-chunker/releases) Page navigation is disabled with shift+arrow (thanks to [@chloekek](https://github.com/chloekek)).
- 2022/9/14 [Ver 1.0.5](https://github.com/wshito/asciidoctor-chunker/releases) Node.js v18.x is supported. The `npm` installs the shebang script so you can invoke asciidoctor-chunker with `npx`. When the target link within the document is missing, the anchor is still created with `target-missing` class attribute.
- 2021/8/3 [Ver 1.0.4](https://github.com/wshito/asciidoctor-chunker/releases) Added the keyboard shotcuts for the page navigation with arrow keys. Added the accessibility labels on the page navigation for screen readers.
- 2021/6/25 [Ver 1.0.3](https://github.com/wshito/asciidoctor-chunker/releases) Fixed the security vulnerabilities in the dependencies.
Expand Down
2 changes: 1 addition & 1 deletion dist/asciidoctor-chunker.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asciidoctor-chunker",
"version": "1.0.5",
"version": "1.0.6",
"description": "Creates chunked (multi-page) HTML from Asciidoctor's single HTML file with supporting the fine-tuned splits in chapters, sections and any depth of subsections.",
"author": "Wataru Shito (https://github.com/wshito)",
"bin": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"test/**/test*.js"
]
}
}
}

0 comments on commit 76ef6e5

Please sign in to comment.