Skip to content

Releases: aneurysmjs/react-shop

v4.2.0

25 Aug 12:37
Compare
Choose a tag to compare

4.2.0 (2020-08-25)

Bug Fixes

  • server.base.js: rename webpack-node-externals options (477088c)

Features

  • deps: upgrade devDependencies (75ae8b7)

v4.1.0

23 Feb 22:51
02633ae
Compare
Choose a tag to compare

4.1.0 (2020-02-23)

Features

  • deps: upgrade axios and bootstrap (a56fcc5), closes #49

v4.0.0

10 Feb 13:37
05293f7
Compare
Choose a tag to compare

4.0.0 (2020-02-10)

Bug Fixes

  • add Footer and UserMenu to git's index (1d5cc64), closes #46
  • fix Footer and Products (c659d3f), closes #43
  • alienstore: add removeReducers on index (965990c)
  • alienstore: improve useAlienModule (5f5f881)
  • products.module: add mising id (16f8298)
  • products.module: add missing id property (ac9cb56)
  • renderfromalien: remove unused inmports (e4bda79), closes #43
  • state: type with ProductsStateType instead of Products (0632500), closes #43
  • withalien: pass alienModule (d25f368)
  • withalien: return component when ReduxModule is resolve (10533a2), closes #43

Code Refactoring

  • store/config: rename dynoStore to alienStore (8ae2d1f), closes #43

Features

  • alien: add useAlien hook (dec229c)
  • alien: add withAlien higher-order hook (2869ef1), closes #43
  • alienstore: add getReducerMap method (e924018), closes #43
  • alienstore: add initialReducers and prevent reducer duplication (5930895)
  • alienstore: add removeReducers method (8fae08c), closes #43
  • alienstore: add useAlienModule hook (bce2d50), closes #43
  • manager: add 'setDispatch' method (eb70aa9), closes #43
  • store: set first draft architecture for Dyno Store (62079f7), closes #43
  • usealien: call a callback when unmounting (4bf6ee7), closes #43
  • usealien: make the use of id for a redux module (5ae24b5), closes #43
  • usealien: receive and array of alienModules instead of a single module (98d2142), closes #43

improvement

  • store: use "createStore" from dynoStore (99afdc1), closes #43

BREAKING CHANGES

  • store/config: dynoStore is now alienStore
  • store: store now uses dynoStore's

v3.0.1

08 Oct 13:45
Compare
Choose a tag to compare

3.0.1 (2019-10-08)

Bug Fixes

  • cart/actions: fix pluckProps import (e25e54b)

v3.0.0

06 Oct 20:12
Compare
Choose a tag to compare

3.0.0 (2019-10-06)

Code Refactoring

  • utils: rename appendProps to pluckProps (8045f8a)

BREAKING CHANGES

  • utils: appendProps is now renamed pluckProps

v2.0.0

04 Oct 17:33
Compare
Choose a tag to compare

2.0.0 (2019-10-04)

Bug Fixes

  • usermenu: remove destructuring params added by prettier (05573b2)

Code Refactoring

  • app/: create "shared" folder (614a6e4), closes #34
  • src/: rename all .js files to .tsx (83802c3), closes #37

Features

BREAKING CHANGES

  • src/: by using the script "rename" it recursively replace all .js extensions with .tsx
  • app/: types from "store" folder are now on "shared
  • store: initial store is replace by dynoStore

v1.23.1

31 Aug 23:31
Compare
Choose a tag to compare

1.23.1 (2019-08-31)

Bug Fixes

  • actions: use $Exact for MiddlewareAction (1d0c171)
  • reducers/products: arrange path for ActionTypes (3385d83)

v1.23.0

28 Aug 05:02
093029f
Compare
Choose a tag to compare

1.23.0 (2019-08-28)

Bug Fixes

  • fetproducts: apply properly Flow's typing (72cf431)
  • footer: resolve conflicts (6eb3802)
  • reducers/cart: type for getter (3738ea9)

Features

  • commontype: add ResponseError type (ea12e70)
  • core: create component (7e293c1)
  • home: display spinner while loading and error when failing (7497747), closes #24
  • store: add cart state (64eac60)
  • usermenu: connect to store and get cart state (d533941)

v1.22.0

11 Aug 02:57
Compare
Choose a tag to compare

1.22.0 (2019-08-11)

Features

  • Icon: wrap async IIFE with useEffect hook (0d8a2d7)

v1.21.0

06 Aug 03:21
fe507d2
Compare
Choose a tag to compare

1.21.0 (2019-08-06)

Features

  • hooks: create useLazy hook (b007552)
  • lazycomponent: create useLazy hook (f6f7131)
  • shared: create (6cc206e)