Skip to content

Commit

Permalink
Released v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Jan 12, 2017
1 parent 6d163c1 commit eba91ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Master

# 1.1.0
- [ENHANCEMENT] Compare elemets using `Ember.isEqual` instead of `===`. This gaves use better
support for dates and allows users to define `isEqual` methods on their objects when keeping
a constant reference is hard.

# 1.0.3
- [CLEANUP] Depend on a newer version of `ember-cli-sass`, and remove `node-sass`.
- [BUGFIX] Call `registerAPI` with `null` on `willDestroy` to avoid memory leaks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select",
"version": "1.0.3",
"version": "1.1.0",
"description": "The extensible select component built for ember",
"homepage": "http://www.ember-power-select.com",
"directories": {
Expand Down

0 comments on commit eba91ee

Please sign in to comment.