Skip to content

v1.0.0-alpha.2.3.0

Pre-release
Pre-release

Choose a tag to compare

@solkimicreb solkimicreb released this 05 Sep 17:10
· 178 commits to master since this release

New

  • The repeat attribute now accepts any iterable (map, set, array, custom), not just arrays.
  • The key limiter became a lot smarter regarding special key names. It now works with the common aliases and ignores upper/lower case. For example esc and Escape are both working.

Fixed

  • Fixed an issue with the router double routing sometimes.
  • Inline event handlers (defined with the #event="handler()" syntax) are now correctly triggered when a child element dispatches the required event.

Performance

  • The list rendering performance of the repeat attribute is dramatically improved.