·
1 commit
to master
since this release
Immutable
release. Only release title and notes can be modified.
Summary
This version adds search result excerpts and fixes several navigation and interaction regressions. Search highlighting now ignores single-character tokens, which avoids noisy matches like highlighting every e for queries such as e-mail. Tooltips now include a hover bridge so moving the cursor from the trigger to the tooltip no longer drops the popup across the visual gap.
Dependencies were also updated, including TypeScript 6 and SVGO 4 compatibility adjustments. 83 new icons were added, 2 icons were removed, and 19 icons were modified. The Lucide icon set was updated to version 1.21.0.
Changelog
Features
Bug fixes
- 897ac64 ui, scripts –
document$should not emit on anchor navigation (#154) - ba2d3c6 ui, scripts – omit single character matches from search highlighting (#152)
- 42bee3a ui, classic, modern – add hover bridge to tooltips for smoother user experience (#144)
- c5152de ui, scripts – instant navigation doesn't reinitialize GLightbox (#150)