This project adheres to Semantic Versioning.
v0.4.2 - 2024-10-20
- Update dependencies. No functional changes.
v0.4.1 - 2024-05-25
- Upgrade dependencies. No functional changes.
v0.4.0 - 2024-01-07
- Upgrade dependencies. No functional changes.
- Breaking: Drop support for Node.js versions below v18.
v0.3.1 - 2021-10-22
- Upgrade dependencies. No functional changes.
v0.3.0 - 2021-02-08
- When doing a manual install of HTSD (
<script data-manual src="htsd.min.js">
), don't load styles automatically. Providewindow.htsd.installStyles
function to load styles manually. Thewindow.htsd.installAll
function will call it.
v0.2.0 - 2021-02-08
- Show and apply the current slide shown from the hash part of browser location.
- Generate id attributes for slides containing headers. This allows easier writing of slide specific CSS styles.
- Make code block font-size smaller, have it available as CSS custom property.
v0.1.3 - 2020-10-15
- Make asset bundle 0.5 KiB smaller by upgrading to webpack 5.
v0.1.2 - 2019-12-27
- Fix regression in v0.1.1: not full height content on html doc with doctype.
v0.1.1 - 2019-12-27
- Fix unnecessary vertical scrolling on Mobile Safari.
v0.1.0 - 2019-12-09
- First release.