Skip to content

Releases: LatitudeFinancialOSS/basis

1.63.1

15 Mar 11:00
Compare
Choose a tag to compare
  • Form component:
    • Fixed a warning that was thrown on unmount:

      Can't perform a React state update on an unmounted component.

1.63.0

02 Mar 04:50
Compare
Choose a tag to compare
  • Checkbox component:
    • Removed role="checkbox" and aria-checked from the div container.
  • Icon component:
    • Added "link" and "logout" icons.
  • Input component:
    • Added type="email".

1.62.0

25 Feb 04:09
Compare
Choose a tag to compare
  • Icon component:
    • Added "call" and "home" icons.
    • Renamed "logout" to "duplicate".

1.61.0

24 Feb 22:19
Compare
Choose a tag to compare
  • Icon component:
    • Added a "document" icon.

1.60.0

24 Feb 05:23
Compare
Choose a tag to compare
  • Icon component:
    • Added "logout" and "payment" icons.
  • Added the Logo component.

1.59.0

24 Feb 05:28
Compare
Choose a tag to compare
  • Form component:
    • Expose setValues.
  • Expose getUniqueId.

1.58.1

19 Feb 03:17
Compare
Choose a tag to compare
  • 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.58.0

19 Feb 00:25
Compare
Choose a tag to compare
  • Icon component:
    • Added "trash" icon.

1.57.0

17 Feb 11:23
Compare
Choose a tag to compare
  • Added a new Textarea component.
  • Flex component:
    • direction supports now "row-reverse" and "column-reverse".
  • Grid component:
    • Removed the debug prop.
  • List component:
    • Text color is not inherited anymore. It's set to black now.
    • Removed extra bottom margin in nested lists.

1.56.0

27 Jan 05:05
Compare
Choose a tag to compare
  • Input component:
    • Added an onChange prop.