Skip to content

Commit

Permalink
Released v1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Aug 1, 2016
1 parent b6111cc commit 1d9cb60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Master

# 1.0.0-beta.6
- [ENHANCEMENT/BREAKING] IMMUTABLE API! This is a big step towards 1.0.0 final. Now the public API
received by all actions and subcomponents is immutable. That means that any change of any property
creates a new publicAPI object. That means in practice that sub-components can rely on `didReceiveAttrs`
to be notified when any state of the parent component changes.
This also means that utilities like time-travel debugging are close to be possible.

# 1.0.0-beta.5
- [BUGFIX] Reset highlighted element when options change, regardless of of the search is sync or async

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.0-beta.5",
"version": "1.0.0-beta.6",
"description": "The extensible select component built for ember",
"homepage": "http://www.ember-power-select.com",
"directories": {
Expand Down

0 comments on commit 1d9cb60

Please sign in to comment.