Skip to content

v0.2.0

Compare
Choose a tag to compare
@edemaine edemaine released this 06 Apr 18:25
· 21 commits to main since this release

FontWebappHTML:

  • New sizeName option gives the size slider a name attribute, and tells Furls to track the value in the URL.
  • If you use furls 0.8.0+, you get these additional features when specifying sizeName:
    • Size is automatically rounded to the nearest integer when being stored in the URL
    • Size changes are marked as "minor" changes, so the URL will be set via replaceState instead of the usual pushState.
  • Avoid capping charWidth when size slider is invisible (for new hud=0 interfaces)
  • Update character size range when scrollbars (dis)appear, via ResizeObserver (when available)

Full Changelog: v0.1.3...v0.2.0