Skip to content

v0.7.1

Compare
Choose a tag to compare
@1j01 1j01 released this 29 May 20:39
· 134 commits to master since this release

Full Changelog: v0.7.0...v0.7.1

Fixed

  • Fixed an assertion error that was thrown when navigating menus with the keyboard, due to an overly broad condition. (I asserted that the type was HTMLElement, but needed to assert that it was either null or an HTMLElement. The assertion was just for type narrowing.)