Skip to content

Releases: modularorg/modularjs

1.4.2

04 Aug 19:09
Compare
Choose a tag to compare

1.4.1

22 Jun 15:31
Compare
Choose a tag to compare
1.4.1

v1.3.0

22 Aug 14:13
Compare
Choose a tag to compare

Breaking:

  • Rename this.data() method to this.getData().
  • Add this.setData() method.

v1.2.4

22 Aug 14:09
Compare
Choose a tag to compare
  • Fix mouseenter & mouseleave events.
  • Fix destroy for modules with multiple dashes.
  • Check if module exists before call.
  • Add curTarget to event arg for IE 11.

v1.2.0

22 Aug 13:55
Compare
Choose a tag to compare

Breaking:

  • Change this.$() to always return a NodeList instead of returning a single object when one element is selected.

v1.1.5

22 Aug 13:47
Compare
Choose a tag to compare

First release.