Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 3.38 KB

Changelog

v0.3.2 - 2022-07-15

(full changelog)

Enhancements made

  • Toggle arrow now points to the right, in order to more closely match the styles of other common documentation themes like Quarto and Material for MkDocs #49 (@choldgraf)
  • Toggle buttons are now more minimal and take up the full width to be easier to click, style is roughly inspired by JupyterLab #47 (@choldgraf)

Bugfixes

Contributors to this release

@Apteryks | @choldgraf | @janssenhenning | @tfiers |

v0.3.1

This is release updates the behavior of the toggle button arrow for admonitions, to point down/up instead of down/right. See #38 for details.

v0.3.0

(full changelog)

Enhancements made

  • ENH: Enhance toggle button design and layout #32 (@choldgraf)
  • IMPROVE: Allow clicking on whole admonition title #29 (@rkdarst)
  • ENHANCE: Improve hiding behavior for togglebuttons #33 (@choldgraf)

v0.2.2

(full changelog)

Bugs fixed

  • 🐛 BUG: fixing toggle button text overlap on narrow screens #17 (@choldgraf)
  • 🐛 BUG: Fixing overlapping title on hidden admonitions #15 (@choldgraf)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@choldgraf