v15.120.0
·
1600 commits
to release/v18
since this release
@semcore/accordion
- Removed Unnecessary
aria-disabledon disabledTogglecomponent. - Changed Set
aria-controlsto expandedToggleonly.
@semcore/base-trigger
- Removed Default tag
buttonfrom FilterTrigger and ButtonTrigger to reduce code duplication. - Changed Default tag for BaseTrigger to
buttonas part of a11y improvement. - Fixed Added
Hintto theFilterTrigger.ClearButton. - Fixed Remove redundant
aria-label&aria-labelledbyfromFilterTrigger.ClearButton. - Fixed Added
rolecombobox to theFilterTrigger.TriggerButton. - Fixed Added
countprop toFilterTrigger.Counter, along with screenreader onlyselectedtext. - Fixed
placeholdertext is nowaria-hiddenfor triggers because ofaria-labeland double pronouncing.
@semcore/button
- Removed Unnecessary
aria-disabledon disabled button.
@semcore/d3-chart
- Added
aria-labelledbyforLegendItemcheckbox. - Added New type of charts -
StackGroupBar.
@semcore/data-table
- Fixed Keyboard access after changing data in the Table (only if focus outside a Table).
@semcore/date-picker
- Fixed Blinking when opening
DateRangeComparators.
@semcore/dropdown
- Fixed Click handler was called for disabled Item.
- Fixed Dropdown didn't close when the trigger was clicked for the second time.
- Fixed Handlers were not called for
Dropdown.Itemin a controlledDropdownMenuafter it was closed and opened again. - Fixed Double call of
onVisibleChangehandler.
@semcore/dropdown-menu
- Fixed Handlers were not called for
Dropdown.Itemin a controlledDropdownMenuafter it was closed and opened again.
@semcore/feedback-form
- Fixed There was always
aria-errormessagein FeedbackItem, even if there was no message popup.
@semcore/flex-box
- Added
ScreenReaderOnlycomponent fromRootcomponent fromcorepackage.
@semcore/inline-edit
- Fixed Focus didn't return to the View element after edit.
@semcore/input-number
- Removed Unnecessary role changes on keypress.
@semcore/input-tags
- Fixed Difference in text size in tags with and without Addons.
- Fixed Advanced rendering of child elements doesn't display tags at all.
- Fixed Unnecessary
clickableannouncement by VO on not editable tags.
@semcore/mini-chart
- Added
role=imgto all svg charts.
@semcore/notice-bubble
- Added
replaceLastmethod to the Manager to display the next bubble on over the last one. - Fixed Warning about
Hinttitle abouttitleandHint.Popperat the same time. - Fixed Unnecessary counter resetting with each mount of
NoticeBubblecomponent.
@semcore/select
- Added Logic for showing/hiding highlight for an option depending on whether the Trigger is in focus or not.
- Fixed set
aria-activedescendantfor Trigger only if there is available option with current highlightedIndex. - Fixed The first option is highlighted, event if it is disabled.
- Added
placeholderandaria-labelfor input inInputSearchcomponent.
@semcore/utils
- Added Internal method for extract some children by the displayName from the
Childrenentity. - Changed Marked
ScreenReaderOnlyas deprecated component, use it now fromflex-boxpackage.