Skip to content

Releases: LatitudeFinancialOSS/basis

1.16.0

04 Mar 10:45
Compare
Choose a tag to compare
  • Link component:
    • Replaced color prop with variant.
    • Updated styles to be AAA compliant.
  • Container component:
    • Added grey.t07 and secondary.lightBlue.t15 backgrounds.
  • Grid component:
    • Renamed rowsGutter to rowsGap.
    • Renamed colsGutter to colsGap.
  • Flex component:
    • Renamed gutter to gap.
  • Colors:
    • Replaced secondary.lightBlue.t30 with secondary.lightBlue.t25.

1.15.2

04 Mar 01:23
Compare
Choose a tag to compare
  • Added testId to Accordion and its subcomponents.

1.15.1

03 Mar 11:55
Compare
Choose a tag to compare
  • Fixed focus style issue in Safari.

1.15.0

02 Mar 10:37
Compare
Choose a tag to compare
  • Added a new Accordion component.
  • Exposed a useBreakpoint hook.

1.14.5

28 Feb 02:31
Compare
Choose a tag to compare
  • DatePicker component:
    • Now you can add day={false} to remove the day field. Useful for expiry dates.

1.14.4

28 Feb 02:36
Compare
Choose a tag to compare
  • Form component:
    • Fixed a bug where errors were deleted from the state.

1.14.3

28 Feb 02:35
Compare
Choose a tag to compare
  • Form component:
    • validateField is available now to validate fields programatically.

1.14.2

21 Feb 22:22
Compare
Choose a tag to compare
  • Form component:
    • onSubmit gets an object now with errors and values keys.
    • Added noValidate to the form.

1.14.1

21 Feb 12:54
Compare
Choose a tag to compare
  • Fixed nested objects treatment in forms.
  • Fixed PropTypes issue for validateData.

1.14.0

21 Feb 09:47
Compare
Choose a tag to compare
  • Form component:
    • Exposes only values and errors now.
    • disabled components are not validated anymore.
  • All form input components:
    • Accept a new validateData prop that is accessible in validate.
  • Input component:
    • Added min, max, and step props for type="number".