rimble-ui

React components that implement Rimble's Design System.

MIT License

Stars
462
Committers
12

Bot releases are visible (Hide)

rimble-ui - v0.14.0 Latest Release

Published by gesquinca over 4 years ago

πŸš€ New Feature

  • Export ES6 modules for tree shaking 🌳
rimble-ui - v0.13.1

Published by gesquinca over 4 years ago

πŸ› Bug Fix

  • Added default props for Heading component.
rimble-ui - v0.13.0

Published by gesquinca over 4 years ago

πŸš€ 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.
rimble-ui - v0.12.0

Published by gesquinca over 4 years ago

πŸš€ New Feature

  • Updated all components to styled-system v5.
rimble-ui - v0.11.1

Published by gesquinca almost 5 years ago

πŸ› 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
rimble-ui - v0.11.0

Published by gesquinca almost 5 years ago

πŸš€ 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.
rimble-ui - v0.10.0

Published by MikeLockz about 5 years ago

πŸ› 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).
rimble-ui - v0.9.8

Published by gesquinca about 5 years ago

πŸ› Bug Fix

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

πŸ’… Enhancement

  • added new EthAddress component.
rimble-ui - v0.9.7

Published by gesquinca about 5 years ago

  • Fixed onChange events not firing for file inputs.
rimble-ui - v0.9.6

Published by gesquinca over 5 years ago

  • Fixed default theme in rimble ThemeProvider.
rimble-ui - v0.9.5

Published by gesquinca over 5 years ago

  • Fixed Select component accepts more options + children.
  • Fixed outdated dependencies vulnerability.
  • Fixed PublicAddress width property being passed to it's parent Field component.
rimble-ui - v0.9.4

Published by gesquinca over 5 years ago

  • Added ref forwarding for all components.
  • Fixed input validation icon padding.
  • Fixed Tooltip positioning.
  • Fixed broken copy button on PublicAddress component.