Skip to content

Releases: maxmilton/microdoc

v0.4.0

05 Apr 03:03
v0.4.0
48c18aa
Compare
Choose a tag to compare

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

24 Apr 23:40
v0.3.6
557a34e
Compare
Choose a tag to compare

What's Changed

  • bug: Fix node v18 bugs by in #380
  • bug: Improve reliability when other scripts are executed before microdoc
  • chore: Update dependencies

Full Changelog: v0.3.5...v0.3.6

v0.3.5

24 Feb 03:31
v0.3.5
ed5c59a
Compare
Choose a tag to compare

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

29 Jan 08:04
v0.3.4
9f54c52
Compare
Choose a tag to compare

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

27 Jan 21:59
v0.3.3
faf001d
Compare
Choose a tag to compare

What's Changed

  • feat: Add expanded property to Route by @maxmilton in #305
  • Update dependencies

Full Changelog: v0.3.2...v0.3.3