- [BREAKING] use
addon-test-support
overtest-support
folder. This works for Ember-CLI 2.1+.
- Upgrade addon to Ember 3.4
- Upgrade addon test suite to new ember testing APIs
- [BREAKING] remove jQuery from addon (no longer passes jQuery events or uses jQuery)
- [BREAKING] change test helper to use
@bigtest/interactor
- [BREAKING] renamed actions to be camel case (
onChange
,onClick
,onBlur
, etc) - [BREAKING] remove
sendAction
.onChange
is now the default action fired.
v3.1.1 (2018-01-31)
Closed issues:
- Readme error? #197
- Test Helper Fails To Find Select Element #188
- Set ember-try ember#release back #184
Merged pull requests:
- Update README to use
controller
overroute
for actions (closes #197) #204 (Robdel12) - Remove check for contextual components #203 (Robdel12)
- ember-cli-update to 2.16 #200 (Dhaulagiri)
- Simplify ember version check #196 (andyhot)
v3.1.0 (2017-07-26)
Closed issues:
Merged pull requests:
- Updates #195 (Dhaulagiri)
- fix this._super call in x-option #194 (cafreeman)
- don't use deprecated action dispatch in example #190 (cowboyd)
v3.0.1 (2017-03-28)
Closed issues:
- arguments passed to didReceiveAttrs trigger deprecation in Ember 2.12 #181
- How to pass html data attributes to x select component? #179
- Backport ember-source npm package #178
- Demonstration deployment seems broken #168
Merged pull requests:
- Fix #181 didReceiveAttrs arguments deprecation (rebase on master) #186 (Robdel12)
- Upgrade addon CLI to 2.12.1 #183 (Robdel12)
- Correct 2.2.3 Changelog.md entry #177 (chrisccerami)
v3.0.0 (2016-12-28)
Implemented enhancements:
- Is it possible to make updating disabled on an option reset the selected option? #136
- Only use contextual components #128
- Move acceptance tests to /test-bed route #123
- Remove two way data binding by default #120
- Export
select
function for use in integration tests #118 - Use TravisCI to deploy GH pages #89
- Setup auto deploy to pagefront on CI success #154 (Robdel12)
- Fire action on x-option when disabled #146 (Robdel12)
- Extract select test helper to an exported function #141 (Robdel12)
- x-select contextual components only #140 (Robdel12)
- Kill two way data binding #139 (Robdel12)
Closed issues:
- _getValue: function _getValue() { throws error #163
- Bug with computed properties #158
- x-select.js:151 Uncaught TypeError: Cannot read property 'is' of undefined #144
Merged pull requests:
- Expand upon migrating from 2.x to 3.x #176 (Robdel12)
- Upgrade ember-cli #175 (Robdel12)
- Update branding addon to 0.1.2 #174 (Robdel12)
- Remove auto register test helper #160 (Robdel12)
- Update actions to kebob case & arguments. #159 (Robdel12)
- Move tests to own route & build new demo app #157 (Robdel12)
- Switch to eslint #155 (cowboyd)
- v3.0.0 (almost) #143 (Robdel12)
v2.2.3 (2016-12-27)
Closed issues:
- Misleading docs? #156
Merged pull requests:
- Fixed Bug with computed properties (to v2.2.3) #173 (Robdel12)
- UA sniff for bad MS Edge bug (required selects must change value to be valid --glimmer PR) #172 (Robdel12)
- UA sniff for bad MS Edge bug (required selects must change value to be valid) #170 (Robdel12)
- Allow ember-source npm package to work. #167 (rwjblue)
- Replace deprecated contains with includes #166 (chrisccerami)
- Replaces
Ember.K
usage with JavaScript syntax #165 (locks) - getValue update #164 (vinodhrajamuralidharan)
- Use Yarn over NPM #162 (Robdel12)
- guard against __setDefaultValues being called during teardown #153 (Dhaulagiri)
- Fix bug where undefined initial values were changed to null #152 (Dhaulagiri)
- don't share
options
arrays between x-select instances #150 (fivetanley) - reduce number of components searched #149 (fivetanley)
- call willDestroyElement's this._super last #148 (fivetanley)
- coalesce registering and unregistering options #147 (fivetanley)
v2.2.2 (2016-09-03)
Fixed bugs:
- isDestroying is false when x-option (& x-select) are being destroyed (Ember 2.8 beta) #138
- Fire action with default value when in one-way mode #134
Merged pull requests:
- Fix beta build #142 (Robdel12)
- Update ember-cli to 2.7 #137 (Robdel12)
- Update changelog for 2.2.1 #133 (Robdel12)
- Fire action when one-way is true and no default value provided #135 (tehviking)
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 (adriaanvanrossum)
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