Releases: ConsenSysMesh/rimble-ui
Releases · ConsenSysMesh/rimble-ui
v0.14.0
v0.13.1
v0.13.0
v0.12.0
v0.11.1
v0.11.0
🚀 New Feature
- Added
BaseStyles
component
🐛 Bug Fix
- Updated
Text
component to passas
prop correctly. - Updated
Heading
component to passas
prop correctly. - Updated
Select
component to adjust width. - Updated
Field
to inherit color. - Updated
Radio
andCheckbox
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
fromtheme.js
. - Added
text
andbackground
colors totheme.js
.
v0.10.0
🐛 Bug Fix
- Fixed Select arrow display bug.
💅 Enhancement
- Added missing props to QR component.
- Added
title
andaria-label
attributes to EthAddress inputs (accessibility). - Changed default module from
cjs
toumd
. - Upgraded to storybook app and updated stories.
- Reorganized component testing app (CRA).