Skip to content
This repository was archived by the owner on Mar 13, 2019. It is now read-only.

Releases: WebDevLuke/OrionJS

v2.0.4

17 Jul 12:25

Choose a tag to compare

  • Data-state mutation observer bug fix

v2.0.3

22 Jun 09:57

Choose a tag to compare

  • Fixed path issue in main.js template

v2.0.2

16 Jun 07:52

Choose a tag to compare

  • Fixed bug where modernizr vendor was overriding client modernizr

v2.0.1

18 May 08:12

Choose a tag to compare

  • Fixed mutationObserver bug with data-state

v2.0.0

17 May 10:58

Choose a tag to compare

  • Refactored data-class. Now renamed data-state and supports ARIA-attributes and keyboard events

v1.7.2

21 Apr 14:52

Choose a tag to compare

  • Fixed bug with custom event not firing with fireEvent helper

v1.7.1

21 Apr 11:45

Choose a tag to compare

  • Fixed data-class scope bug

v1.7.0

20 Apr 14:38

Choose a tag to compare

  • 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

19 Apr 13:40

Choose a tag to compare

  • Improved data-class action by adding scoping functionality

v1.5.0

12 Apr 15:25

Choose a tag to compare

  • Improved closestParent helper to accept element types rather than just classes
  • Added smooth scroll action