v1.0.0-alpha.14
Pre-release
Pre-release
github-actions
released this
23 Nov 13:54
·
32 commits
to main
since this release
Release meta
Released on: 2020-11-23
Released by: GitHub Actions
Published by: GitHub Actions
Logs: full diff
Changelog
Breaking changes
- Drop Node.js 10 support
Bug fixes
- Encode section ID (#340)
Improvements
- Add support for Apple Silicon / M1
- Add support for footnotes (#550)
- Add support for Paged.js hooks (#513) - thanks @danyill
- Use the latest version of Paged.js
- preserve white spaces in
<pre>
elements - ensure that styles remain in the same order
- ignore undefined border
- preserve white spaces in
- Upgrade dependencies
- Bump puppeteer from 7.1.0 to 11.0.0
- Bump pdf-lib to 1.17.1
- Bump chokidar to 3.5.2
- Bump mathjax to 3.2.0
- Bump html-entities to 2.3.2
- Bump @fortawesome/fontawesome-svg-core to 1.2.36
- Bump @fortawesome/free-solid-svg-icons to 5.15.4
- Bump @fortawesome/free-regular-svg-icons to 5.15.4
- Bump @fortawesome/free-brands-svg-icons to 5.15.4
- Upgrade development dependencies
- Bump fs-extra to 10.0.0
- Bump pacote to 12.0.2
- Bump pkg to 5.4.1
- Bump sinon to 12.0.1
- Bump mocha to 9.1.3
- Bump pacote to 11.3.5
- Bump cheerio to 1.0.0-rc.10
- Bump libnpmpublish to 4.0.2
- Bump chai to 4.3.4
- Bump archiver to 5.3.0
- Update main branch name from
master
tomain
- Run
npm audit fix
Infrastructure
- Chromium download status implementation using ANSI escape chars only (fixes local performance problem) - thanks @wh81752
- Smoke test improvements - thanks @wh81752
- Add a root-folder in distribution bundles (zip files) - thanks @wh81752
- Ignore Intellij's IDEA folder - thanks @wh81752
- Upgrade to GitHub-native Dependabot
- Extract the release version from
github.ref
in the GitHub Action
Documentation
- Fix typo in the README - thanks @matklad
- Add a dedicated README per example - thanks @wh81752
- Fix instructions to generate I/O slides
- Use section titles for linking in the README
- Recommend to use npm
init -y
in the README - Update Node.js version (to latest LTS) in the README
- Improve the install documentation