13.0.0-beta.0
Pre-release
Pre-release
·
477 commits
to develop
since this release
Release notes
TimeInput (#782)
- Introduce the TimeInput component
DateInput (#782)
- Add
onDatePickerButtonBlur()
prop
SingleSelect (#773)
- Fix input to show updated value when item array is changed externally
Block (#755)
- Breaking change: changed implementation of margins and spacing from CSS-based styles to style-attribute
Paragraph (#755)
- Breaking change: changed implementation of margin from CSS-based styles to style-attribute
- Breaking change:
marginBottomSpacing
prop is replaced bymb
- New props
margin
,mx
,my
,mt
,mr
,mb
,ml
ExpanderTitle (#776)
- Breaking change: Combine
ariaOpenText
andariaCloseText
props totoggleButtonAriaLabel
ExpanderGroup (#777)
openAllText
andcloseAllText
are optional whenshowToggleAllButton
is set to false
ActionMenuDivider (#779)
- Improve HTML structure
LanguageMenu (#783)
- Breaking change:: Change the popover width to match the width of the widest element in the list
General
- New props
margin
,mx
,my
,mt
,mr
,mb
,ml
to following components (#755)- ActionMenu
- Alert
- BreadCrumb
- Button
- Checkbox
- CheckboxGroup
- Chip
- DateInput
- Dropdown
- Expander
- ExpanderGroup
- ExternalLink
- Heading
- HintText
- InlineAlert
- Label
- LanguageMenu
- Link
- LinkList
- LoadingSpinner
- MultiSelect
- Notification
- Pagination
- RadioButton
- RadioButtonGroup
- RouterLink
- SearchInput
- ServiceNavigation
- SideNavigation
- SingleSelect
- StaticChip
- StatusText
- Text
- Textarea
- TextInput
- Toast
- ToggleButton
- ToggleInput
- Tooltip
- WizardNavigation
- Internal tools: switch from Yarn to NPM (#767)
- Documentation on accessibility support, and how the accessibility of components was tested (#781)