Releases: tedconf/ember-ted-select
Releases · tedconf/ember-ted-select
v2.2.2
- removes unneeded
ember-data
from dependencies [ @AmilKey ]
v2.2.1
- [BUGFIX] null
sortBy
param no longer prevents content update #23
v2.2.0
- [FEATURE] adds support for the id attribute. (thanks, @bgentry!)
- adds
.nvmrc
file for easier development
v2.1.1
[BUGFIX] squashes a harmless but annoying error when ember generate
runs
v2.1.0
- [FEATURE] adds support for the
name
attribute. (@bgentry)
v2.0.1
- documentation fixes for 2.0.0
v2.0.0
This release is upgraded to work with Ember 2.3, for < 2.0 support, please use v1.2.0.
Full release details:
- [ENHANCEMNET] Ember 2.3 compatibility
- [DEPRECATION] the
resetOnChange
property is no longer supported
- [BREAKING CHANGE]
on-change
action is now onchange
v1.2.0
- [FEATURE] improve sort feature to allow sorting by multiple sort keys and optional descending sort order
- [FEATURE] option to make select input disabled
v1.0.0
Breaking changes!
Completely overhauled API to avoid use of the deprecated {{view "select"}}
helper. Now uses native DOM elements. Compatible with Ember v1.13 or higher.
v0.0.0
The first and last version of ember-ted-select
to use the now deprecated {{view 'select'}}
helper. This will also be the last version that includes type-to-search via ember-cli-selectize
.