ember-radio-button
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -7,2 +7,3 @@ import Ember from 'ember'; | ||
tagName: 'label', | ||
attributeBindings: ['for'], | ||
classNameBindings: ['checked'], | ||
@@ -16,2 +17,4 @@ classNames: ['ember-radio-button'], | ||
'for': computed.readOnly('radioId'), | ||
actions: { | ||
@@ -18,0 +21,0 @@ innerRadioChanged: function(value) { |
@@ -15,2 +15,4 @@ import Ember from 'ember'; | ||
// required - optional | ||
// radioClass - string | ||
// radioId - string | ||
@@ -17,0 +19,0 @@ defaultLayout: null, // ie8 support |
@@ -14,2 +14,4 @@ import Ember from 'ember'; | ||
// name - string | ||
// radioClass - string | ||
// radioId - string | ||
@@ -16,0 +18,0 @@ // polyfill hasBlock for ember versions < 1.13 |
@@ -0,1 +1,7 @@ | ||
### 1.0.7 | ||
- adds a `radioClass` property to put any classes you want on the input element | ||
- adds a `radioId` property to specify an id for the input element, allows | ||
associating non-wrapping label elements | ||
### 1.0.6 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "ember-radio-button", | ||
"description": "provides a radio-button component", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"directories": { | ||
@@ -6,0 +6,0 @@ "doc": "doc", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
40270
149
0