v0.9.4
·
7633 commits
to master
since this release
Release 0.9.4
Minor Features
PageHeader: Allow actions in Base variant with support ofnavRightCombobox: Add field-level tooltip withfieldLevelHelpTooltipprop oninputprop. DeprecateCombobox'sassistiveText.fieldLevelHelpButtonin favor of usinginputprop's prop. See #1689 for more details. You will see a console warning if you are doing it wrong.Tooltip: RequireonClickTriggerfor learn more pattern- If
learnMoreTooltip variant is used withoutonClickTrigger, then the “no click” basic info icon tooltip will be used with a “disabled” button. - If
onClickTriggeris defined, a link will be rendered (this is the current behavior for learn more tooltips).
- If
- Add
AppLauncherTileandSectioncomponents 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