Skip to content

Releases: LatitudeFinancialOSS/basis

1.26.0

14 May 12:17
Compare
Choose a tag to compare
  • ShadowContainer component:
    • Added a shadowContrast prop.
  • Container component:
    • Added a transparent background option (bg="transparent").
  • Section component:
    • Added a transparent background option (bg="transparent").
  • Button component:
    • Buttons have a cursor: pointer now when placed inside a Link.

1.25.0

14 May 10:31
Compare
Choose a tag to compare
  • Added a new ShadowContainer component.

1.24.1

11 May 06:18
Compare
Choose a tag to compare
  • Grid component:
    • Fix margin not being applied.

1.24.0

11 May 06:17
Compare
Choose a tag to compare
  • Grid component:
    • Added a responsive margin prop.
    • Added a responsive rows prop.

1.23.1

07 May 06:17
Compare
Choose a tag to compare
  • Dropdown component:
    • The initial state is based now on Form's initialValues.

1.23.0

07 May 05:53
Compare
Choose a tag to compare
  • Dropdown component:
    • Renamed renderPlaceholder to placeholderComponent.
    • Renamed renderOption to optionComponent.
    • Fixed a bug where options were not closing when the button is clicked.

1.22.0

06 May 22:26
Compare
Choose a tag to compare
  • Dropdown component:
    • Added a new responsive maxHeight prop to control the size of the options container.
    • Replaced the rotating chevron with a triangle to better align with the Select component.
  • Accordion component:
    • Reduced the left padding to better align with Dropdown and Select components.
  • Select component:
    • Increased the right padding to better align with the Dropdown and Accordion components.

1.21.1

06 May 01:17
Compare
Choose a tag to compare
  • Dropdown component:
    • Set button's color to black.

1.21.0

05 May 12:55
Compare
Choose a tag to compare
  • Added a new Dropdown component.
  • Checkbox component:
    • label is a required prop now.
    • Added a new hideLabel prop to visually hide the label (it will still be accessible to screen readers).

1.20.4

28 Apr 01:53
Compare
Choose a tag to compare
  • Accordion component:
    • Set Accordion.Item's button type to 'button'.