Skip to content

Releases: yahoo/subscribe-ui-event

Expose listen

02 Mar 23:07
Compare
Choose a tag to compare

listen is a simple and cross-browser library to do the same thing as addEventListener does. Although, there are tons of libraries have it, but it is convenient to expose it if you don't want to require other libraries.

v1.0.0: Merge pull request #20 from yahoo/v1

24 Nov 17:51
Compare
Choose a tag to compare

Some breaking changes:

  1. Remove unsubscribe standalone function. Please use sub = subscribe('scroll', func); sub.unsubscribe()
  2. Remove viewportchange virtual event.