Releases: reactioncommerce/reaction-component-library
Releases · reactioncommerce/reaction-component-library
v0.9.0
v0.8.0
v0.7.0
v0.6.0
0.6.0 (2018-07-18)
Bug Fixes
- select: allow initial value to change (4eb7f08)
- added prop-types back to the deps (8611bd7)
- reverted react-select back to 2.0.0-alpha.8 (5bcbc53)
- unpinned a few deps (04dc511)
- update CartItem props to match GraphQL schema changes (934875c)
- updated deps, updated snyk ignore (b20524f)
- updated dockerfile to install package/package.json deps (0dc4cf1)
- upddated yarn.lock in package/ dir (d670784)
Features
- rename ActionIncomplet to CheckoutActionInComplete (ad1f5fe)
- Added CheckoutActionIncomplete component #129
- Added CheckoutTopHat component #106
NOTE: react
, prop-types
, and styled-components
packages are now peer dependencies of this package. Be sure to install the correct minimum versions of these in any app that uses this package.
v0.5.0
0.5.0 (2018-07-09)
Bug Fixes
- added font-family to price, stock and summary components (58c6941)
Features
- added hasPriceBottom pro to Price (46bbdf0)
- added miniCart (b17b706)
- CartItems in the MiniCart (1d557de)
- MiniCart prop for cartItem components, updated styles for new prop (a51d62d)
- MiniCart updated to have checkout data (9d8c99d)
- new styles for minicart, quantityInput and new theme vars (68dc5a1)
- shadow if CartItems needs to scroll in minicart (d95a081)
v0.4.1
v0.4.0
v0.3.0
0.3.0 (2018-06-28)
Features
- Added mdi-material-icons for plus minus icons, cleaned up QuantityInput styles, added QuantityInput to CartItem example (393a27f)
- basic quantityInput ported (7d2d52e)
- cartItem style updates (0958efa)
- CartItem using values from props (64f381e)
- CartItemDetail and CartItemQuantityInput components started, item data created for docs example (0cbeed5)
- created CartItemDetail component (878fa15)
- started CartItem component, added new component to Cart section in config (a4a6b1f)
- started porting over QuantityInput component from starterkit (75f0ec7)
- updated CartItem to use the provided CartItemDetail component (a7dd4ce)
- updated defaultTheme (952456c)
- working out CartItem mobile layout (772475d)