v1.0.0-alpha.2.1.0
Pre-release
Pre-release
·
184 commits
to master
since this release
New
- It is now possible to list multiple events after the
#prefix in inline event handlers to trigger the handler on nay of them. - The data binding
onoption now accepts any native or custom event name or a list of comma separated events. Looks like this:bind="two-way change,click,my-event string". - Added a new rate limiter, called
key. In case of a keyboard event it triggers the handler only for the passed keys. - You can access the current event inside custom rate limiters. It is exposed on
context.$event.
Fixed
- Fixed custom elements, which extend a native type being processed to early sometimes.
- Fixed an issue with data bound inputs, which caused the text cursor to jump to the end of the text while typing.
- Fixed an issue with some event handlers not triggering in case of multiple different event handlers for the same event on a single element.
- The
unitfilter will only interpret the number 1 as singular from now on.