Releases: Twikito/easy-toggle-state
Releases · Twikito/easy-toggle-state
Rollup update
v1.5.3 1.5.3
Polyfills update
- Polyfills update
- Comments update: JSDoc style
Code optimizations
- code optimizations
- dependencies update
Custom build for IE11 with polyfills
- Add some polyfills for IE11 compatibility
- Bundle build scripts optimizations
Better Aria management
Rewrite aria function
Update dependencies
Update dependencies + some fixes
New aria-hidden support
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
Better warning check.
New targeting methods + new doc
- New targeting methods:
data-toggle-target-previous
anddata-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
Same code, optimized with es6 modules, built with Rollup.
Many thanks to @dhoko for the help.