Releases: LatitudeFinancialOSS/basis
Releases · LatitudeFinancialOSS/basis
1.41.0
Button
component:- Added a new
color="black"
that can be used withvariant="secondary"
.
- Added a new
Link
component:- Added a new
variant="black-button"
that can be used withappearance="secondary-button"
.
- Added a new
Message
component:callToAction
cannot be<Button variant="primary">
or<Link appearance="primary-button">
anymore.
- Removed the
primary.blue.b40
color.
1.40.1
1.40.0
- Added a new
Message
component. Link
component:- Added a new
appearance
prop. - Removed the following
variant
options:"primary-blue-button"
,"primary-green-button"
,"secondary-blue-button"
,"icon"
.variant="primary-blue-button"
changed toappearance="primary-button" variant="blue-button"
variant="primary-green-button"
changed toappearance="primary-button" variant="green-button"
variant="secondary-blue-button"
changed toappearance="secondary-button" variant="blue-button"
variant="icon"
changed toappearance="icon"
- Added a new
Icon
component:- Added the following icons:
assistance
info-or-minor
warning-or-significant
blocking
stop
critical
success
- Added the following icons:
1.39.0
1.38.0
Link
component:- Added a
width
prop (should be used only whenvariant
is one of the following:"primary-blue-button"
,"primary-green-button"
,"secondary-blue-button"
). - Added a
state
prop (see here).
- Added a
RadioGroup
component:- Every item in the
options
array can have adescription
now. - Removed the
showCircles
prop. Circles are always shown now since it's more accessible.
- Every item in the
1.37.0
- Themes were refactored and are using a different structure now. If you are using a custom theme, you'll have to update it to the new structure. See Button's theme, for example.