We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fa6f51 + effcba9 commit 3245285Copy full SHA for 3245285
CHANGELOG.md
@@ -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
+
6
### 1.3.0
7
- adds support for passing a closure action to the `changed` property
8
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-radio-button",
- "version": "1.3.0",
+ "version": "2.0.0",
"description": "provides a radio-button component",
"keywords": [
"ember-addon",
0 commit comments