🚀 Features
- search: Support collection type filter, batch loading, search term highlighting on result page, and limit on displayed results - by @lin-stephanie in #44 (1c4a0)
🐞 Bug Fixes
- bg: Remove
dark:invert, use direct dark styles to prevent Safari 18+ navigation white flash - by @lin-stephanie in #30 (7126f) - toc: Ensure active heading scrolls into view in long TOC - by @lin-stephanie (218c2)
- Prevent horizontal scroll on narrow screens - by @lin-stephanie (c4fe5)
- Automatically wrap markdown tables in a scrollable div to prevent horizontal overflow - by @lin-stephanie (77938)
- Prevent search loading state from sticking when debounced requests are cancelled - by @lin-stephanie (49372)
- Prevent layout shift when toggling panel in Safari & hide non-HTML scrollbars sitewide - by @lin-stephanie (ef3b7)
- Automatically wrap markdown tables in a scrollable div to prevent horizontal overflow - by @lin-stephanie (c4885)
- Rename
manifest.webmanifest.jstoapp.webmanifest.jsand support subpath deployment - by @lin-stephanie (bfd90) - Restore scrollbar visibility (excluding search, nav, and toc panels) - by @lin-stephanie (91f94)
💅 Refactors
- Rewrite
Rosecomponent with custom element - by @lin-stephanie (ac6c2)
🏡 Chore
- Update JSDoc in
types.tsand tweak others - by @lin-stephanie (6155e) - Update docs - by @lin-stephanie (d6720)
- Update deps, Astro 5.12.1 → 5.14.4 (enable experimental
chromeDevtoolsWorkspaceandfailOnPrerenderConflict) - by @lin-stephanie (8dcee)