Skip to content

Commit 3245285

Browse files
authored
Merge pull request #95 from yapplabs/prep-2.0
prep version 2.0
2 parents 7fa6f51 + effcba9 commit 3245285

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
@@ -1,3 +1,8 @@
1+
### 2.0.0
2+
- fixes `sendAction` deprecation warnings, using closure actions internally
3+
- removes support for Ember versions below 2.8
4+
- removes `labeled-radio-button` which was replaced by the block usage of `radio-button`
5+
16
### 1.3.0
27
- adds support for passing a closure action to the `changed` property
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-radio-button",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "provides a radio-button component",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)