Skip to content

Commit

Permalink
v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Dec 18, 2017
1 parent 983120f commit a6805ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Master

# 2.0.0-beta.0
- [BREAKING] Remove long-time-deprecated behavior to support _some_ usages of the `:eq` pseudoselector from jQuery.
- [DEPRECATE] Deprecate global async test helpers: `selectChoose`, `selectSearch`, `removeMultipleOption`
and `clearSelected`. They are still available, but we recomend explicitly importing them from `ember-power-select/test-support/helpers`
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ember-data collections and follows idiomatic patterns.

## Installation

Ember Power Select works in Ember **2.3.1+**, beta and canary with no deprecations
Ember Power Select 1.X works in Ember **2.3.1+**, beta and canary with no deprecations
whatsoever. Any deprecation will be considered a bug.

As any other ember-cli addon, run:
Expand All @@ -22,6 +22,8 @@ As any other ember-cli addon, run:
ember install ember-power-select
```

Ember Power Select 2.X (currently in beta) requires Ember **2.10.0+**.

## Features overview

Ember Power Select wants to be as agnostic as possible about how you're going to use it, but it still provides
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.10.4",
"version": "2.0.0-beta.0",
"description": "The extensible select component built for ember",
"keywords": [
"ember-addon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<td>destination</td>
<td><code>'ember-basic-dropdown-wormhole'</code></td>
<td>
The id of the element used as target for the dropdown's content, when not rendered in place.
The id of the element used as target for the content of the dropdown, when not rendered in place.
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions tests/dummy/app/templates/public-pages/docs/architecture.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h3>Built with composition</h3>

<p>
Ember Power Select is built by combining existing addons. Each one of them focused on one simple task
Ember Power Select is built by combining existing addons/components. Each one of them focused on one simple task
to create a complex piece of UI, but at the same time hides that fact and exposes itself as a
single item.
<br>
Expand All @@ -40,7 +40,7 @@
<svg class="horizontally-centered" xmlns="http://www.w3.org/2000/svg" version="1.1" width="50" height="50" preserveAspectRatio="xMidYMid" viewBox="0 0 70 70">
<polygon points="35,70 70,35 49,35 49,0 21,0 21,35 0,35 35,70" class="shape-element" fill="rgb(255, 68, 1)"></polygon>
</svg>
<p class="text-center">\{{ember-wormhole}}</p>
<p class="text-center">\{{#-in-element}}</p>
</article>

<h3>Built for composability</h3>
Expand Down

0 comments on commit a6805ac

Please sign in to comment.