Skip to content

Releases: aneurysmjs/react-shop

v1.6.0

18 May 22:17
Compare
Choose a tag to compare

1.6.0 (2019-05-18)

Bug Fixes

  • jest.config.js: change Regex for '@' on 'moduleNameMapper' property (d6d6b7c)

Features

  • components/base: create (a3ea886)
  • components/share: create (e0bf04e)
  • core: create (f5abcc6)
  • Icon: resolve icon's path using dinamy import (157d90a)
  • ImgLoader: add 'onError' prop (f35fcb9)

v1.5.0

01 May 09:02
Compare
Choose a tag to compare

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

07 Jan 02:05
Compare
Choose a tag to compare

1.4.0 (2018-01-07)

Features

  • create RmRoot component (9ee81fc)

v1.3.0

05 Jan 05:06
Compare
Choose a tag to compare

1.3.0 (2018-01-05)

Features

  • store: use REDUX_DEVTOOLS_EXTENSION to access Chrome's Redux extension (40f3834)

v1.2.0

05 Jan 03:31
Compare
Choose a tag to compare

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)

v1.1.0

26 Dec 05:27
Compare
Choose a tag to compare

1.1.0 (2017-12-26)

Features

  • add Header component (b5843cd)
  • get the movie from the url params (3374e20)
  • containers: add 'MovieDetails' (edfcb9b)
  • Header: use NavLink (cfbe5ee)
  • Movie: add proptypes validation (46aa386)
  • MovieCard: add See details link (907f951)

v1.0.1

21 Sep 00:14
Compare
Choose a tag to compare

1.0.1 (2017-09-21)

Bug Fixes

  • Landing: apply CSS calc on its height (cd554bf)

v1.0.0

20 Sep 23:55
Compare
Choose a tag to compare

1.0.0 (2017-09-20)

Features

  • components: add component (57c6fa0)