v1.0.0-alpha.2.3.0
Pre-release
Pre-release
·
178 commits
to master
since this release
New
- The
repeatattribute now accepts any iterable (map, set, array, custom), not just arrays. - The
keylimiter became a lot smarter regarding special key names. It now works with the common aliases and ignores upper/lower case. For exampleescandEscapeare 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
repeatattribute is dramatically improved.