Releases: maxmilton/microdoc
Releases · maxmilton/microdoc
v0.4.0
What's Changed
- feat: Use
Element.setHTML()
method of the experimental Sanitizer API when the browser supports it to enhance user safety - bug: Make sure mangled names are consistent across output JavaScript files
- chore: Update dependencies
- chore: Clean up package.json
- chore: Add semgrep CI worflow + clean up GitHub actions workflows
- chore: Improve build
- Better CSS output
- Use new esbuild API
- chore: Improve dev tooling and refactor unit tests by @maxmilton in #654
Full Changelog: v0.3.7...v0.4.0
v0.3.6
v0.3.5
What's Changed
- fix: Set better font size on small screens by @maxmilton in #333
- chore: Update dependencies
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- feat: Add persistence to dark mode state by @maxmilton in #309
- fix: Keep reading routes after hitting an invalid one in eff7876
- fix: Remove invalid routes on init by @maxmilton in #310
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- feat: Add
expanded
property to Route by @maxmilton in #305 - Update dependencies
Full Changelog: v0.3.2...v0.3.3