Releases: LatitudeFinancialOSS/basis
Releases · LatitudeFinancialOSS/basis
1.16.0
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:
- Colors:
- Replaced
secondary.lightBlue.t30
with secondary.lightBlue.t25
.
1.15.2
- Added
testId
to Accordion
and its subcomponents.
1.15.1
- Fixed focus style issue in Safari.
1.15.0
- Added a new
Accordion
component.
- Exposed a
useBreakpoint
hook.
1.14.5
DatePicker
component:
- Now you can add
day={false}
to remove the day field. Useful for expiry dates.
1.14.4
Form
component:
- Fixed a bug where
errors
were deleted from the state.
1.14.3
Form
component:
validateField
is available now to validate fields programatically.
1.14.2
Form
component:
onSubmit
gets an object now with errors
and values
keys.
- Added
noValidate
to the form.
1.14.1
- Fixed nested objects treatment in forms.
- Fixed
PropTypes
issue for validateData
.
1.14.0
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"
.