Skip to content

v1.0.0-alpha.2.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@solkimicreb solkimicreb released this 13 Sep 19:40
· 176 commits to master since this release

Fixed

  • Fixed the repeat attribute not mapping arrays correctly some times.
  • Inline event handlers are now triggered in the capture phase of events. This makes them works with events, which has no bubbling phase (scroll event for example).

Performance

  • Internal improvement by removing Object.setPrototype(). Currently it improves repeat attribute performance only.