Skip to content

Releases: tedconf/ember-ted-select

v2.2.2

13 Jun 14:20
Compare
Choose a tag to compare
  • removes unneeded ember-data from dependencies [ @AmilKey ]

v2.2.1

06 Mar 21:03
Compare
Choose a tag to compare
  • [BUGFIX] null sortBy param no longer prevents content update #23

v2.2.0

17 Jan 18:12
Compare
Choose a tag to compare
  • [FEATURE] adds support for the id attribute. (thanks, @bgentry!)
  • adds .nvmrc file for easier development

v2.1.1

16 Dec 15:52
Compare
Choose a tag to compare

[BUGFIX] squashes a harmless but annoying error when ember generate runs

v2.1.0

30 Nov 19:45
Compare
Choose a tag to compare
  • [FEATURE] adds support for the name attribute. (@bgentry)

v2.0.1

18 Apr 14:20
Compare
Choose a tag to compare
  • documentation fixes for 2.0.0

v2.0.0

25 Feb 22:15
Compare
Choose a tag to compare

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

25 Feb 19:12
Compare
Choose a tag to compare
  • [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

30 Oct 22:40
Compare
Choose a tag to compare

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

29 Oct 23:57
Compare
Choose a tag to compare

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.