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

Commit 911ee07

Browse files
committed
3.3.0 release
1 parent 85b2de8 commit 911ee07

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
See [changes since release][HEAD].
66

7+
## [3.3.0][] / 2018-03-17
8+
79
* Add "aria-live" to tablists for reporting tab changes to the user.
810
* Add optional "aria-label" to tablists to improve screenreader reporting.
911
* Give active tabpanels tabindex 0 to allow keyboard navigation to the active panel content.
@@ -154,4 +156,5 @@ to the README for current usage.
154156
[3.0.2]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.1...v3.0.2
155157
[3.1.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.2...v3.1.0
156158
[3.2.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.1.0...v3.2.0
157-
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.2.0...master
159+
[3.3.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.2.0...v3.3.0
160+
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.3.0...master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ivy-tabs",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "WAI-ARIA accessible tabs for Ember.",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)