- Forward in
@animationEnabled
from PowerSelectMultiple to inner select #1475 - Remove debugger statements introduced by mistake
- [ENHACEMENT] Update ember-basic-dropdown to 3.0.17 which includes updated
ember-element-helper
and should be more friendly with embroider. - [BUGFIX] Ensure searchbox in multiple select doesn't submit its enclosing form when enter is pressed.
- [BUGFIX] Fix arrays appended to multiple selects' selected array (#1447)
- [CHORE] Move from travis to github actions, fixing the test suite along the way. This has also updated the version of ember-basic-dropdown.
- [BUGFIX] Fix problem when passing
@initiallyOpened
along with@selected
.
- [ENHANCEMENT] Allow to customize what's displayed when no item matches the search by passing a
@noMatchesMessageComponent
.
- [ENHANCEMENT] Makes changed to aria roles so the currently highlighted option can be announced by assistive technology like Voice Over.
- [CHORE] Relax allowed versions of ember-truth-helpers so projects are less likely to have to resolve dependencies.
- [BUGFIX] Remove event listeners on destroy.
- [BUGFIX] Ensure observers set when selected/options are promise proxies are properly removed when the component is destroyed, to prevent memory leaks.
- Update
ember-concurrency-decorators
to 2.0
- [BUGFIX] Multiple selects can receive an ember-data collection in the
@selected
attribute.
- [BUGFIX] Fix component when the
@search
action return an ember-data collection - [CHORE] Convert addon to typescript.
- [BUGFIX] When
@options
is an ember-data collection, transform to a plain array for the public API - [BUGFIX] Update ember-basic-dropdown to 3.0.0-beta.3 to fix select not recalculating its position after scrolling or resizing the window.
- [BUGFIX] Moved
ember-assign-helpers
from devDependencies to dependencies inpackage.json
- [ENHANCEMENT] Cache filtered results for better performance when selects have many items.
- [CHORE] Update
@glimmer/component
to 1.0.0 and EBD to next beta.
- [MAYBE-BREAKING] Update to glimmer components and EBD
- [BUGFIX] Allow to customize
calculatePosition
by extending from PowerSelect. - [BUGFIX] Fix default values for
triggerComponent
andbuildSelection
in<PowerSelectMultiple>
- [BUGFIX] Allow
@triggerRole
to be used to remove completely the role of the trigger by passingfalse
/null
- [BUGFIX] Put
@ember-decorators/component
in dependencies.
- [BUGFIX] Fix bug in
<PowerSelectMultiple>
that caused it to render the search term in both the trigger and the before options component.
- [CHORE] Update to Ember Basic Dropdown 2.0 final.
- [CHORE] Update version of ember-basic-dropdown
- [BREAKING] Now this addon requires Ember 3.11 (in beta at the moment of this writing)
- [BREAKING] This component now expects to be invoked with
<AngleBracket>
syntax. - [BREAKING] All actions starting with
on
(e.g.onchange
andonopen
) are now spelled with camelCase (@onChange
and@onOpen
) - [BREAKING] @searchEnabled is now false by default
- [BUGFIX] Add back node 6 in the list of supported engines
- [CHORE] Allow ember-concurrency 1.0
- [BUGFIX] Fix bug that caused disabled options to be selectable on touch devices.
- [BUGFIX] Allow both ember-concurrency 0.9.X and 0.8.X to support octane and older versions of Ember
- [UPDATE] Depend on ember-concurrency 0.9 for better octane support
- [ENHANCEMENT] Allow styles to work on apps using Module Unification.
- [BUGFIX] Prevent scroll only if target is body
- [BUGFIX] Update test helpers so they work with latest version of EBD
- [BUGFIX]
{{power-select-multiple}}
should be a tagless component unless otherwise specified.
- [ENHANCEMENT] Create a new sass/less styles that are then imported from the main style. This should not change the public API
- [BUGFIX] Forward
triggerRole
from the multiple-select to the inner select
- [BUGFIX] Fix bug when multiple selects are tagless
- [INTERNAL] Forward
_triggerTagName
in multiple selects
- [BUGFIX] Fix focusing of the searchbox in recent versions of Ember.
- [BUGFIX] Forward
eventType
in multiple selects
- [ENHANCEMENT] Allow select to be open with
click
instead ofmousedown
- [BUGFIX] Add
highlightOnHover
option (defaults totrue
) that decides if hovering an option with the mouse highlights it.
- [BUGFIX] Fix the previous bugfix.
- [BUGFIX] Avoid polyfilling the DOM in fastboot.
- [BUGFIX] Better support
ObjectProxy
to adapt to changes in EmberData > 3.1
- [BUGFIX] Ensure the active/deactivate actions are not called if the component is already being destroyed.
- [BUGFIX] Fix a bug in which the multiple select opened immediately when renderedin IE11 when using Ember 3.1+ (3.0 and below did not have this bug).
It has to do with the way placeholders are set and a bug in IE11 that setting the placeholder trigger a
input
event. - [FEATURE] You can add a title to the trigger by passing
title="The title"
to{{power-select}}
or{{power-select-multiple}}
- [BUGFIX] Remove forgoten console statement in test helper
- [INTERNAL] Ensure the addon checks if an object is "thenable" using
Ember.get
.
- [ENHANCEMENT] Pass the
extra
option to theselectedItemComponent
- [CLEANUP] Remove support for node 4.
- [INTERNAL] Update to
ember-basic-dropdown
1.0.0!! - [INTERNAL] Stop using
ember-native-dom-helpers
. Use regular helpers in@ember/test-helpers
. This causes some subtle changes in asynchrony on the provided test helpers, but if people are using them as intended (with async/await) there should be no noticeable changes.
- [BUGFIX] Remove redundant
self.
preceeding many well know globals like document or window
- [BUGFIX] Fixes big un Ember 3.1 accessing the getter
selected.then
- [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
andclearSelected
. They are still available, but we recomend explicitly importing them fromember-power-select/test-support/helpers
- [BREAKING] Update to ember-basic-dropdown 1.0.0-beta.0, which drops support for Ember 2.9 and below. In exchange, the component is now lighter and presumably faster.
- [BREAKING] Change the behaviour of the select when the user types on the focused trigger to mimic
how native selects work: Repeating a char cycles though the options that start with that char, but
not repeating performs a search (from be beginning, it will not match substrings in the middle of
a word). This matcher is called
typeAheadMatcher
, and can also be provided by the user if they want a different behaviour. This change in behaviour kicks the 2.0 cycle.
- [INTERNAL] Refactor test suite to use the new testing API
- [DEPRECATION] Add deprecation to all test helpers when imported from
../../test-support/ember-power-select
. Users should use the helpers that live in/addon-test-selectors
, whose import part is stable regardless of the nesting of the file from where they are imported. P.e.import { selectChoose } from 'ember-power-select/test-support/helpers';
- [ENHANCEMENT] Upgrade to
ember-basic-dropdown
0.33.10, which supports thehorizontalPosition
property on selects rendered in-place. - [BUGFIX] Fix edge case in which an observer could be fired on a being destroyed (this could probably only happen during tests)
- [ENHANCEMENT] Add
triggerRole
option to customize the role of the trigger component down in ember-basic-dropdown.
- [UPDATE] Update
ember-basic-dropdown
, which removes compatibility with IE10 (which was very poor to begin with) - [ENHANCEMENT] Update
ember-text-measurer
to 0.4.0, which uses the latest babel, allowing consumer apps to dropember-cli-shims
. - [BUGFIX] Ensure selecting an option by pressing the spacebar on a select without searchbox does not cause a page scroll.
- [ENHANCEMENT] Update
ember-truth-helpers
to ^2.0 - [ENHANCEMENT] Update
ember-cli-babel
to ^6.8.2
- [ENHANCEMENT] Pass the
placeholder
and theplaceholderComponent
to thebeforeOptionsComponent
, to allow more customizations on it. - [BUGFIX] Allow to specify negative margins in Sass variables
- [ENHANCEMENT] If the options is a
PromiseArrayProxy
, the content of the array is set immediately and updated later when the promise resolves.
- [BUGFIX] The Y-axis validation of the click coordinates when opening is disabled in testing because there is some chance that, due to the weird positioning selects can have in testing, it throws false negatives.
- [ENHANCEMENT] The trigger component also receives the loadingMessage.
- [ENHANCEMENT] Allow
buildSelection
to fallback to the default one when the provided one is undefined. - [ENHANCEMENT] Add assertion to ensure developers pass a
searchField
option if the options are not plain strings.
- [BUGFIX] Allow the to use the num-pad of the keyboard to highlight/select items while the trigger is focused. Prior to this, only numbers above the keyboard would work.
- [BUGFIX]
selectChoose
andselectSearch
test helpers now make sure that the trigger is scrolled into the viewport before clicking it, as it might cause problems to click in an outside-view item.
- [BUGFIX] Ensure that keys pressed with
ctrl
oralt
on a focused trigger do not call the autoselection/autohighlighting feature.
- [BUGFIX] Ensure new import paths work regardless of the babel version on the consumer app
- [INTERNAL] Remove one forgotten use of the old shims
- [INTERNAL] Do not import the
Ember
global or the old shims anymore. Use the new and definitive import paths. - [INTERNAL] Update to a version of
ember-basic-dropdown
that uses the new import paths
- [BUGFIX] Fix bug in iOS that prevented taps in items to be selected. Bug was introduced in 1.7.
- [ENHANCEMENT] Allow to use
selectChoose
in integration.
- [BUGFIX] Improve smoothness of the scroll of the list of options in iOS devices.
- [ENHANCEMENT] Add an assertion in dev/test to warn the user that having promises inside groups is not supported.
- [ENHANCEMENT] Update
ember-basic-dropdown
to^0.32.5
so it usesember-cli-babel
6.1 andember-native-dom-helpers
0.4.0 - [INTERNAL] Use new
assert
helper provided by ember-cli-babel 6.1 that are automatically removed in production.
- [ENHANCEMENT] Allow developers to pass a function to customize how the select should scroll
to display an element of the list outside the viewport. Pass
scrollTo=scrollTo
. It receivesoption, select, event
.
- [ENHANCEMENT] The HTMLElement passed to
selectChoose
can now be an ancestor of the trigger instead of only the trigger itself. This was made for consistency with the behaviour of the helper when it receives a CSS selector instead of an element.
- [ENHANCEMENT] Update to EBD 0.32, which allows the select to work when nested inside elements with scroll. It also fixes positioning when the body is not not positioned at 0,0
- [BUGFIX] Fix page scroll when component is opened after refactor to remove jQuery. Fixed by bumping the version of ember-basic-dropdown.
- [ENHANCEMENT]
selectChoose
andselectSearch
now accept the HTMLElement of the trigger instead of the string with the CSS selector as first arguments.
- [ENHANCEMENT] Remove jQuery totally. Saved 29.28KB (min + gzip) on the docs.
- [ENHANCEMENT] Acceptance helpers do not use jQuery, so can be used in apps without jQuery. The addon itself it tested without jQuery to ensure it remains jQuery free.
- [DEPRECATION] Passing selectors with
:eq()
is supported but deprecated. - [ENHANCEMENT] Added a third numeric option to the
selectChoose
helper to select the nth element that matches the given selector. E.g:selectChoose('.language-select', '.power-select-option', 3)
. - [INTERNAL] Fully refactor to use
ember-native-dom-helpers
both in acceptance and integration. - [ENHANCEMENT] The component should work without jQuery. It isn't tested yet tho since
ember-data doesn't work without it. Added an
Element.closest
polyfill for it.
- [BUGFIX] Fix double render bug when disabling a component a select. It was caused
because several blur events were modifying the same property twice. Now changes
to
isActive
are coalesced.
- [INTERNAL] Bump a few internal dependencies and relese babel 6 in stable.
- [INTERNAL/BREAKING??] Update to Babel 6. There is no reason to think this should be breaking, but releasing a beta first, just in case.
- [ENHANCEMENT] Allow to pass a
calculatePosition
function that allows to customize how the content is placed and resized. This option has been available in EBD for a long time, but now EPS allows it too.
- [ENHANCEMENT] Now the selected option in the trigger of multiple select have the
ember-power-select-multiple-option--disabled
class if that option is disabled. This can be used to hide with CSS thex
button on those options. - [INTERNAL] Some new very-private-you-should-not-use-them options to customize the tagName of the trigger and the content.
- [ENHANCEMENT/BREAKING-ISH]
ember-basic-dropdown
has improved the experience with A11y for screen readings. Somearia-*
have changed and there is an invisible div that wasn't there before. EPS doens't rely on those attributes and it's unlikely that this will break for anyone, but just in case I'll bump a minor version number and keep it in beta for some days.
- [ENHANCEMENT]
typeInSearch
integration test helper now accepts an options scope to target specific selects when there is more than one in the screen.
- [BUGFIX] Fix wrong rgba color in LESS stylesheets of bootstrap theme
- [ENHANCEMENT] The id of the trigger can be customize now with
triggerId="foo"
. Useful to relate selects with<label>
tags.
- [ENHANCEMENT] Added new
placeholderComponent
option. By default is used in single selects only.
- [ENHANCEMENT] Added LESS support, on pair with the SASS one.
- [BUGFIX] If the addon is installed in the presence of an
app.scss
file, it will automatically append@import 'ember-power-select';
to it instead of replacing it.
- [BUGFIX] Properly pass the
extra
option to theoptionsComponent
. It used to receive it but somehow it was removed by mistake during the 1.0.0-beta cycle.
- [INTERNAL] Update to Ember Basic Dropdown 0.20. This will break ember-paper because it uses private api, but will be fixed shortly.
- [ENHANCEMENT] Compare elemets using
Ember.isEqual
instead of===
. This gaves use better support for dates and allows users to defineisEqual
methods on their objects when keeping a constant reference is hard.
- [CLEANUP] Depend on a newer version of
ember-cli-sass
, and removenode-sass
. - [BUGFIX] Call
registerAPI
withnull
onwillDestroy
to avoid memory leaks
- [BUGFIX] REVERT the
overflow: scroll
change in 1.0.1. It makes all selects show scrollbar even if the content doesn't need it.
- [BUGFIX] The list of options now has
overflow: scroll
instead ofoverflow: auto
, which cause some issues in firefox for windows
- [DOC] Finally 1.0.0. No new features, just stability without stagnation.
- [BUGFIX] Fix double render error in glimmer2
- [BUGFIX] Ensure that options are not considered a group when they have
groupName
but lack of anoptions
property. - [BUGFIX] The clear button is now activate in touchstart, fixing a bug where in iOS the button was effectively unoperative.
- [BUGFIX] Update version of ember-basic-dropdown, which fixes several positioning issues involving pages with horizontal scroll.
- [BUGFIX] Improve default bootstrap theme.
- [NOOP] Republish, since something weird happened while publishing beta.28
- [BUGFIX] Fix helpers that fire events in IE11.
- [INTERNAL] Update to ember-basic-dropdown 0.17. This version has a breaking change that does not affect ember-power-select, but might (unlikely) affect people using ember-basic-dropdown directly.
- [ENHANCEMENT] Define bootstrap and material themes variables with
!default
so they also can be overriden.
- [BUGFIX] Ensure EPS depends on a bug-free version of ember-concurrency. Versions from 0.7.11 to 0.7.14 produced a memory leak.
- [ENHANCEMENT] Return an string from the
oninput
action uses that string in the search instead of the original one.
- [ENHANCEMENT] Add a
defaultHighlighted
option that can be used to customize what item is highlighted by default with the component is opened. It can either be a value, or a function that gets called with the select and returns that value. - [ENHANCEMENT] Add
@onBlur
event for symmetry with@onFocus
, and also clarify that both are fired for any element of the select gaining the focus, so theevent.target
should be used to disambiguate the origin. - [BUGFIX] Fix SHIFT+TAB in multiple select: In multiple selects with search enabled that use the default component, the tabindex is applied to the searchbox, and the trigger has -1.
- [ENHANCEMENT] Added a material-design theme!
- [INTERNAL] Internal refactor to leverage ember-concurrency. OMG, this is so much better!
- [ENHANCEMENT] Add support for cancellables (p.e ember-concurrecy tasks) in the search action.
- [DOCS] Use
ember-code-snippet
to finally have proper syntax highlighting in DOCs. Now snippets are also evaluated as partials, which servers as an insurance policy agains typos. - [INTERNAL] Switch from JSHint to ESLint +
eslint-plugin-ember-suave
for better code uniformity. - [ENHANCEMENT] The
selectChoose
andselectSearch
helpers now throw explicative errors when something goes wrong. - [ENHANCEMENT] The
selectChoose
helper now also allows to receive a CSS selector as second argument (instead of the text value of the option). This makes easier for selects with complex HTML inside their options to be interacted with. - [DOCS] Add not explaining that automatic animation detection doesn't work with CSS transitions, only with CSS animations.
- [TESTING] Ensure the addon is tested in 2.4LTS
- [BUGFIX] Fix bug in versions of Ember <= 2.6
- [INTERNAL] Update to ember-cli 2.9
- [BUGFIX] Update EBD to fix a bug. This prevents open/close actions to be invoked in a destroyed component.
- [BUGFIX] Widewalk a bug with
Ember.A
in fastboot. See ember-fastboot/ember-cli-fastboot#251 - [INTERNAL] Upgrade to 2.8 family.
- [BUGFIX] Fix bad memory leak in multiple selects. Probably messing with people's app in testing.
- [BUGFIX] Avoid polluting styles of ember-basic-dropdown.
- [BUGFIX] Ensure scrolling to the selected option works if another select is still on the page being animated out.
- [BUGFIX] A disabled select won't have tabindex at all (it used to have -1)
- [BUGFIX] If
tabindex=false
, the component won't have tabindex (it used to have -1)
- [ENHANCEMENT] Acceptance helpers
selectChose
andselectSearch
now work both passing the css selector of an ancestor of the trigger (as usual) or passing the selector of the trigger itself (new behaviour). - [BREAKING] The
select.uniqueId
should is of the shapeember1234
to it can safely be used for construct DOM ids (which can't start with number according to the spec).
- [BUGFIX] Component corrently closes when clicked outside of the boundary of the application (in apps not attached to the body but to some internal element).
- [BREAKING] The
select._id
property of the publicAPI has been promoted to public API and renamed asselect.uniqueId
. - [ENHANCEMENT] Multiple selects without a search can have a placeholder now.
- [BUGFIX] Avoid messing with the scroll when the select contains an input with autofocus in the content. Fixed in EBD by making the first reposition use a fastpath.
- [BUGFIX] Fix problem when a select is disabled and then re-enabled (the bug was in EBD).
- [BUGFIX] Depend on a version of EPS that doesn't rely on
ember-cli-shims
0.1.3.
- [BUGFIX] Having more than one component with
renderInPlace=true
attempted to register views with id null. Fixed in EBD 0.13.0-beta.2
- [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.
- [BUGFIX] Reset highlighted element when options change, regardless of of the search is sync or async
- [BUGFIX] Don't assume that
action.open
will receive an event.
- [BUGFIX] Pressing up/down arrown on selects without a search wasn't default prevented and the page scrolled.
- [ENHANCEMENT] Setting
theme
to false in the addon config entirely disables the styles. - [ENHANCEMENT] Added optional
autofocus
property tobefore-options
component of single selects to prevent autofocusing of the search box, when the dropdown is opened.
- [ENHANCEMENT] Input placeholders have no opacity now, to be consistent with span-based placeholder.
- [ENHANCEMENT] The color of the placeholder has been unified when it's an element and when it's a placeholder inside an input.
- [BREAKING] The trigger now has no padding on the left. It's the content inside the one that has margin on the left now. This may be breaking for people customizing the triggerComponent.
- No changes since alpha.15
- [BUGFIX] Prevent accidental reset of attributes when options are replaced with the same options
- [ENHANCEMENT] Close select automatically if it gets disabled while it's open.
- [BUGFIX] The
registerAPI
must be called on multiple selects too.
- [BUGFIX] Update to EBD 0.12.0-beta.21 which allows to nest dropdowns up to 2 levels.
- [BUGFIX] Update to EBD 0.12.0-beta.20 which fixes enter animations.
- [BUGFIX] Fix
searchPlaceholder
config option broken in 1.0.0 - [BUGFIX] Allow to render the component in an alternative wormhole destination passing
destination=foo
. It broke in 1.0.0. Added test to prevent regression.
- [BUGFIX] ENTER/SPACE when no option is highlighted doesn’t selects undefined
- [BUGFIX] Ensure
select.selected
is always an array in multiple selects, not undefined/null. - [BUGFIX] Fix search box width calculation
- [BUGFIX] Update EBD to beta.18 to fix positioning bug when rendered in place
- [BUGFIX/BREAKING] After some bikesheding, consensus was that despite of the spacebar being commonly
used by selects to choose the highlighted option, pressing
SPACE
while the focused element is a searchbox is usually expected to add a space to the search term, not perform a selection, so that behaviour has been removed. If the spacebar is pressed on selects without a searchbox, then it works as native selects. - [INTERNAL] Simplify keydown management.
- [BUGFIX] Calling preventDefault over the event of the
keydown
action does not prevent the component's behaviour. Returning false does.
- [BUGFIX] The component properly reacts to changes in the value of the
disabled
property.
- [INTERNAL] Stop relying in
this.elementId
and remove depreaction for using a CP for thetagName
property. - [BUGFIX] Fix styles of selects that are rendered in place so they are full width.
- [BUGFIX]
@onKeydown
in multiple selects is also called for keypresses in the A-Z range. - [ENHANCEMENT] Add a
registerAPI
public action than can be used to store a reference to the public API of the component from the outside.
- [ENHANCEMENT] Make
disabled
part of the public API - [BUGFIX] Fixed a lot of bugs, some related to changes in Ember 2.7, and others.
- [BUGFIX] Fix positioning of the status icon.
- [BUGFIX] Update to EBD to fix position classes being wiped on rerenders.
- [NO CHANGES] After some though I'm more or less ready to commit to stablility for both the component's options and the "publicAPI" object that is passes/yielded as second argument in many places. Maybe the API surface can adjust a little bit as @miguelcobain stresses it to be used inside ember-paper, but I expect changes, if any, to be additive. In any case, this is an alpha version.
- [INTERNAL] Huge refactor to centralize (most) state inside the public API object. tl;dr; The component inside is totally new.
- [INTERNAL] Use fine-grained imports from ember-cli-shims. It expects ember-cli-shims >= 0.1.1.
- [BREAKING] The options received by internal subcomponents has changed (simplified) because most
of the state has been centralized in the public API object (named
select
inside alls sub components). - [BREAKING] The second argument yielded to the block is now the public API instead of the search term.
This gives more flexibility to the user. To retaing old behaviour just change
|opt term|}} {{term}}
by|opt select|}} {{select.lastSearchedText}}
- [BREAKING] The
--focus-inside
class has been replaced by an--active
class, which is more meaningful.
- [INTERNAL] Update EBD to fix scroll problem cause by the dropdown being too slow to reposition
- [INTERNAL] Use a regular input for the search. Now that the component is 2.3.1+, no hacks are needed.
- [BREAKING] Dropped support for old versions of Ember. Now only 2.3.1+
- [BREAKING] Huge internal refactor to migrate to the new Ember Basic Dropdown. The public API
of the component is exactly the same in theory. However the component is now tagless, so there is
no
.ember-power-select
wrapper around the trigger. Also some classes might have changed that can affect people customizing the styles. A more detailed entry will be added to the docs.
- [BUGFIX] Fix filtering/selection by typing when the trigger is focused and the options are groups.
- [CLEANUP] Remove deprecated behaviour: Return a boolean from custom matches is not longer allowed.
- [BUGFIX] Fix IE9/10 bug because
element.dataset
doesn't work 🤦
- [INTERNAL] Add
ember-cli-template-lint
. - [BUGFIX] Make removeMultipleOption and clearSelected async friendly
- [INTERNAL] Add a class to the search input of single selects so the CSS hierarchy is flat.
- [ENHANCEMENT] Make
typeInSearch
helper less dependent on the actual markup of the component.
- Nothing relevant.
- [BUGFIX] Update
ember-text-measurer
to 0.3.0 and properly move it to runtime dependencies. - [BUGFIX] Ensure
ember-power-select
runs beforeember-cli-sri
.
- [BUGFIX] Perform pixel-perfect text measurements using
ember-text-measurer
instead of using the naive0.5em * numberOfChars
that yields to imperfect results. - [BUGFIX] Calling
preventDefault
on the events that trigger an open or a close no longer prevent the component's default behaviour. Onlyreturn false
can do that.
- [BUGFIX] Depend on EBS ^0.11.5 to fix issue with touch devices.
- [BUGFIX] Depend on EBS ^0.11.4 to fix some issues with IE9
- [ENHANCEMENT] If a group is disabled, its options (or the options of nested groups) are automatically considered disabled too.
- [ENHANCEMENT] Groups can contain disabled=true property that will add aria-disabled="true" to the group.
- [BUGFIX] Select doesn't scroll to make the selection visible on open. Regression introduced in 0.10.0.
- [BUGFIX] Highlight and scrolling has been decouple, so now highlighting a partially hidden option with the mouse not longer triggers a scroll on the list, which was wrong behaviour. However, using the arrow keys still scrolls the list is necessary.
- [BUGFIX] Ensure customMatchers receive always receive the entire option, even when used in conjunction
with
searchField
option. - [ENHANCEMENT] The option containing the loading message has a a distinctive
.ember-power-select-option--loading-message
class.
- [ENHANCEMENT] The
selectChoose
helper is less dependent on the class names of the input, and will probably work with any markup as long as the searchbox has[type=search]
. - [BUGFIX] Fixed bug selecting options with touch events.
- [BUGFIX] The highlighted element can be selected with the spacebar when the trigger is focused.
- [BUGFIX] The component can and closed with the spacebar while the trigger is focused.
- [ENHANCEMENT] Allow trigger the
@onFocus
action from within the trigger component.
- No changes since beta.13
- [BUGFIX] Ensure that returning
false
from the@onKeydown
action prevents the default behaviour even when that default behaviour is handled by ember-basic-dropdown.
- I don't remember, but nothing important :D
- [BREAKING]
e.preventDefault()
no longer affects the behaviour of the component, just prevents the native browser behaviour. Returnfalse
instead. - [BUGFIX/BREAKING]
onopen
/onclose
actions are called before the component is opens/closes, giving the user the change to prevent that from happening by returning false. - [BUGFIX]
select.actions.select
doesn't callstopPropagation
orpreventDefault
in the given event anymore. It's not it's responsability. - [INTERNAL] Update Ember-basic-dropdown to 0.9.5-beta.14. PublicAPI should be the same, but internal have been simplified and responsibilities better divided across components. Nothing should break, but given the size of the changes ¯_(ツ)_/¯
- [BUGFIX] The trigger of the single select applies overflow if the content is too long
- [FEATURE] Selects can now be nested inside other dropdowns.
- [FEATURE] Allow to pass WAI-ARIA states (ariaDescribedBy, ariaInvalid, ariaLabel, ariaLabelledBy and required)
- [BUGFIX] Avoid highlight disabled options when they are the first option after a search. Instead, highlight the first non-disabled option in the list. When all results are disabled, nothing gets highlighted.
- [ENHANCEMENT] Add a class to the component when an element inside has the focus. This allows to style the component not only when the component itself is focused but when an input inside is, which was previously impossible.
- [BUGFIX] Allow to pass
horizontalPosition
to customize to which edge of the trigger the dropdown is anchored to.
- [FEATURE] The
selected
option can now also be a promise. When it's a promise, the component won't have any selection (the trigger will be empty, no option of the list will be highlighted) until that promise resolves. Once it resolves, the trigger and the highlighted option will update. - [BUGFIX] Fixed bug after event-delegation refactor where mouseovering the list itself (which happens when options are disabled) throwed an error.
- [BUGFIX] Disabled select shouldn't be clearable even if
allowClear=true
. - [BUGFIX] In multiple selects when test in the searchbox was too long the text overflowed the trigger.
- [REMOVE FEATURE] The
opened
property (the only using double bindings instead of DDAU) has been removed. It was the cause of some errors due to race conditions in the bindings propagation. It is still possible to passinitiallyOpened=true
to render a select already opened, but it is a one time property. It won't onpen/close the select when mutated nor will be mutated when the select is opened or closed.
- [BUGFIX] Fix option highlighting when the use mouseovers in an element inside the
<li>
s
- [BUGFIX] Fix option selection when the use click in an element inside the
<li>
s - [BUGFIX] In multiple selects, deleting the last element of the list using BACKSPACE to trigger a search must open the dropdown if not already opened.
- [FEATURE] Added
oninput
action that will be fired by changes in the search input. If the user returnsfalse
from this action the default behaviour (perform a search) is not run. This is particular useful for addons than need to preprocess the text being typed, by example to tokenize it and add entries instead of performing a search. - [ENHANCEMENT] Improve accuracy
selectChoose
. BeforeselectChoose('.my-select', 'User')
might, erroneously, select the option containing the textUser team
if it was before thanUser
in the list. Now if there is more than one option containing the given text it but the content of one of the options is identical, then that one is chosen. If none is identical, the first one.
- [BUGFIX] Fix bug with the new delegation methods when the list of options was not an Ember.A()
- [BREAKING CHANGE] Use event delegations in the list of options. This might break tests not using
the provided acceptance helpers in Ember < 2.5. Also, people customizing the
optionsComponent
will have to revisit the component, but is a component very few people customizes. - [FEATURE] Added support for touch events in the options list. Faster response, no fastclick issues.
- [BUGFIX] Allow to remove elements on the power-select-multiple with touch events.
- [BUGFIX] Fix bug when the outer array was mutated in place and then changing the selection performed an outdated selection. This was done by addin a new feature
- [FEATURE] The component accepts a
buildSelection
action that, given an option, constructs the new array of options from it. This allowed some internal cleanup.
- [ENHANCEMENT] Update EBS to have better animation support
- [FEATURE] Add support for CSS transitions and animations. When the dropdown is rendered, it gets
a
.ember-basic-dropdown--transitioned-in
class after it's first rendered, so it's trivial to add transitions when opened. The closed, the dropdown gets aember-basic-dropdown--transitioning-out
class, and if there is any CSS animation or transition on that element, dropdown is not closed until that animation finishes. All this behaviour is actually part of ember-basic-dropdown. - [BUGFIX] Ensure the
triggerClass
anddropdownClass
can change in runtime - [BUGFIX] The the public API received by the
search
action now has the searchText up to date with the value entered by the user. - [BUGFIX] Acceptance tests helpers are now async inside. They used to be fully async before 0.9.2.
- [ENHANCEMENT] Pass the public API of the component as second argument to the search action, as it is the case with the rest of the public actions.
- [BUGFIX] Fix acceptance helpers (
selectChoose
& co) to fire native events even in Ember < 2.5. Fixes a bug with Ember Basic Dropdown 0.9.2.
- [BUGFIX] Disable placeholder of multiple select in Internet Explorer. There is a bug in IE that prevents the component from loosing the focus because the placeholder is updated. Very weird. This is less than ideal, but it's better to have a component without placeholder in IE than to have a component than once opened cannot be closed. I have to get to the bottom of this.
- [BREAKING CHANGE] Passing
class="my-foo"
to the component just customizes the class of the top-most component, but doesn't try to derive classes from it for the trigger and the dropdown. This behavour was unexpected, confusing, didn't work with multiple classesclass="foo bar baz"
and doesn't enables any feature thattriggerClass=
anddropdownClass=
don't allow already. Ditched.
- [BUGFIX] Allow to type in closed multiple selects. Before the default behaviour of keydown events was being prevented, disallowing the typing.
- [BUGFIX] Ensure the public API passed to the components and to the ourside world is the same, by making it a CP and and use it as single source of truth.
- [BUGFIX] Fix a bug filtering when the given options is a promise.
- [ENHANCEMENT] The custom matchers defined by the user now can and should return numbers instead of
true/false
. Returning a boolean still works, but support for this might be deprecated and later on removed. The reason is that returning a number gives us more posibilities, like sorting the results. - [BUGFIX] Ensure the placeholder text of simple selects doesn't overflow the container trigger.
- [FEATURE] Allow to customize the destination element used by ember-wormhole on a per-component basis
- [FEATURE] Update to
ember-basic-dropdown
0.9.0 final. This allows to customize the wormhole destination of all dropdowns of the app, including ember-power-select's dropdowns.
- [BUGFIX] Ensure
triggerComponent
receives theloading
property to allow showing spinners and things like that.
- [BUGFIX] Ensure
beforeOptionsComponent
andafterOptionsComponent
receive theextra
object.
- [FEATURE] Now you can type in closed single selects and automatically select the first match as you type. The typed text is erased after one second. It doesn't work in closed multiple select without searchbox (what would be the correct behavior?)
- [FEATURE] Now you can type in opened selects witout searcbox (multiple or single) to highlight the first marching option as you type. The typed text is erased after one second.
- [FEATURE] Search can be disabled in multiple selects, instead of only in single selects.
- [BUGFIX] Pressing enter in a select without searchbox correctly selects the highlighted element
- [FEATURE] Proper Accesibility!! Lots of roles and
aria-*
tags have been added to make the component friendly, according with the guidelines in the RFC - [BUGFIX] When the component received a promise as
options
and also asearch
action, clearing the search must show the content of that promise. - [FEATURE] The
.ember-power-select-option
s added to wrap thenoMatchesMessage
and thesearchMessage
have special classes to help styling them (ember-power-select-option--no-matches-message
&ember-power-select-option--search-message
) - [BUGFIX] Single selects without searchbox can be focused normally. Fixed updating ember-basic-dropdown.
Ember basic dropdown was calling
preventDefault
on the mousedown event to prevent the user to select text when moving the mouse between the mouseup and the mousedown. Now the event is not defaultPrevented, it uses another technique. - [BUGFIX] When the list of options is empty but the component is given a search action, it should
not show the
No results found
until the user actually performs a search and there and it comes empty. - [BREAKING] The
ember-power-select-options--nested
class is not used anymore. Now nested groups haverole=group
, and the top-most one hasrole=listbox
. - [BREAKING] The
*--open
class on the.ember-power-select
div has been removed. Now styles target[aria-expanded=true/false]
, and it applies to the trigger, not to the top-most div. People explicitly targeting this class in they styles will need to update. - [BREAKING] Warning. Classes ending in
--disabled
,--highlighted
and--selected
have been replaced by aria attributes[aria-disabled="true"]
,[aria-current="true"]
and[aria-selected="true"]
respectively. Those attributes are needed for a11y and the recommendation is to style based on them instead of classes. Styles have been updated accordingly, so people using them and customizing the appearance using the sass variables won't notice anything, but people that relied on those classes for overriding styles will have to update them. - [TESTING] Run fasboot tests as part of CI
- [TESTING] Add fastboot tests harness.
- [FEATURE] Initial Fastboot support!!
- [INTERNAL] Removed deprecated properties
- [INTERNAL] Updated mirage, liquidfire, ember-try and others.
- [FEATURE]
$ember-power-select-line-height
variable can have units now.
- [IMPROVEMENT] Multiple select's trigger uses flexbox to improve appearance and behavior. In browsers without flexbox works as it did before.
- [FEATURE] Multiple selects have a distintive class in the trigger so they be styled accordingly.
- [BUGFIX] Modify the searchText programatically (through the
select.actions.search('foo')
per example) updates the input, respecting the cursor position.
- [BUGFIX] If the trigger grows in height because the input becomes too long to fit in one line, the list of options is repositioned automatically.
- [PERF] A couple of perf improved like avoiding some extra calls to
action
to wrap what already are closure actions. The ember-basic-dropdown also usesEmber.run.join
to avoid one extra runloop. - [FEATURE] The select exposes an action to manually trigger a reposition. This is a very low level thing that probably nobody but me will use.
- [BUGFIX] The input of the multiple component should have a transparent background by default. It's probably the desired behaviour almost all situations.
- [BUGFIX] Ensure the input of the multiple select flows to the next line when number of selections make the select grow to a second line.
- [BUGFIX] Disabled components are not focusable.
- [BUGFIX] Ensure the second argument yielded to the block is the searchText corresponding to the results being displayed. This is formally more correct and also save an expensive re-render that can cause the component to jank in sufficiently bug/complex selects. This is potentially breaking, but very unlikely.
- [BUGFIX] Ensure that if the component is destroyed while an async search is in progress it doesn't fail.
- [BUGFIX] Ensure that when clearing the search input any pending search
- [BUGFIX] Ensure that pressing enter when there is no highlighted element (p.e after a search without results) closes the component without calling the onchange function.
- [BUGFIX] Update ember-basic-dropdown to 0.8.5+ fixes positioning issues in IE11 and fatal error in browsers without MutationObserver (effectively only ie10 )
- [BUGFIX] the "publicAPI" object passed as penultimate object to the public actions includes a
highlighted
property and theaction.select
function to enable more customization. - [DOC] Document architectural decissions of the component.
- [BUGFIX] Update ember-basic-dropdown again to fix bad positioning issue.
- [INTERNAL] Stop using ArrayProxy internally. That saves some double render, improving performance when filtering greatly (+100%) and very slightly in initial openinig (+5%)
- [BUGFIX] The
search
andhighlight
functions in the public API weren't working because they missed a binding to the dropdown.
- [BUGFIX] Update ember-basic-dropdown.
- [INTERNAL] Update to ember-cli 2.3.0-beta.1
- [ENHANCEMENT] The mouseup over on element of the list doesn't selects that element if the mouse is still in the same coordinates (+/- 2px) of the mousedown that opened the component. This allows the options list to be rendered over the trigger and not wrongly select the element above the trigger
- [BUGFIX] default
beforeOptions
component only clear the search on destroy when the search is enabled.
- [BUGFIX] Not it's responsability of the component holding the searchbox to clear (or not) clear the search when the component is closed. The default components (single/multiple) do it. Maybe breaking??
- [BUGFIX] Trigger should use clearfix so when the amount of options selected (multiple selects) overflows the available width is grows.
- [BUGFIX] Do not use
let
in node code (unless you want node 0.12 to break)
- [BUGFIX] Ensure that the
included
hook works when invoked from another addon (being a dependency) instead of directly by the consumer app, and also that the function is a noop the 2nd time it's invoked.
- [BUGFIX] Not returning from the
search
action but instead settingoptions
to a promise does not prevent subsequent searches. - [BUGFIX] Pressing Backspace to delete the last selected option in multiple select when options are not
plain strings now works as expected. It makes
searchField
mandatory, and asserts its presence. - [INTERNAL] Refactor internals to don't force people providing custom components for slots to
implement that much logic on it. Also logic for the
closeOnSelect
configuration lies in a single place.
- [INTERNAL] Remove unnecesary action. Makes customization of triggerComponent easier.
- [BUGFIX] Do not rely on significant whitepace + inlineBlock for styling selections in multiple select. Use float: left
- [FEATURE] Added a new slot that can be customized with the
selectedItemComponent
. This allows to customize the markup of the selected option(s) without forcing the user to customize the entire trigger component. This doesn't enable any new pattern but makes customization easier. - [BREAKING]
dropdownPosition
is nowverticalPosition
. It will continue to work until 0.9 but throwing a deprecation warning.
- [BUGFIX]
{{power-select-multiple}}
has fallback values for the component names. Makes it composable. - [BREAKING] Renamed
selectedComponent
totriggerComponent
, which is more accurate, in preparation to add aselectedItemComponent
soon.selectedComponent
continues to work, but throws a deprecation. - [FEATURE] Add new sass variables for customize the border & padding of each option in multiple mode, and the padding of the trigger in ltr/rtl modes.
- [INTERNAL] Update ember-cli
- [BUGFIX] Update deps to ember-basic-dropdown 0.7.2. Fixed duplicated wormhole placeholder when ember-basic-dropdown is also a direct dependency of the project.
- [BREAKING] Eliminame multiple mode and create
{{#power-select-multiple}}
as a separated component for dogfooding - [BREAKING] The name of the selected property inside the custom components is now
selected
instead ofselection
for consistency with the external API. - [BREAKING] More bahaviour has been transfered from the main components to the default implementation
of the
selectedComponent
,optionsComponent
andbeforeOptionsComponent
. This makes the component more flexible but less straigtforward to extend. The API for extending the component was never publish but still, expect things to break.
- [FEATURE] Allow to pass a component name under in
afterOptionsComponent
to customize the content after the options list. - [FEATURE] Allow to pass a component name under in
beforeOptionsComponent
to customize the content before the options list. of the dropdown before the list of option. In single mode the default is the search input. In multiple mode the default is empty. - [BREAKING] Remove the need of different templates between multiple and single mode, by having a
new
beforeOptions
component that can be customized, and by moving theloadingMessage
logic to theoptionsComponent
. This might be breaking, but quite unlikely.
- [INTERNAL] Make integration test helpers runloop aware to dry tests.
- [BUGFIX] The highliged element is reseted to default when the component is closed.
- [BUGFIX] Update ember-basic-dropdown to defaultPrevent the behavior if the mousedown that opens the component, so the user does not select text if moves the finger before releasing the mouse.
- [FEATURE] Finalize implementation of
selectChoose
andselectSearch
that work in all supported versions of ember. Added docs for them.
- [FEATURE] Add initial implementation of
selectChoose
acceptance helper to make interaction with the component nicer. - [FEATURE] Add ARIA roles for basic accesibility. Still more work on this area.
- [FEATURE] Expose test helpers to the consumer app to make integration tests nicer.
- [BUGFIX] Use
onmousedown
also in clear button (single and multiple modes) to ensure list is not opened. - [BREAKING] EPS no longer exports the
defaultConfig
because it's not needed anymore. Passing an undefined values for default values does not overrides the default values (null/false do). This makes composability easy because creating a wrapper around the component can just forward all properties{{#power-select searchEnabled=searchEnabled selectedComponent=selectedComponent}}
without worrying about if this values is defined or not.
- [BUGFIX] On a select with a selected value, if the selected value is not among the results, the first results becomes the highlighted one. Before this fix none was highlighted.
- [BREAKING] The event the triggers the selection of an item is mouseup, not click, meaning that the only
thing that matters is where the finger is lifted. This is how real selects work in chrome/safari/firefox,
and so should this. Given that the component opens on mousedown, this allows the user to open and select
with only one movement.
Real usage shouldn't break, not acceptance tests, but integration tests using
$().click()
will. Replace this$().mouseup()
. - [FEATURE] EPS now accepts a
triggerClass
which is applied to the trigger.
- [FEATURE] All actions (onchange, onKeydown and onFocus) now receive a richer public API object
that is identical in shape to the one they received before but also contains
highlight(option)
andsearch(term)
actions - [BREAKING] Delegate the rendering of the list's topmost element to
optionsComponent
. This allows a better customization of the list. If you useoptionsComponent
make sure you make it render the topmost element, e.g an<ul>
.
- [BREAKING] Update to ember-basic-dropdown 0.7.0-beta.1. This means that the component is opened/
closed using mousedown instead of click. This makes the component feel more snappy. It is unlikeliy
that this breaks real world usage but might break integration tests of people where people rely
on
$('.ember-power-select-trigger').click()
. - [FEATURE] New action:
@onFocus
. Unsurprisingly it is invoked when the component gains focus. It receives(dropdown, event)
and can be used, by example, to open the component on focus. - [FEATURE] EPS now accepts a
opened
boolean property used to open/close the component without triggering events on it. Useful to render the component already opened.
- [BUGFIX] Fix rendenring issue triggered somehow by Ember 2.2. Fixed in ember-basic-dropdown.
- [REFACTOR] The list of results and the highlighted element are not computed properties, so they are lazy.
- [BUGFIX] Use getOwner polyfill to avoid deprecations in ember 2.3
- [DOCS] Add API reference table to the docs
- [FEATURE] Yielded block receives the search term as a second argument
- [DOCS] Fix async search using github API example
- [DOCS] Document how to disable specific option
- [DOCS] Add troubleshooting section with most common pitfalls.
- [FEATURE] The user can provide a
@onKeydown
action that will be invoked whenever the user presses a key being the component (of the searchbox inside) focused. This enables to create selects components that can create options on the fly (tags). This action received the dropdown as first argument and the event as second argument
- [BUGFIX] Update ember-basic-dropdown to be sure dropdown reposition is runloop aware.
- [BUGFIX] Component not detects aditions aditions/removals to the
options
, not just substututions of the entire collection. - [BUGFIX] The overflow-y should be auto to not show the bar until it's required by the height of the option list.
- [BUGFIX] Remove loading state if a promise fullfils after the dropdown has been closed
- [BUGFIX] Update to ember-cli 1.13.13 to remove
[DEPRECATED] this.Funnel ...
message. - [BUGFIX] Fix styles when rendering the component in place
- [BUGFIX] Fix position calculation in firefox.
- [BUGFIX] Using
dropdownPosition=above|below
adds the proper class names to the component. - [DOCS] Fixed typos and outdated links.
- [BUGFIX] Add missing
this._super.included(app);
in the included hook so runtime dependencies are required.
- [BREAKING CHANGE] The arguments received by the
selectComponent
andoptionsComponent
have changed significantly as a result of an internal refactor. It should not affect to people that have not created their own customized versions of ember-power-select. - [BUGFIX] Ensure that open the dropdown after a search does not clear the results. Results are not
cleared when the component is closed, like the
searchText
. - [BUGFIX] Ensure
options
andsearch
play nicely toguether. The given options are the initial set of results until the user performs the first search. From that point on they diverge. - [BUGFIX] Not return from the
search
action is now legal. If you do so, you need to take care of updating theoptions
yourself, and unless you make options a promise, you will loose the loading state.
- [BUGFIX] Don't render one option for the Loading message if this is falsey
- [BUGFIX] Fix automatic scroll when navigating using arrows.
- [BREAKING CHANGE] Some classes have changed to be more BEMy and avoid class collisions. You can expect
things like
.nested
,.selected
,.highlighted
, etc.. to be not copies of the default class of that element but with--nested
,--selected
, etc... modifiers. - [BREAKING CHANGE] The arrow of the dropdown is not longer a background image, but an
<span class="ember-power-select-status-icon">
, that you can style in more complex ways. By default is still a triangle (but done with css borders instead) - [BUGFIX] Fixed
rtl
/ltr
styles.
- [ENHANCEMENT] Allow to customize tabindex of the trigger
- [ENHANCEMENT] Pass
select
action andhighlighted
option to the selectedComponent to allow better customization
- [ENHANCEMENT] Pass
search
action to the selected component also for single component. This enables ember-power-select to to be the base for typeahead-like components. - [BUGFIX] Fix placeholder of multiple select showing "null".
- [BUGFIX] Stop propagation of the events that trigger the
select
action. This was preventing to use this component within another component that closes when clicking on the body, like the ember-basic-dropdown
- [BUGFIX] Get subpixed precission on Y coordinates too by updating to ember-basic-dropdown 0.4.7
- [BREAKING] Remove {{ember-power-select}} deprecated alias for {{power-select}}
- [BREAKING] Remove
ember-power-select-wrapper
wrapped div that was not customizable and made styling harder. Now the topmost element is theember-power-select
itself. - [BUGFIX] Update ember-basic-dropdown to fix rounding error that caused list of options have 1px mismatch in HD screens
- [TOOLING] Update to ember-cli 1.13.10
- [BUGFIX] Apply
dropdownClass
to the dropdown
- [BUGFIX] Disable the input of multiple selects when the entire component is disabled
- [BUGFIX] Don't show the cross to remove items when the entire component is disabled
- [ACCESIBILITY] Add aria-label to cross to remove items in multiple mode
- [BUGFIX] Open multiple select when the user types on the input of the trigger
- [REFACTOR] Variables in it's own file for encapsulations and allow more fine-grained customizations
- [BUGFIX] Update ember-basic-dropdown to fix deprecation warning coming from accessing
_actions
. - [INTERNAL] For consistency, since the component's name was shortened to {{power-select}}, all internal components have been renamed too. No public API changes.
- [BUGFIX] Fix placeholder bug in multiple selects (show "null" as placeholder)
- [BUGFIX] Fix unused scss variable ($ember-power-select-text-color) and make it
inherit
by default instead of#444
. - [DOCS] Clarify that in "How to use" section selects are broken intentionally to explain why explicitness is good.
- [DEPRECATION] Renamed component from {{ember-power-select}} to just {{power-select}} and deprecate the long name.
- [BUGFIX] Increate z-index to 1000 (same that bootstrap uses for dropdowns)
- [BUGFIX] Add support for placeholder in multiple mode
- ... some internal refactors to make the selected item easier to customize
- [BUGFIX] Pressing enter on a closed multiple select should open it.
- [ENHANCEMENT] Pressing UP/DOWN arrows on a closed select (single or multiple) opens it
- [ENHANCEMENT] Added
closeOnSelect
option (defaults to true) to customize that behavior. - [ENHANCEMENT] The
onchange
action is not invoked with thedropdown
as second argument. That object contains methods likeopen
,close
andtoggle
that give control over the dropdown to the user. - [BUGFIX] Select that specify a
search
action can also receiveoptions
now, and that collection is displayed until the user performs the first search. - [BUGFIX] The
search
action now is also triggered when the search term is an empty string.
- [BREAKING CHANGE] The component is truly immutable now. The value inside the trigger (the selected value) won't update unless
the user explicitly does so inside the
onchange
action. Since selection never were propagated upstream this shouldn't bite anyone: A select component without an action handles was pointless anyway. Now there is an assertion that will raise an error if noonchange
action is provided (or it's not a function). - [ENHANCEMENT] The component used to render the list is not replaceable. That allows almost complete customization.
- [BUGFIX] Workaround bug in ember <= 1.13.8
- [ENHANCEMENT] Added basic bootstrap styles.
- [REFACTOR] Divide component internally into ember-power-select/simple and ember-power-select/multiple
- [BUGFIX] Fix bug where dropdown didn't close when selecting an option inside a group.
- [BUGFIX] Fix ember-wormhole destination not being added to the body footer. Solved by calling contentFor of dependencies.
- [ENHANCEMENT] Update to ember-basic-dropdown 2.0. That yields a hash with public API on it.
- [BUGFIX] Fix compatibility with Ember 1.13 and add it to ember-try
- [ENHANCEMENT] Simplified code greatly by using ember-basic-dropdown underneath.
- [DOCS] Several typos