Releases: LatitudeFinancialOSS/basis
Releases · LatitudeFinancialOSS/basis
1.46.0
DatePicker
component:
- Added the
aria-labelledby
prop.
- The
label
prop is now optional.
Text
component:
1.45.0
DatePicker
component:
- Added a new
yearMode
prop.
- Changed
day={false}
to dayMode="none"
.
- Updated default validation messages.
1.44.1
Stack
component:
- Empty children are hidden now.
1.44.0
Button
component:
Link
component:
- Removed the
padding
prop.
1.43.2
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
Link
component:
- Fixed percentage
width
not being set properly.
1.43.0
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
Message
component:
- Fixed
max-width
that was incorrectly set on some breakpoints.
1.42.0
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
Link
component:
- Fixed multi-line links styling.