Skip to content

Releases: reactioncommerce/reaction-component-library

v0.16.1

13 Aug 21:32
2ed8ffc
Compare
Choose a tag to compare

0.16.1 (2018-08-13)

Bug Fixes

  • link onClick should be optional w/ no-op default (3a11bdd)
  • remove testEnvironment config for jest - breaks tests (c060c42)
  • set jest testEnvironment to node to prevent localStorage error (ef4c92b)
  • update Link readme (b3664c1)

v0.16.0

13 Aug 19:07
7c99bde
Compare
Choose a tag to compare

0.16.0 (2018-08-13)

Bug Fixes

  • add react-stripe-elements as a peer dependency (e2b2056)
  • change input styles to be consistent TextInput styles (4f37776)
  • lint error (35307ff)
  • make stripe and stripeRef props required, and remove form element (55c9f0a)
  • remove test, react stripe elements does not support jest (a3a6662)
  • styling issues, and add stripeRef prop (46b7628)

Features

  • add Stripeform component (19d5a21)

v0.15.2

13 Aug 16:42
940fe2a
Compare
Choose a tag to compare

0.15.2 (2018-08-13)

Bug Fixes

  • added babel-polyfill to fix IE11 support (b652bc7)

v0.15.1

10 Aug 22:36
390ec10
Compare
Choose a tag to compare

0.15.1 (2018-08-10)

Bug Fixes

  • update react version to fix snyk issue (4c48d1e)
  • update test snapshot (83597d5)

v0.15.0

08 Aug 16:34
37d468b
Compare
Choose a tag to compare

0.15.0 (2018-08-08)

Bug Fixes

  • field labels on AddressForm focus their inputs (f389099)

Features

  • all inputs now accept id prop (53cb93c)

v0.14.8

07 Aug 21:43
dac0018
Compare
Choose a tag to compare

0.14.8 (2018-08-07)

Bug Fixes

  • updated PhoneNumberInput wrapper context (1ac5d1c)

v0.14.7

06 Aug 23:11
1f1411a
Compare
Choose a tag to compare

0.14.7 (2018-08-06)

Bug Fixes

  • phonenumberinput: add height/width to size clear button (be397db)

v0.14.6

06 Aug 21:50
e67877d
Compare
Choose a tag to compare

0.14.6 (2018-08-06)

Bug Fixes

  • checkbox: disable line on 1 line; typo (2f314af)

v0.14.5

04 Aug 02:29
8266876
Compare
Choose a tag to compare

0.14.5 (2018-08-04)

Bug Fixes

  • select: flip the arrow when menuIsOpen (870f2cf)
  • select: remove teal on hover, teal only on focus (79e6b37)

v0.14.4

03 Aug 23:28
15a0abc
Compare
Choose a tag to compare

0.14.4 (2018-08-03)

Bug Fixes

  • pass the item id to onChangeCartItemQuantity callback (dc72370)