Skip to content

Commit

Permalink
Released v1.6.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Mar 13, 2017
1 parent 4078f0f commit cc16ca8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Master

# 1.6.0-beta.0
- [INTERNAL/BREAKING??] Update to Babel 6. There is no reason to think this should be
breaking, but releasing a beta first, just in case.

# 1.5.0

# 1.5.0-beta.2
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.5.0",
"version": "1.6.0-beta.0",
"description": "The extensible select component built for ember",
"homepage": "http://www.ember-power-select.com",
"directories": {
Expand Down
3 changes: 3 additions & 0 deletions vendor/ember-power-select-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
left: 0;
pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
display: inline; }

.ember-power-select {
position: relative; }

Expand Down
3 changes: 3 additions & 0 deletions vendor/ember-power-select-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
left: 0;
pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
display: inline; }

.ember-power-select {
position: relative; }

Expand Down
3 changes: 3 additions & 0 deletions vendor/ember-power-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
left: 0;
pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
display: inline; }

.ember-power-select {
position: relative; }

Expand Down

0 comments on commit cc16ca8

Please sign in to comment.