ember-power-select
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -20,2 +20,3 @@ import Ember from 'ember'; | ||
closeOnSelect: true, | ||
dropdownClass: null, | ||
@@ -46,2 +47,2 @@ // Select single config | ||
export default Ember.Component.extend(defaultOptions); | ||
export default Ember.Component.extend(defaultOptions); |
@@ -24,8 +24,8 @@ import Ember from 'ember'; | ||
dropdownClass: computed('class', function() { | ||
_dropdownClass: computed('class', function() { | ||
let cssClass = `ember-power-select-dropdown ${this.get('dropdownClass')}`; | ||
if (this.get('class')) { | ||
return `ember-power-select-dropdown ${this.get('class')}-dropdown`; | ||
} else { | ||
return 'ember-power-select-dropdown'; | ||
return cssClass + ` ${this.get('class')}-dropdown`; | ||
} | ||
return cssClass; | ||
}), | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "ember-power-select", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "The extensible select component built for ember", | ||
@@ -65,3 +65,3 @@ "homepage": "http://www.ember-power-select.com", | ||
"ember-cli-htmlbars": "^1.0.1", | ||
"ember-basic-dropdown": "0.4.2" | ||
"ember-basic-dropdown": "^0.4.2" | ||
}, | ||
@@ -68,0 +68,0 @@ "ember-addon": { |
@@ -31,2 +31,4 @@ [![Build Status](https://travis-ci.org/cibernox/ember-power-select.svg?branch=master)](https://travis-ci.org/cibernox/ember-power-select) | ||
In testing it requires phantomjs 2.0+. | ||
## Motivation | ||
@@ -33,0 +35,0 @@ |
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
74401
1766
78
+ Addedember-basic-dropdown@0.4.11(transitive)
- Removedember-basic-dropdown@0.4.2(transitive)
Updatedember-basic-dropdown@^0.4.2