Releases: modularorg/modularjs
Releases · modularorg/modularjs
v1.3.0
Breaking:
- Rename
this.data()
method to this.getData()
.
- Add
this.setData()
method.
v1.2.4
- 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
Breaking:
- Change
this.$()
to always return a NodeList
instead of returning a single object
when one element is selected.