Version 0.12.0 adds pending states to ActionButton, avatar support in ComboBox and Picker, Dialog XL size, and Popover styling improvements. This release also includes RTL fixes, placeholder support across components, and various component enhancements.
Updates
- ActionButton: Add pending state
- ColorSlider: Fix
ColorLoupeposition in RTL locales - ComboBox: Support avatars and onAction
- CustomDialog: Support custom widths
- Dialog: Add XL size
- Disclosure: Add animation to disclosure
- InlineAlert: Support heading-less Inline Alerts
- Picker: Support multiple selection and avatars
- Tags: Fix Tag collapse calculation for removable tags
- Tooltip: Prevent text overflow by default
- Allow placeholders in supported S2 components (e.g. ColorArea, ComboBox, NumberField, SearchField, TextArea, TextField)
- Apply
page.cssstyles to the Shadow DOM
Popover Styling Updates
The Popover component has been updated to better support custom styling. To
remove the preset padding, use the new padding prop and wrap your Popover content
in a custom div with your desired styling.