v2.2.1 (2016-07-19)
Implemented enhancements:
Fixed bugs:
- Using the oneWay option doesn't ever send the correct value. #131
Closed issues:
- how we can write integration test for x-select? #87
Merged pull requests:
v2.2.0 (2016-07-14)
Implemented enhancements:
- Use versionCompatibility config from ember-try #115 (Robdel12)
- Add the ability to disable two way data binding #125 (Robdel12)
Closed issues:
- Possibility to insert glyphicons in select options #119
- Emberx Select flashes/blinks on first click #116
- Remove testem.json file #124
Merged pull requests:
- Add twiddle to issue template #117 (Robdel12)
- Update changelog #127 (Robdel12)
- Remove dead testem.json file #126 (Robdel12)
- Update ember-cli to 2.6.2 #122 (Robdel12)
v2.1.2 (2016-04-17)
Fixed bugs:
- Unexpected behavior when initially selected value is falsy #112
Closed issues:
- How to customize class names for the select tag. #110
- x-select to support attributes similar to ember select #109
- x-option declared without x-select error #99
Merged pull requests:
- Add more ember-try scenarios #108 (Robdel12)
- corrected @default annotation value for disabled and multiple props. #107 (stopfstedt)
- Update ember-try and allow canary to fail #114 (Robdel12)
- check state before updating value #111 (cmccand)
v2.1.1 (2016-03-30)
Closed issues:
- Can you use native HTML attributes within x-option #105
Merged pull requests:
v2.1.0 (2016-03-11)
Implemented enhancements:
- Any way to attach to blur event? #84
- Default value not applied #81
- [feature] add contextual components support #101 (fivetanley)
- Adding
on-click
andon-blur
actions #92 (Robdel12) - Update register code to set default option #90 (lydiaguarino)
Fixed bugs:
- Attempts to set property after model is deleted/rolled back #94
Closed issues:
- Icons not displayed (optgroups) #95
- Is it possible to set a default value? #78
- Issues with promise values? #69
- Selection not selected when component rerendered #54
- dynamically hide options #98
- Remove dead placeholder / prompt param #85
- update readme to remove reference to Ember.select #73
Merged pull requests:
- Update README.md #104 (flexyford)
- Add explicit places for ember/cli versions #100 (Robdel12)
- Add issue template #96 (Robdel12)
- Remove dead properties leftover from x-select-blockless #86 (Robdel12)
- Add keywords to
package.json
#103 (Robdel12) - Fix the README description #102 (Robdel12)
- Don't update value if tearing component down #97 (Robdel12)
v2.0.2 (2015-11-04)
Closed issues:
- Changing x-select options gives
Cannot read property 'unregisterOption'
of undefined error #79 - x-option registers too often #70
Merged pull requests:
- Fix issue with unregisterOption (with Test) #80 (JackCA)
- add learning resource #77 (jeffreybiles)
- Fixes demo for multiple #76 (Robdel12)
v2.0.1 (2015-08-28)
Closed issues:
- Matching selected value on related records via async #68
Merged pull requests:
- Add an example of changing a model #74 (steveklabnik)
- Standardize on the emberx directory. #72 (cowboyd)
- Schedule x-option registration in didInsertElement() hook instead of didRender() #71 (arunasf)
v2.0.0 (2015-08-14)
Implemented enhancements:
- Update Ember CLI & Ember #60
Fixed bugs:
- x-option declared without x-select error #44
Closed issues:
- Deprecation in 1.13.8 #66
- Blockless and block form do not behave the same. #59
- emberx-select does not select initial value in component #56
- Disable x-select mutating "value" upon selection #52
- Multiple {{x-selects}} on the same template #48
- Depreciation - hasBlock #47
- Depreciation - Performance degradation #46
- Selection not set when using a RecordArray as
content
and a PromiseObject asvalue
#20
Merged pull requests:
- Remove depercation caused changing data in didRender #67 (Robdel12)
- Updated the README to reflect x-select 2.0 changes #65 (Robdel12)
- Update Ember mocha for Ember 2.0+ compatibility #64 (Robdel12)
- Make array values immuatable #62 (Robdel12)
- Remove blockless form #61 (Robdel12)
- Fixed typo #58 (achambers)
- Use
didRender
inx-option
#53 (seanpdoyle) - Add usage section. #51 (knownasilya)
- Upgrade Ember CLI to 1.13.1 #50 (cowboyd)
- bump ember dependency for parentView bugfix. #49 (cowboyd)
- Ember form attribute binding (1.13.3) #42 (Robdel12)
v1.1.4 (2015-07-09)
Implemented enhancements:
Closed issues:
- Deprecation warning with emberjs 1.13 #41
- action not fired when expected #36
- Obligatory "doesn't work on Canary issue" #22
Merged pull requests:
v1.1.3 (2015-07-02)
Closed issues:
- Block less not supporting ValuePath #34
- Add Title AttributeBinding #30
- Add
tmp
dir to the .npmignore. #23 - How does this work with
fillIn
test helper? #13
Merged pull requests:
- Don't break when optionLabelPath is missing #38 (tp)
- use a null default tabindex so that the select is tabbable in a form... #37 (joshuaconner)
- Clean up some Glimmer deprecations #33 (jamesarosen)
- Add title attr binding #32 (Robdel12)
- Adds optionValuePath #31 (jeremywrowe)
- Use block params #28 (AVCEngineering)
- Robust test helper #27 (Robdel12)
- add tmp dir to npmignore fix #23 #24 (odoe)
- Use correct syntax for installing addon #17 (harianus)
v1.1.2 (2015-05-01)
Closed issues:
Merged pull requests:
- Update installation in readme #15 (abulrim)
- Introduce
registerSelectHelper
#14 (seanpdoyle) - fix README formatting #12 (fivetanley)
- add blockless version. closes #8 #9 (miguelcobain)
v1.1.1 (2015-04-07)
Closed issues:
Merged pull requests:
v1.1.0 (2015-03-20)
Merged pull requests:
- Add multiple selection feature #7 (miguelcobain)
- update to ember-cli 0.2.0 #6 (miguelcobain)
v1.0.3 (2015-03-17)
Merged pull requests:
- some fixes + cleanup #4 (stefanpenner)
v1.0.2 (2015-03-09)
Merged pull requests:
- Fix README typo #3 (mitchlloyd)
- Update package.json #2 (kategengler)
v1.0.1 (2015-02-23)
Closed issues:
- SyntaxError: Unexpected token #1
v1.0.0 (2015-02-16)
* This Change Log was automatically generated by github_changelog_generator