Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 1.28 KB

Changelog

2.1.0 (2024-10-25)

Feature

  • Show an alphabet navigation on glossary. Clicking a letter scrolls the entries for this letter into view. @mauritsvanrees, @ksuess #11
  • Add option to mention the term in the header of its tooltip. @mauritsvanrees, @ksuess #12

2.0.1 (2024-10-25)

2.0.0 (2024-10-25)

Feature

  • New option 'show tooltips only on first occurrences on a page' @ksuess #5

Internal

  • Refactor package to cookieplone template. @ksuess

    Add backend with collective.glossary. @ksuess

    New concept: Instead of generating the tooltip enhanced markup in each Slate leaf, we generate all tooltip enhanced leaf texts on route change, store them with jotai atom and use the appropriate ones in the leafs. @ksuess #10