Releases: FoxComm/storefront.react.js
Releases · FoxComm/storefront.react.js
hydra
Main change is theming support.
Changelog summary:
- now any resource could be overridden in
themes/<themeName>
directory - ThemeProvider component for enabling customization in jsx domain in end app
- tasks were moved to Makefile
- use
make publish
instead ofnpm publish
make build
built all themes
- use
- package is being published from build directory with all themes bundled inside
v1.4.0
ChangeLog summary:
- OrderSummary component family has been added (ported from peacock & known bugs fixed)
- New simplified output format for classnames [backward incompatible change]
- Added optional renderer property for FilterGroup component
- Added
initiallyExpanded
property for FilterGroup component
Also prettier was added for code formatting. There is two additions to dev environment:
make fmt
command re-formats via prettier all source code inside `src directory.husky
&lint-staged
packages have been added in order to automatically re-format code inprecommit
git hook.