Releases: zensical/ui
0.0.7
Summary
This version fixes two bugs for search, where exiting search on mobile would make the page unscrollable, and where scrolling would chain to the entire page on mobile.
Changelog
Bug fixes
0.0.6
Summary
This version fixes several bugs, including fixing excessive memory usage for pages with hundreds of links that are marked with data-preview (for instant previews), and moves the back-to-top button to the bottom in the modern theme.
Changelog
Bug fixes
- 7bd7eef ui, scripts – instant previews fetch same URL multiple times (#55)
- 2455c47 ui, templates – view button invalid if
bloboreditcontained in path (#52) - 822599d ui, scripts – code block copy button not working in offline mode (#53)
Refactorings
0.0.5
0.0.4
Summary
This version fixes an issue where & characters appear as & in the search input field, as well as the appearance of icons from the Lucide icon set when used with social links.
Changelog
Bug fixes
0.0.3
Summary
This release adds support for fuzzy matching in the search interface. If one of the entered search terms yields no results, that search term is automatically matched fuzzily against all known terms in the index. This allows for more flexible searching, accommodating typos and variations in spelling. Fuzzy search is currently experimental. If you have feedback or encounter any issues, please let us know!
Highlights
- Add fuzzy search support for terms that yield no results
- Improve tooltip behavior on touch devices
Changelog
Features
- 13cff5c ui, scripts – add experimental fuzzy search
Bug fixes
0.0.2
Summary
This releases fixes all currently known issues and ships dozens of new icons, bringing the user experience of the modern theme closer to parity with the classic theme.
Highlights
- Add GitHub repository in drawer on mobile in modern theme
- Add 132 new icons (and delete 44 icons, as Simple icons removed them)
- Fix issues related to keyboard shortcuts (printing and search input)
- Fix language selector escaping viewport on mobile when too wide
Changelog
Breaking changes
- 9b8b9f3 ui – upgrade Simple icons to 16.2.0 with 37 new icons and 44 deleted icons
Features
- 57ab8a6 ui – upgrade Octicons to 19.21.1 with 50 new icons
- 3cbcbbb ui – upgrade Lucide icons to 0.562.0 with 45 new icons
- d8ca487 ui, scripts, tools – add third-party licenses to distribution files (#1)
Bug fixes
- d66c230 ui, modern – git repository not shown in sidebar on mobile in modern theme (#6)
- b10637d ui, classic, modern – language selector escapes viewport when too wide on mobile (#14)
- 6f240e2 ui, scripts – search can receive keyboard input after being closed (#10)
- fa23b1c ui, classic – header buttons disappear on mobile when opening search in classic theme (#16)
- 214b03c ui, scripts – instant navigation doesn't trigger on keyboard shortcuts
pandn(#10) - fbc78ac ui, modern – modernize
kbd(keyboard shortcut) styles (#11, #28) - fcad2b0 ui, scripts – print dialog doesn't open when
meta+pis pressed (#25)
Refactorings
- 1e298ee ui, modern – use
px2remforkbdstyles
0.0.1
Initial release