Skip to content

Commit

Permalink
v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 21, 2024
1 parent 9468c7c commit 7318c48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v0.5.8](https://github.com/janosh/svelte-toc/compare/v0.5.7...v0.5.8)

> 21 March 2024
- Add `reactToKeys` prop to Toc component and `on_keydown` handler to enable navigating ToC with keyboard [`#55`](https://github.com/janosh/svelte-toc/pull/55)
- When opening ToC on mobile, ensure active ToC item is scrolled into view [`#54`](https://github.com/janosh/svelte-toc/pull/54)

#### [v0.5.7](https://github.com/janosh/svelte-toc/compare/v0.5.6...v0.5.7)

> 22 January 2024
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://janosh.github.io/svelte-toc",
"repository": "https://github.com/janosh/svelte-toc",
"license": "MIT",
"version": "0.5.7",
"version": "0.5.8",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/svelte-toc/issues",
Expand Down

0 comments on commit 7318c48

Please sign in to comment.