Skip to content

Latest commit

 

History

History
413 lines (258 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

413 lines (258 loc) · 11.7 KB

ember-redux Changelog

6.0.0

Additional details and the upgrade guide can be found here: https://github.com/ember-redux/ember-redux/releases

  • [DOCS]: added missing end tag for octane docs (commit)

  • [DOCS]: updated the readme to reflect new 3.6+ requirement (commit)

  • [DOCS]: DEPENDENCY: upgrade to ember 3.16.1 (commit)

  • [DOCS]: added octane example to the docs site (commit)

  • [DOCS]: update to the docs to reflect new imports (commit)

  • [FEATURE]: Adding support for glimmer component (#198)

  • [DEPENDENCY]: ember-cli-update to v3.15 (commit)

  • [REMOVE]: dropped support for ember lt 3.6 (commit)

  • [DEPENDENCY]: ember-cli-update to v3.14.3 (commit)

5.0.0

Additional details and the upgrade guide can be found here: https://github.com/ember-redux/ember-redux/releases

  • [DEPENDENCY]: Replace redux shims with ember-auto-import (#191)

4.0.4

  • [TYPESCRIPT]: Fix declaration file for newer versions of typescript (#188)

4.0.3

  • [REFACTOR]: rename es2019 to es2015 & removed ember-compatibility-helpers (#185)

  • [REFACTOR]: Move state calls up, add init for es-2015 class (#184)

4.0.2

  • [SECURITY]: updated merge to v1.2.1 (#183)

  • [COMPATIBILITY]: better support for EmberObject (commit)

4.0.1

  • [COMPATIBILITY]: added new shim for ember 3.6 class implementation (#179)

4.0.0

  • [REDUX]: updated to redux v4.0.0 (#165)

  • [DOCS]: updated guides to ember v3.2 + angle bracket syntax (#164)

  • [TESTS]: add component integration test for replaceReducer (#162)

3.1.1

  • [BUG]: WrappedComponent prototype injection now plays nice w/ ember 3.1 (#159)

3.1.0

  • [FEATURE]: add support for ES2015 class syntax (#144)

  • [BUG]: applied fix for factory functions from Brett Burley (commit)

3.0.0

additional details and the upgrade guide can be found here https://github.com/ember-redux/ember-redux/releases

  • [DEPENDENCY]: release v3.0.0 (#133)

  • [DOCS]: new jekyll website (commit)

2.10.0

  • [REFACTOR]: createStore is more robust for power users (#121)

2.9.1

  • [FEATURE]: add typescript type defs (#132)

2.9.0

  • [FEATURE]: connect now provides default Ember.Component (#131)

2.8.0

  • [FEATURE]: Support factories for stateToComputed (#129)

2.7.0

  • [REFACTOR]: Export route and connect from addon root (#113)

2.6.0

  • [FEATURE]: Add "replaceReducer" method to redux service (#126)

  • [BUILD]: Upgrading to ember-cli v2.13.0 stable and adding yarn (#123)

2.5.0

  • [BUILD]: updated ember-cli-babel to 6.1.0 (#122)

  • [TESTS]: added queryParams + connect example (#118)

  • [FEATURE]: allow root reducer to explicitly call combineReducers (#119)

  • [REFACTOR]: Clean up functions used in connect (#116)

  • [REFACTOR]: Add a more descriptive error message on redux prop set (#117)

2.4.0

  • [PERFORMANCE]: Only call stateToComputed once per state update (#114)

2.3.0

  • [DEPENDENCY]: upgraded to ember-cli v2.13.0-beta.4 (#111)

  • [FEATURE]: unlock action creators (#107)

  • [DEPENDENCY]: upgraded to ember-cli v2.13.0-beta.3 (#106)

  • [BUILD]: upgrade to firefox 51 (#104)

  • [DOCS]: Fix Redux link (#103)

2.2.0

  • [FEATURE]: Support redux-devtools in browser (#99)

  • [TESTS]: fixed readOnly assertion for ember 2.11.3 (commit)

2.1.0

  • [BUILD]: Optimize lodash (#96)

  • [DOCS]: update twiddle in the docs to point at v2.0 and fixed devTools install (#95)

  • [DOCS]: Improve Markdown structure and content in README (#94)

2.0.0

  • [DOCS]: new ember-twiddle for 2.0 (#92)

  • [DEPENDENCY]: upgraded redux/thunk shims in package.json (#90)

  • [DOCS]: removed any mention of npm: from the docs/readme (#81)

  • [REMOVAL]: killed the optional reducer api from 1x (#80)

  • [BUILD]: Use Ember shims for redux packages instead of ember-browserify (#63)

1.11.0

  • [DEPENDENCY]: upgraded redux/redux-saga in the package.json (#78)

  • [FEATURE]: the component instance is now available as this for non [phat]Arrow (#60)

  • [BUILD]: upgraded to eslint from jshint (#76)

  • [BUILD]: updated travis and code climate badges (#75)

1.10.0

  • [DEPENDENCY]: upgraded to [email protected] (#66)

  • [PERFORMANCE]: Reduce the number of run loops created when state changes (#69)

  • [TESTS]: improved runloop testing to confirm both run/and run.join work (#70)

  • [BUILD]: Alphabetize dependencies (#62)

  • [BUG]: Allow null stateToComputed argument (#67)

  • [FEATURE] pass attrs to stateToComputed (#56)

1.9.2

  • [REFACTOR]: ES6ify connect (#52)

  • [REFACTOR]: remove Ember.K in favor of () => {} (#53)

  • [PERFORMANCE]: avoid multiple redux.getState() calls in connect (#51)

1.9.1

  • [REVERT]: undo the setProperties update (from PR #41) (#50)

1.9.0

  • [REFACTOR]: Use Ember.Object.setProperties to update props (#41)

  • [TESTS]: updated rerender test to track notify via observer (#42)

  • [DEPENDENCY]: upgraded to [email protected] (#44)

1.8.0

  • [PERFORMANCE]: Avoid unnecessary notifyPropertyChange work (#38)

  • [BUG]: wrap handleChange callback with Ember.run (#35)

  • [BUG]: Call super in component willDestroy (#31)

  • [DOCS]: added yelp clone ember-twiddle example (commit)

1.7.0

  • [FEATURE]: add option for middleware setup (#25)

  • [TESTS]: wrote a full redux-saga example w/ middleware (#26)

  • [DEPENDENCY]: upgraded to [email protected] (#24)

1.6.0

  • [PERFORMANCE]: only notifyPropertyChange when a value is diff between redux and component (#23)

1.5.3

  • [DOCS]: added twiddle link to the README (commit)

1.5.2

  • [BUG]: properly explode args for route function (#18)

1.5.1

  • [DOCS]: added "how to time travel" to the readme (commit)

1.5.0

  • [FEATURE]: Create default blueprint (#15)

1.4.0

  • [FEATURE]: Ember.Route is provided by default for connected routes (commit)

1.3.0

  • [FEATURE]: return dispatch value to allow model hook to wait for thunk promises (#7)

  • [DEPENDENCY]: updated node version of ember-browserify (commit)

1.2.0

  • [FEATURE]: added support for both redux-thunk 1.x and 2.x (commit)

1.1.0

  • [REFACTOR]: improved the optional reducer configuration test (commit)

  • [FEATURE]: added support for custom enhancers (commit)