Releases: aneurysmjs/react-shop
Releases · aneurysmjs/react-shop
v1.6.0
v1.5.0
1.5.0 (2019-05-01)
Bug Fixes
- eslint: set path to 'webpack' to resolve aliases (a51c130)
- package.json: add 'client' path for analyzing script (6112b91)
Features
- create Layout component (758e610)
- create localStorage module to save persisted data (a363608)
- create middleware module (0ef71cf)
- create module 'createReducer' (36dd1e0)
- create RmAbout and RmHeader (8172a91)
- remove movie's filter logic from RmRoot (66479a1)
- save 'countries' on Redux's store (f5a47b5)
- set RmAbout container (533c399)
- actions: create 'makeActionCreator' function (70d89d5)
- client/index: enable flow strict (ee62252)
- components/base: create (af63efe)
- components/shared: create (de4d4e8)
- Home: distribute product cards (96f5898)
- Landing: use mapDispatchToProps (22e8f65)
- MovieCard: add line clamp support (eef09e7)
- Movies: add getMovies action (e66ef10)
- Redux: add 'apiMiddleware' (642b61a)
- RmFooter: set logo and styles (e0767ca)
- RmNav: set 'links' class property (4f984ce)
- RmRoot: lazy load route components (f68d744)
v1.4.0
v1.3.0
v1.2.0
1.2.0 (2018-01-05)
Features
- add selectedCountry reducer with its respective action (fb9c93e)
- handle async actions with 'redux-thunk' (0fedc21)
- implement Redux store (59a72ab)
- set actions and constants (ActionTypes) (cace5ee)
- api: install 'axios' (1b2bae6)
- constants: add Urls (3335154)
- reducers: add 'setSearchTerm' reducer (3cc758c)
- RmLanding: load countries from countries API (d460425)
- RmMovies: connect 'RmMovies' with the store (23cf9bd)
- RmMovies: dispatch 'searchTerm' action (41e1a09)