v0.9.4
·
7632 commits
to master
since this release
Release 0.9.4
Minor Features
PageHeader
: Allow actions in Base variant with support ofnavRight
Combobox
: Add field-level tooltip withfieldLevelHelpTooltip
prop oninput
prop. DeprecateCombobox
'sassistiveText.fieldLevelHelpButton
in favor of usinginput
prop's prop. See #1689 for more details. You will see a console warning if you are doing it wrong.Tooltip
: RequireonClickTrigger
for learn more pattern- If
learnMore
Tooltip variant is used withoutonClickTrigger
, then the “no click” basic info icon tooltip will be used with a “disabled” button. - If
onClickTrigger
is defined, a link will be rendered (this is the current behavior for learn more tooltips).
- If
- Add
AppLauncher
Tile
andSection
components to main module export to allow use in CommonJS build.
Bugfixes
DataTable
: A UX pattern of Radio Group / Single Select with a Fixed Header works now.
Documentation
Combobox
: Site examples now have unique id's- Re-organize Codebase Overview
- Add maximum lines in a file lint rule of 500