Releases: IPG-Automotive-UK/react-ui
Releases · IPG-Automotive-UK/react-ui
v11.2.0-0
Pre-release to test:
- Auto selecting of vehicle fields when only one option is available #1039
v11.1.1-0
Pre-release to test:
- Wrapping of axis labels to avoid overflowing the plot container in
LinePlot
. #1041
v11.1.0
- Updated the behaviour of the
TransferList
component such that when a search is applied, the selection only takes into account the items that match the search. The select all toggle also now takes into account any applied search #1035
v11.0.0
Breaking Changes
- MUI has been upgraded to v6 and brings various breaking changes detailed here #984
- Migration:
- View details on the PR linked above
NoWrapTypography
- Component has been removed #1015
- Migration:
- All usages should be replaced with
TruncatedTooltip
. See storybook for example use cases.
Enhancements
ImageUploader
- Now supports SVG upload #1023
- Hardcoded colours have been converted to theme references across RUI #1021
v10.4.2
Fixes
NoWrapTypography
- Restore export
- Corepack fix
v10.4.1
Fixes
TruncatedTooltip
- Fix the access to the inner component using forwardRef #1034
VehicleSelector
- Fixes close button when a variant is deselected in the UI #1033
v10.4.1-0
Pre-release to test:
- Correctly forward ref to underlying component in
TruncatedTooltip
#1032
v10.4.0
Enhancements
- The font size for the user avatar in UserLabel has been decreased to 10px #1030
- Export types for the TransferList #1028
v10.3.0
Enhancements
ImageUploader
- Allows the restriction of accepted image types #1026
v10.3.0-0
- Allows the restriction of accepted image types in ImageUploader #1026