Skip to content

v10.12.0

Latest
Compare
Choose a tag to compare
@balzss balzss released this 24 Feb 13:05
· 1 commit to master since this release

10.12.0 (2025-02-24)

Bug Fixes

  • ui-a11y-utils: fix focus region missing mouse down target (e37aee9)
  • ui-color-picker: add hex to aria-label (98adf34)
  • ui-focusable: make screenreader annouce Tooltip in Focusable example by providing aria props (e38bce2)
  • ui-modal: make Modal's header non-sticky with small window height (db5c708)
  • ui-pagination: remove margin from legacy Pagination (4dacbf8)
  • ui-select: fix select's dropdown border radius (7427773)
  • ui-sourcecodeeditor: link label to input field programmatically (b092b45)
  • ui-time-select: fix TimeSelect showing the wrong value when defaultValue is set and enteting a wrong value after a good one (9d28a3b)
  • ui-time-select: make allowClearingSelection an optional prop (fc1264c)

Features

  • many: introduce new spacing tokens; add margin prop for more components (048c902)
  • ui-icons: add new icons password-reset, neutral (c4d2404)
  • ui-popover, ui-select: allow overriding Select's dropdown border (1e83164)
  • ui-popover, ui-select: allow overriding Select's dropdown border (90d59d3)
  • ui-select,ui-simple-select: add support for rendering selected option's before and after content in Select and SimpleSelect input (87dc52d)