v1.0.0-alpha.10
Pre-release
Pre-release
Summary
This version introduces a major overhaul of the page numbering system.
In addition, the page numbers are now visible on the Table Of Contents:
This version also includes improvements regarding long tables and tables with rowspan.
In most cases, Paged.js will now correctly chunk the table 🎉
asciidoctor-pdf
is now deprecated, please use asciidoctor-web-pdf
instead.
Release meta
Released on: 2020-10-19
Released by: @Mogztter
Published by: @Mogztter
Logs: full diff
Changelog
Deprecation warnings
- Add a deprecation warning when using
asciidoctor-pdf
, please useasciidoctor-web-pdf
instead (#286)
Bug fixes
- When a table is chunked the
<colgroup>
and<caption>
are now repeated/preserved (#297) - Prevent the ToC from being put off-canvas when using
:toc: left
or:toc: right
(#307) - thanks @gquintana - Fix an issue where AsciiDoc counters (i.e.
{counter:seq1}
) were incorrectly incremented (#319)
Improvements
- Add page numbers on the TOC (#237) - thanks @djencks
- Major overhaul of the page numbering system
- Remove horizontal delimiters (1px borders) between sections
- Slightly reduce the top margin on titles
- Upgrade dependencies
- Update Paged.js to 0.1.43-next.1603099319
- Bump puppeteer from 5.2.1 to 5.3.1
- Bump mathjax from 3.0.5 to 3.1.2
- Bump yargs from 15.4.1 to 16.1.0
- Bump chokidar from 3.4.2 to 3.4.3
- Bump pdf-lib from 1.10.0 to 1.11.2
- Bump @fortawesome/fontawesome-svg-core from 1.2.30 to 1.2.32
- Bump @fortawesome/free-regular-svg-icons from 5.14.0 to 5.15.1
- Bump @fortawesome/free-brands-svg-icons from 5.14.0 to 5.15.1
- Bump @fortawesome/free-solid-svg-icons from 5.14.0 to 5.15.1
- Upgrade development dependencies
- Bump bl from 4.0.2 to 4.0.3 [Security]
- Bump mocha from 8.1.1 to 8.2.0
- Bump sinon from 9.0.3 to 9.2.0
Infrastructure
- Build against Node.js 12 LTS and 14 current