Skip to content

v1.0.0-beta.60

Compare
Choose a tag to compare
@jcfranco jcfranco released this 20 Jul 00:52

⚠ BREAKING CHANGES

  • calcite-input: use the label attribute to set the aria-label on the input.

Features

Bug Fixes

  • action-menu: target 1px margin more accurately to actions in menu (fd2c2e1)
  • calcite-input: stop spreading attributes (#2443) (6d47b96)
  • color-picker: fix nudging hue slider with left/right arrows when color is #000 or #fff (#2551) (7874724), closes #2357
  • combobox: Fix selection logic and prevent events from causing stack error (#2493) (42c760a)
  • combobox-item: Fix indent style for nested items. (#2487) (172ab36)
  • dropdown: Fix dropdown display issues. (#2543) (cc8d424)
  • inline-editable, input, radio-button: namespace scoped CSS classes (#2564) (1988202), closes #2422
  • input-time-picker: input box supports 12-hour display (#2540) (39e434f)
  • list, list-item: UI tweaks to better match lists (5a279fa), closes #2541 #2541 #2541 #2541
  • popover, tooltip: Query for referenceElement if needed when the tooltip/popover is opened or closed. #2446 (#2475) (954df61)
  • tree: fix item selection when multi + input-enabled (#2555) (44af309), closes #2437