Releases: yahoo/subscribe-ui-event
Releases · yahoo/subscribe-ui-event
v2.0.6
v2.0.5
v2.0.4
Support ES module syntax
This major version bump now leverages ES module syntax internally. We also now expose the package.json -> module
property to untranspiled es2015+ code. Which means you can now serve es2015+ syntax to environments that support it.
Update lodash@4
v1.1.2 Release v1.1.2.
Support passive event
update to [email protected]
#41 - update eventemitter3
fix typo in index.js
Upgrade dependencies
Mainly upgrade lodash
Fix subscribe target issues.
subscribe
used for some global UI events, but sometimes we do have use cases that we need to subscribe to certain target. Although subscribing different targets cannot share same event, but it still can get benefits from throttling.
Right now subscribing to specific target is still under documented. We will document it when it is more stable.
Thanks @ebertb.