You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking change: Change spacing props to use CSS spaced implementation instead of style prop. This reverts the implementation back to the way it was in library version 12
Breaking change: Adjusted paddings to accommodate use with only icon and no content
Breaking change: ButtonProps now require either children or aria-label
Breaking change: Decrease button top and bottom padding by 1px to fix wrong total height. Increase horizontal padding by total of 2px in borderless buttons
Add loading and ariaLoadingText props. Applies a loading spinner to the button and disables it
Breaking change: Remove redundant custom styling via "icon only" class
Breaking change: Decrease button top and bottom padding by 1px to fix wrong total height. Increase horizontal padding by total of 2px in borderless buttons
Fix an issue where the item list of MultiSelect component would be detached from the input field if the dimensions of the container containing the MultiSelect change. This would happen e.g. if using the MultiSelect component inside a Modal component.
Remove redundant never typing from LoadingProps
Remove redundant never typing from AllowItemAdditionProps
Add onChangeWithoutDebounce() prop. Inteded to be used to set the loadingprop
Fix an issue where visible selected value did not get updated when changing application language (DropdownItem visible text changes but value remains the same)
Add generics support for Dropdown and DropdownItem