Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Mar 17, 2018
1 parent 85b2de8 commit 911ee07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

See [changes since release][HEAD].

## [3.3.0][] / 2018-03-17

* 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.
Expand Down Expand Up @@ -154,4 +156,5 @@ to the README for current usage.
[3.0.2]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.1...v3.0.2
[3.1.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.2...v3.1.0
[3.2.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.1.0...v3.2.0
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.2.0...master
[3.3.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.2.0...v3.3.0
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.3.0...master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ivy-tabs",
"version": "3.2.0",
"version": "3.3.0",
"description": "WAI-ARIA accessible tabs for Ember.",
"keywords": [
"ember",
Expand Down

0 comments on commit 911ee07

Please sign in to comment.