Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-radio-button

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-radio-button - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

addon/components/labeled-radio-button.js

@@ -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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc