fr-tabs
Version:
Frend's accessible, modern tabs component.
25 lines (17 loc) • 628 B
Markdown
# Frend Tabs Change Log
## [1.0.6] 2017-01-10
- Replaced e.target with e.currentTarget in `_eventTabClick()`
## [1.0.5] 2016-06-19
- Improve DOM traversal with `_closest()` utility
- Add `matches` polyfill for better browser support
## [1.0.4] 2016-06-05
- Replace NodeList.prototype jacking with `_q()` querySelectorAll util
## [1.0.3] 2016-06-03
- Added guard clause for modifier key events - fix issue 75
## [1.0.2] 2016-05-22
- Added aria-labelledby for tabpanels
- Improve ids on tab anchors and tabpanels
## [1.0.1] 2016-03-09
- Permalink docs update
## [1.0.0] 2016-03-08
- Initial release