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)
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)
- [TYPESCRIPT]: Fix declaration file for newer versions of typescript (#188)
-
[REFACTOR]: rename es2019 to es2015 & removed ember-compatibility-helpers (#185)
-
[REFACTOR]: Move state calls up, add init for es-2015 class (#184)
- [COMPATIBILITY]: added new shim for ember 3.6 class implementation (#179)
-
[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)
- [BUG]: WrappedComponent prototype injection now plays nice w/ ember 3.1 (#159)
-
[FEATURE]: add support for ES2015 class syntax (#144)
-
[BUG]: applied fix for factory functions from Brett Burley (commit)
additional details and the upgrade guide can be found here https://github.com/ember-redux/ember-redux/releases
- [REFACTOR]: createStore is more robust for power users (#121)
- [FEATURE]: add typescript type defs (#132)
- [FEATURE]: connect now provides default Ember.Component (#131)
- [FEATURE]: Support factories for stateToComputed (#129)
- [REFACTOR]: Export route and connect from addon root (#113)
-
[FEATURE]: Add "replaceReducer" method to redux service (#126)
-
[BUILD]: Upgrading to ember-cli v2.13.0 stable and adding yarn (#123)
-
[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)
- [PERFORMANCE]: Only call stateToComputed once per state update (#114)
-
[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)
-
[FEATURE]: Support redux-devtools in browser (#99)
-
[TESTS]: fixed readOnly assertion for ember 2.11.3 (commit)
-
[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)
-
[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)
-
[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)
-
[DEPENDENCY]: upgraded to ember-cli@2.10 (#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)
-
[REFACTOR]: ES6ify connect (#52)
-
[REFACTOR]: remove Ember.K in favor of () => {} (#53)
-
[PERFORMANCE]: avoid multiple redux.getState() calls in connect (#51)
- [REVERT]: undo the setProperties update (from PR #41) (#50)
-
[REFACTOR]: Use Ember.Object.setProperties to update props (#41)
-
[TESTS]: updated rerender test to track notify via observer (#42)
-
[DEPENDENCY]: upgraded to ember-cli@2.9.1 (#44)
-
[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)
-
[FEATURE]: add option for middleware setup (#25)
-
[TESTS]: wrote a full redux-saga example w/ middleware (#26)
-
[DEPENDENCY]: upgraded to ember-cli@2.8.0 (#24)
- [PERFORMANCE]: only notifyPropertyChange when a value is diff between redux and component (#23)
- [DOCS]: added twiddle link to the README (commit)
- [BUG]: properly explode args for route function (#18)
- [DOCS]: added "how to time travel" to the readme (commit)
- [FEATURE]: Create default blueprint (#15)
- [FEATURE]: Ember.Route is provided by default for connected routes (commit)
-
[FEATURE]: return dispatch value to allow model hook to wait for thunk promises (#7)
-
[DEPENDENCY]: updated node version of ember-browserify (commit)
- [FEATURE]: added support for both redux-thunk 1.x and 2.x (commit)