Skip to content

Releases: LatitudeFinancialOSS/basis

1.55.0

22 Jan 01:34
Compare
Choose a tag to compare
  • Message component:
    • Added a role prop.
  • Text component:
    • Added a role prop.

1.54.0

19 Jan 00:55
Compare
Choose a tag to compare
  • Footer component:
    • Footer.Legal.Links doesn't force its children to be a Link now (e.g. you can render your own TrackedLink).
    • The following components accept an onClick prop now:
      • Footer.Header.Social.Facebook
      • Footer.Header.Social.YouTube
      • Footer.Header.Social.Twitter
      • Footer.Header.Social.Instagram
      • Footer.Header.Social.LinkedIn
  • Message component:
    • callToAction is not forced anymore to be a Button or a Link (e.g. you can render your own TrackedLink).

1.53.1

11 Jan 01:14
Compare
Choose a tag to compare
  • Form component:
    • Fixed Chromium issue on mobile devices.

1.53.0

30 Nov 06:48
Compare
Choose a tag to compare
  • Accordion component:
    • Added onItemToggle prop.
  • Checkbox component:
    • Added onChange prop.
  • Grid component:
    • Grid.Item's colSpan and rowSpan can be free strings now (e.g. "auto / span 4").
  • Link component:
    • Removed the analyticsClassName prop.
  • RadioGroup component:
    • Added onChange prop.

1.52.0

02 Nov 02:26
Compare
Choose a tag to compare
  • Message component:
    • Added "transparent" option for the bg.
    • Added a responsive padding prop.
    • Removed right padding when callToAction doesn't exist.

1.51.0

22 Oct 01:07
Compare
Choose a tag to compare
  • Input component:
    • Renamed numericPrefix to prefix.
    • Renamed numericSuffix to suffix.
    • prefix and suffix can be used now with variant="decimal".

1.50.0

21 Oct 01:35
Compare
Choose a tag to compare
  • Input component:
    • Added variant="decimal".
  • Select component:
    • The placeholder is not hidden anymore when the Select is required.

1.49.0

07 Oct 05:22
Compare
Choose a tag to compare
  • Input component:
    • Added the type prop

1.48.0

04 Oct 02:41
Compare
Choose a tag to compare
  • Dropdown component:
    • Added an onChange prop.
  • Select component:
    • Added an onChange prop.

1.47.0

28 Sep 01:55
Compare
Choose a tag to compare
  • Input component:
    • Added the maxLength prop.
    • Added the autoComplete prop.
  • Stack component:
    • Added align="normal", which is the default now.
    • Added the flatten prop.