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

Commit b04b3d0

Browse files
committed
3.0.2 release
1 parent 3555f18 commit b04b3d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

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

7+
## [3.0.2][] / 2016-10-14
8+
9+
* Remove `throw` when a tab is not found by index or model. Add "dynamic tabs" example page to the dummy app.
10+
* Switch from globals to modules.
11+
712
## [3.0.1][] / 2016-10-12
813

914
* [#25](https://github.com/IvyApp/ivy-tabs/issues/25) Fix a deprecation warning when tab panels are defined before the tab list.

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

0 commit comments

Comments
 (0)