Skip to content

Releases: FoxComm/storefront.react.js

hydra

28 Jun 10:57
Compare
Choose a tag to compare

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 of npm publish
    • make build built all themes
  • package is being published from build directory with all themes bundled inside

v1.4.0

20 Jun 20:12
Compare
Choose a tag to compare

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:

  1. make fmt command re-formats via prettier all source code inside `src directory.
  2. husky & lint-staged packages have been added in order to automatically re-format code in precommit git hook.

v1.3.0

09 Jun 20:05
Compare
Choose a tag to compare

This release adds a new component for reviews and fixes a bug when react and react-dom libraries were included twice when including the package into a project.