Skip to content

Releases: Twikito/easy-toggle-state

Rollup update

06 Jun 12:14
Compare
Choose a tag to compare
v1.5.3

1.5.3

Polyfills update

06 Jun 12:14
Compare
Choose a tag to compare
  • Polyfills update
  • Comments update: JSDoc style

Code optimizations

01 Jun 13:56
Compare
Choose a tag to compare
  • code optimizations
  • dependencies update

Custom build for IE11 with polyfills

31 May 23:23
002e9d8
Compare
Choose a tag to compare
  • Add some polyfills for IE11 compatibility
  • Bundle build scripts optimizations

Better Aria management

23 May 17:37
Compare
Choose a tag to compare

Rewrite aria function

Update dependencies

15 May 12:53
Compare
Choose a tag to compare

Update dependencies + some fixes

New aria-hidden support

14 May 20:51
Compare
Choose a tag to compare

Add aria-hidden attribute on a trigger or a target element, and its value will also change.

Fix: warning when multiple matches for an ID selector

11 May 22:52
Compare
Choose a tag to compare

New targeting methods + new doc

10 May 17:44
Compare
Choose a tag to compare
  • New targeting methods: data-toggle-target-previous and data-toggle-target-next
  • New warnings: when targeting returns no match, or multiple matches when targeting with ID selector
  • All new doc: twikito.github.io/easy-toggle-state/

ES6 modules

09 Apr 20:23
Compare
Choose a tag to compare

Same code, optimized with es6 modules, built with Rollup.
Many thanks to @dhoko for the help.