angular2-select
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
# Changelog | ||
<a name="1.0.0-beta.1"></a> | ||
## [1.0.0-beta.1](https://github.com/basvandenberg/angular2-select/compare/1.0.0-beta.0...1.0.0-beta.1) (2017-01-08) | ||
### Bug fixes | ||
- Removed accidentally included `console.log`'s in published npm package. (#64). | ||
<a name="1.0.0-beta.0"></a> | ||
@@ -8,3 +16,2 @@ ## [1.0.0-beta.0](https://github.com/basvandenberg/angular2-select/compare/1.0.0-alpha.12...1.0.0-beta.0) (2017-01-07) | ||
- Simplified HTML structure with more intuitive classes. | ||
- Changed styling, Sass stylesheet for select and dropdown component instead of the original select2 CSS file. | ||
@@ -27,2 +34,3 @@ | ||
- Added demo page with examples. | ||
- Simplified HTML structure with more intuitive classes. | ||
- Moved logic to separate option and option-list classes. | ||
@@ -49,2 +57,4 @@ | ||
<a name="1.0.0-alpha.11"></a> | ||
@@ -51,0 +61,0 @@ ## [1.0.0-alpha.11](https://github.com/basvandenberg/angular2-select/compare/1.0.0-alpha.10...1.0.0-alpha.11) |
@@ -54,3 +54,2 @@ "use strict"; | ||
SelectComponent.prototype.ngOnInit = function () { | ||
console.log('init'); | ||
this.placeholderView = this.placeholder; | ||
@@ -62,4 +61,2 @@ }; | ||
SelectComponent.prototype.ngOnChanges = function (changes) { | ||
console.log('onChange'); | ||
console.log(changes); | ||
if (changes.hasOwnProperty('options')) { | ||
@@ -182,4 +179,2 @@ this.updateOptionsList(changes['options'].isFirstChange()); | ||
set: function (v) { | ||
console.log('set value:'); | ||
console.log(v); | ||
if (typeof v === 'undefined' || v === null || v === '') { | ||
@@ -186,0 +181,0 @@ v = []; |
{ | ||
"name": "angular2-select", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "Select component for Angular2.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
157757
37
1
146
0
2775