Releases: aneurysmjs/react-shop
Releases · aneurysmjs/react-shop
v1.20.1
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
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
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
1.19.1 (2019-07-14)
Bug Fixes
- Home: add Bootstrap's grid classes (9983c2c)
- ImgLoader: use object-fit: contain (6e67ac2)
v1.19.0
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
1.18.0 (2019-06-03)
Features
- README: add 'github issues' badge (c5ead81)
v1.17.0
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
1.16.0 (2019-06-03)
Features
- pageLayout: apply basic strict typing (737c5b0)
v1.15.0
1.15.0 (2019-05-29)
Bug Fixes
- .babelrc: comment "dynamic-import-node" (7195d24)
Features
v1.14.1
1.14.1 (2019-05-26)
Bug Fixes
- ImgLoader: use useEffect hooko to avoid unnecessary rerenders (0fc4d17)