Skip to content

Releases: LatitudeFinancialOSS/basis

1.46.0

24 Sep 02:12
Compare
Choose a tag to compare
  • DatePicker component:
    • Added the aria-labelledby prop.
    • The label prop is now optional.
  • Text component:
    • Added the id prop.

1.45.0

23 Sep 04:09
Compare
Choose a tag to compare
  • DatePicker component:
    • Added a new yearMode prop.
    • Changed day={false} to dayMode="none".
    • Updated default validation messages.

1.44.1

22 Sep 11:27
Compare
Choose a tag to compare
  • Stack component:
    • Empty children are hidden now.

1.44.0

17 Sep 22:23
Compare
Choose a tag to compare
  • Button component:
    • Added the loading prop.
  • Link component:
    • Removed the padding prop.

1.43.2

15 Sep 04:49
Compare
Choose a tag to compare
  • Button component:
    • Default to color="highlight.blue.t100" for variant="secondary" on secondary.lightBlue.t15 background.
  • Link component:
    • Default to variant="blue-button" for appearance="secondary-button" on secondary.lightBlue.t15 background.

1.43.1

15 Sep 01:21
Compare
Choose a tag to compare
  • Link component:
    • Fixed percentage width not being set properly.

1.43.0

14 Sep 03:14
Compare
Choose a tag to compare
  • Flex component:
    • Added a responsive width prop.
    • placeItems doesn't have a default value anymore.
  • Link component:
    • Fixed focus style when appearance="primary-button" or appearance="secondary-button".
  • Stack component:
    • Added responsive margin and width props.
    • align doesn't have a default value anymore.

1.42.1

11 Sep 02:19
Compare
Choose a tag to compare
  • Message component:
    • Fixed max-width that was incorrectly set on some breakpoints.

1.42.0

11 Sep 00:35
Compare
Choose a tag to compare
  • Accordion component:
    • Added a responsive padding prop to Accordion.Item.Content.
    • Accordion.Item.Content left aligns the content now.
  • Message component:
    • padding-left and padding-right are set to 0 now when hasBreakpointWidth exists.

1.41.1

07 Sep 03:56
Compare
Choose a tag to compare
  • Link component:
    • Fixed multi-line links styling.