Skip to content

Latest commit

 

History

History
274 lines (181 loc) · 17.4 KB

Changelog.md

File metadata and controls

274 lines (181 loc) · 17.4 KB

Change Log

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