Skip to content

v0.14.0 - Fix a bug with User.event$()

Pre-release
Pre-release

Choose a tag to compare

@staltz staltz released this 16 Feb 19:47
· 3132 commits to master since this release

User.event$(selector, eventName) was not working for some custom elements. This fix supports only a selector which is a single class name, e.g., .foo. Using simple and single class names for elements in your Views is also a best practice for development.