This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Releases: IvyApp/ivy-tabs
Releases · IvyApp/ivy-tabs
v4.0.0
v3.3.0
- Add "aria-live" to tablists for reporting tab changes to the user.
- Add optional "aria-label" to tablists to improve screenreader reporting.
- Give active tabpanels tabindex 0 to allow keyboard navigation to the active panel content.
- Use a temporary "presentation" role for tablists until tabs are inserted and the "tablist" role is then allowed. See emberjs/ember.js#16379.
v3.2.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
This release introduces several breaking changes from the 2.x series. Refer
to the README for current usage.
- #24 "Namespace" components under
ivy-tabs-*
- #23 Remove
tagName
values except for tabs, which are now anchor tags by default. - #21 Select tabs by a (now required) model value, rather than tab index.
- Rename
selectedIndex
onivy-tabs
toselection
. - Move
on-select
action fromivy-tabs
to individual tabs.
- Rename
- #22 Remove isVisible manipulation and rely on application styles for presentation management.