Skip to content

v3.1.0

Compare
Choose a tag to compare
@edemaine edemaine released this 31 Dec 19:02
· 29 commits to main since this release
  • Render gains forEach helper that iterates over all cells with a Context
  • Render gains context helper to make new Context instances at arbitrary locations
  • Context gains startsWith/endsWith shortcut helpers (to query the key even when it might be undefined)
  • Empty fragments returned from mapping now treated like empty symbols (just like empty-string SVG content); previously crashed (#104)
  • Empty content returned from mapping always treated as having width/height 0 instead of warning
  • Not-first symbols in an array stack no longer warn about missing width/height (#105)
  • Documentation improvements:
    • Render class
    • key is undefined, not null, when out of bounds
    • How to upgrade with NPM

Full Changelog: v3.0.0...v3.1.0