Skip to content

Releases: aneurysmjs/react-shop

v1.20.1

31 Jul 03:52
5620478
Compare
Choose a tag to compare

1.20.1 (2019-07-31)

Bug Fixes

  • server/index.js: disable import/no-extraneous-dependencies for 'path' module (0783a35), closes #18

v1.20.0

30 Jul 03:28
2b980ee
Compare
Choose a tag to compare

1.20.0 (2019-07-30)

Features

  • constants: add KEYBOARD object (baf6e4e)
  • header: open modal (0e980fb)
  • shared/: create (963cff1)
  • sidebar: add title, onClose and overlay (2439980)
  • sidebar: allow listening for 'esc' key (a2c516e)
  • sidebar: allow open from right or left with animation (d36b8f1)
  • sidebar: apply fade animation to overlay (5095a49)

v1.19.2

23 Jul 04:00
64aa3f0
Compare
Choose a tag to compare

1.19.2 (2019-07-23)

Bug Fixes

  • ImgLoader: pass empty array to useEffect (59caf6a)

Performance Improvements

  • ImgLoader: use 'memo' for avoid parent rerenders (8abff7d)

v1.19.1

14 Jul 23:59
fe6b81f
Compare
Choose a tag to compare

1.19.1 (2019-07-14)

Bug Fixes

  • Home: add Bootstrap's grid classes (9983c2c)
  • ImgLoader: use object-fit: contain (6e67ac2)

v1.19.0

30 Jun 20:07
4b024c0
Compare
Choose a tag to compare

1.19.0 (2019-06-30)

Features

  • Footer: divide between 'top' and 'bottom' (181adf9), closes #6
  • Footer: divide between 'top' and 'bottom' (d1e323d)
  • store: add all Footer's action, reducer and types (a7ef5fd)

v1.18.0

03 Jun 23:03
Compare
Choose a tag to compare

1.18.0 (2019-06-03)

Features

  • README: add 'github issues' badge (c5ead81)

v1.17.0

03 Jun 22:42
7148c76
Compare
Choose a tag to compare

1.17.0 (2019-06-03)

Features

  • ImgLoader: set position to be handled when aspect ratio (7ac1080)
  • ProductCard: set aspect ratio (c47cb33)

v1.16.0

03 Jun 20:03
Compare
Choose a tag to compare

1.16.0 (2019-06-03)

Features

  • pageLayout: apply basic strict typing (737c5b0)

v1.15.0

29 May 16:53
e35ac81
Compare
Choose a tag to compare

1.15.0 (2019-05-29)

Bug Fixes

  • .babelrc: comment "dynamic-import-node" (7195d24)

Features

v1.14.1

26 May 19:51
Compare
Choose a tag to compare

1.14.1 (2019-05-26)

Bug Fixes

  • ImgLoader: use useEffect hooko to avoid unnecessary rerenders (0fc4d17)