Skip to content

Latest commit

 

History

History
411 lines (280 loc) · 27.6 KB

CHANGELOG.md

File metadata and controls

411 lines (280 loc) · 27.6 KB

Change Log

Unreleased

v4.0.0-beta.2

Changed

  • [BREAKING] use addon-test-support over test-support folder. This works for Ember-CLI 2.1+.

v4.0.0-beta.1

Changed

  • 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)

Full Changelog

Closed issues:

  • Readme error? #197
  • Test Helper Fails To Find Select Element #188
  • Set ember-try ember#release back #184

Merged pull requests:

v3.1.0 (2017-07-26)

Full Changelog

Closed issues:

  • deprecation warnings with ember 2.12.2+ #192
  • Typeahead & Ajax Queries #191

Merged pull requests:

v3.0.1 (2017-03-28)

Full Changelog

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:

v3.0.0 (2016-12-28)

Full Changelog

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:

v2.2.3 (2016-12-27)

Full Changelog

Closed issues:

  • Misleading docs? #156

Merged pull requests:

v2.2.2 (2016-09-03)

Full Changelog

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:

v2.2.1 (2016-07-19)

Full Changelog

Implemented enhancements:

  • Convert to component integration test #93
  • Add option to remove two way data binding in 2.x #121

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)

Full Changelog

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:

v2.1.2 (2016-04-17)

Full Changelog

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:

v2.1.1 (2016-03-30)

Full Changelog

Closed issues:

  • Can you use native HTML attributes within x-option #105

Merged pull requests:

  • Intialize defaults to null rather than false #106 (Robdel12)

v2.1.0 (2016-03-11)

Full Changelog

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 and on-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:

v2.0.2 (2015-11-04)

Full Changelog

Closed issues:

  • Changing x-select options gives Cannot read property 'unregisterOption' of undefined error #79
  • x-option registers too often #70

Merged pull requests:

v2.0.1 (2015-08-28)

Full Changelog

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)

Full Changelog

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 as value #20

Merged pull requests:

v1.1.4 (2015-07-09)

Full Changelog

Implemented enhancements:

  • Add demo to package.json #39
  • test against canary #18

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:

  • Update Ember-CLI / Remove prototype extensions #40 (Robdel12)

v1.1.3 (2015-07-02)

Full Changelog

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:

v1.1.2 (2015-05-01)

Full Changelog

Closed issues:

  • Binding options #16
  • Add support for missing attributes #11

Merged pull requests:

v1.1.1 (2015-04-07)

Full Changelog

Closed issues:

  • [FEATURE] - Support Ember.SelectView style API #8
  • support multiple selection #5

Merged pull requests:

    • add name to attribute bindings to specify a form element name #10 (enspandi)

v1.1.0 (2015-03-20)

Full Changelog

Merged pull requests:

v1.0.3 (2015-03-17)

Full Changelog

Merged pull requests:

v1.0.2 (2015-03-09)

Full Changelog

Merged pull requests:

v1.0.1 (2015-02-23)

Full Changelog

Closed issues:

  • SyntaxError: Unexpected token #1

v1.0.0 (2015-02-16)

* This Change Log was automatically generated by github_changelog_generator