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

Commit 25f7ccd

Browse files
committed
Version bump to 2.0.0
1 parent 255f497 commit 25f7ccd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ivy-tabs
22

3+
## 2.0.0
4+
5+
**This release drops support for Ember < 2.3.**
6+
7+
* [#13](https://github.com/IvyApp/ivy-tabs/pull/13) Data down, Actions up.
8+
* [#15](https://github.com/IvyApp/ivy-tabs/pull/15) Add aria-hidden to ivy-tab-panel.
9+
* [#12](https://github.com/IvyApp/ivy-tabs/pull/12) Convert to contextual components.
10+
* Upgrade to Ember CLI 2.5.0.
11+
312
## 1.2.0
413

514
* Upgrade `ember-cli` to 2.4.2.

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": "2.0.0-canary",
3+
"version": "2.0.0",
44
"description": "WAI-ARIA accessible tabs for Ember.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)