This repository was archived by the owner on Mar 13, 2019. It is now read-only.
Releases: WebDevLuke/OrionJS
Releases · WebDevLuke/OrionJS
v2.0.4
v2.0.3
- Fixed path issue in main.js template
v2.0.2
- Fixed bug where modernizr vendor was overriding client modernizr
v2.0.1
- Fixed mutationObserver bug with data-state
v2.0.0
- Refactored data-class. Now renamed data-state and supports ARIA-attributes and keyboard events
v1.7.2
- Fixed bug with custom event not firing with fireEvent helper
v1.7.1
- Fixed data-class scope bug
v1.7.0
- Made data-class-element an optional field for data-class action allowing easy targeting of 'this'
- Improved data-class action. Should you miss an entry for either class, behaviour or scope it uses the last valid one. Allows you to create one-to-many relationships.
v1.6.0
- Improved data-class action by adding scoping functionality
v1.5.0
- Improved closestParent helper to accept element types rather than just classes
- Added smooth scroll action