- #25 (enhancement) - Add tabIndex property
- #23 (enhancement) - Update for compatibility with ember 2.8.0
- #22 (enhancement) - Fixed test helper and added tests.
- #17 (enhancement) - transformSelection is now a computed property.
- #17 (bug) properly cleanup event handlers
- #15 (enhancement) - Use Ember.$ instead of $
- #13 (enhancement) pressing the enter key now behaves the same and focusout. overriding the setValue(selection) function is now deprecated in favour of returning a value from transformSelection(selection)
- #11 (enhancement) new allowFreeInput option that will not clear the text on focus out.
- #6 (enhancement) added CHANGELOG.md
- #9 BREAKING "Maximum call stack size exceeded" due to computed.reads('selection') in ember 2.2. This addon now requires the
readonly
helper on the selectionselection=(readonly model)
which is a simple mechanical refactor.
- #3 (regression) setting selection to null not working
- #5 (bug) toggling disabled property breaks css
- BREAKING #4 (enhancement) Removed ember-template-compiler dependency and reduced payload size from 80kb to 19kb. This is a breaking change for people using custom templates as they now need to be compiled .hbs files instead of strings. See "Using your own custom template" in README.md for a simple upgrade path.
- First Official Release