Skip to content

v1.0.0-alpha.2.1.0

Pre-release
Pre-release

Choose a tag to compare

@solkimicreb solkimicreb released this 09 Aug 10:42
· 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 on option 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 unit filter will only interpret the number 1 as singular from now on.