Skip to content

Releases: craftedbygc/e

2.4.0

23 Oct 17:45
Compare
Choose a tag to compare

Refactor the eventBus to use native Set object.

2.3.0

13 May 17:35
Compare
Choose a tag to compare

Added a new hasBus method for easier debugging.

2.2.3

23 Sep 13:28
Compare
Choose a tag to compare

blur and focus events are now able to be delegated

2.2.2

22 Jan 14:10
Compare
Choose a tag to compare
Merge branch 'develop'

2.2.1

22 Jan 14:08
Compare
Choose a tag to compare

Dropped IE11!

1.10.1

14 Jul 09:44
Compare
Choose a tag to compare

Bug fix

1.10.0

14 Jul 09:04
Compare
Choose a tag to compare
Merge branch 'develop'

1.7.1

05 Jan 10:04
Compare
Choose a tag to compare
Merge branch 'develop'

1.5.1

13 Feb 21:39
Compare
Choose a tag to compare

Patched an issue with off and bus events.

1.5.0

13 Feb 21:38
Compare
Choose a tag to compare

You can now on/off multiple events at once using jQuery like syntax:

E.on('focus click', el, callback)

mouseenter and mouseleave delegated support is now much better as well.