Skip to content

Version 0.4.0

Choose a tag to compare

@douden douden released this 14 Jan 13:42
· 6 commits to master since this release
aa94ac0

0.4.0 - 2026-01-14

Full Changelog: v0.3.2...v0.4.0

Added

  • Support for more languages in toggle button text (see README for full list) #66.
  • Added new functions (syncToggleHint, syncAllToggleHints) to dynamically update toggle button hints based on the current state #66. This allows developers to change the open or closed state of an element and have the button hint text update accordingly automatically.

Fixed

  • Update togglebutton.js to use an admonition's existing ID if present, instead of always generating a new one #66.

New Contributors