v16.4.1
·
796 commits
to release/v17
since this release
@semcore/core
- Added
useScrollBarWidthhook. - Added Container focus if there aren't focusable children while
autoFocus='enforced' - Added
focusVisibleoption tosetFocusutil method with value from last interaction type.
@semcore/d3-chart
- Fixed a11y error - "SVG element missing accessible name".
@semcore/dropdown-menu
- Fixed Missing focus outline in Safari during mixed mouse and keyboard interaction.
@semcore/feature-highlight
- Added Feature highlight implementation.
@semcore/fullscreen-modal
- Fixed Modal rendered duplicate Close buttons when
closable = true.
@semcore/icon
- Changed
CloseandCheck. We made them a bit smaller so they will look a bit more elegant and align better with other icons from the same semantic group. We also tweaked thickness of theCloseicon with M size a little bit.
@semcore/modal
- Fixed Modal doesn't close on ESC key press when no element inside is focused.
@semcore/tooltip
- Fixed Page layout appeared shifted due to width/height changes.
@semcore/widget-empty
- Changed Text align for
WidgetEmpty.Titleto be always centered.