Skip to content

Releases: ConsenSysMesh/rimble-ui

v0.14.0

26 Mar 22:43
75b6b3a
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

🚀 New Feature

  • Export ES6 modules for tree shaking 🌳

v0.13.1

27 Feb 21:25
52ac429
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

🐛 Bug Fix

  • Added default props for Heading component.

v0.13.0

27 Feb 18:59
a6d7c29
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

🚀 New Feature

  • Added crypto icons under the Icon component.

🐛 Bug Fix

  • Fixed Heading component as prop not working.
  • Fixed Text component as prop not working.
  • Fixed Select component arrow icon placement.

v0.12.0

27 Feb 18:44
ecdf851
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

🚀 New Feature

  • Updated all components to styled-system v5.

v0.11.1

26 Nov 16:37
c3046b7
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

🐛 Bug Fix

  • Fixed icon background color on ToastMessage component. #381
  • fixed display prop not rendering correctly for Icon component. #380
  • fixed disabled styling for Slider component. #414

v0.11.0

20 Nov 16:30
ad7e2b7
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

🚀 New Feature

  • Added BaseStyles component

🐛 Bug Fix

  • Updated Text component to pass as prop correctly.
  • Updated Heading component to pass as prop correctly.
  • Updated Select component to adjust width.
  • Updated Field to inherit color.
  • Updated Radio and Checkbox components to inherit text and icon colors correctly.
  • Fixed pre-commit deprecation warning #372.
  • Fixed warnings when building library #376.

💅 Enhancement

  • Adjusted EthAddress component padding.
  • Addeded default font sizes for h1-h6 elements.
  • Styled input[type="color"] for better visibility.
  • Updated default props for Input, Textarea, Card.
  • Removed copyColor from theme.js.
  • Added text and background colors to theme.js.

v0.10.0

03 Oct 17:19
dd470f0
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

🐛 Bug Fix

  • Fixed Select arrow display bug.

💅 Enhancement

  • Added missing props to QR component.
  • Added title and aria-label attributes to EthAddress inputs (accessibility).
  • Changed default module from cjs to umd.
  • Upgraded to storybook app and updated stories.
  • Reorganized component testing app (CRA).

v0.9.8

19 Sep 22:01
17969f6
Compare
Choose a tag to compare
v0.9.8 Pre-release
Pre-release

🐛 Bug Fix

  • updated vulnerable dependencies.
  • fixed onChange event not firing for file inputs.

💅 Enhancement

  • added new EthAddress component.

v0.9.7

13 Aug 23:12
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release
  • Fixed onChange events not firing for file inputs.

v0.9.6

18 Jul 20:13
c7e72a4
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release
  • Fixed default theme in rimble ThemeProvider.