Releases: LatitudeFinancialOSS/basis
Releases · LatitudeFinancialOSS/basis
1.63.1
Form
component:
- Fixed a warning that was thrown on unmount:
Can't perform a React state update on an unmounted component.
1.63.0
Checkbox
component:
- Removed
role="checkbox"
and aria-checked
from the div
container.
Icon
component:
- Added "link" and "logout" icons.
Input
component:
1.62.0
Icon
component:
- Added "call" and "home" icons.
- Renamed "logout" to "duplicate".
1.60.0
Icon
component:
- Added "logout" and "payment" icons.
- Added the
Logo
component.
1.59.0
Form
component:
- Expose
getUniqueId
.
1.58.1
Icon
component:
- Removed
aria-label
from all icons.
VisuallyHidden
component:
- Now you can pass a string as children, e.g.
<VisuallyHidden>Remove card</VisuallyHidden>
.
1.57.0
- Added a new
Textarea
component.
Flex
component:
direction
supports now "row-reverse"
and "column-reverse"
.
Grid
component:
List
component:
- Text color is not inherited anymore. It's set to black now.
- Removed extra bottom margin in nested lists.