Skip to content

v1.0.0-beta.73

Compare
Choose a tag to compare
@benelan benelan released this 05 Jan 00:04

Features

  • icon: Add new global CSS variable to customize icon's color. #3200 (#3770) (f25b14f)
  • input: add support for exponential number format (#3738) (05d08ed)
  • transition: allow customizing animation/transition duration for components utilizing base transition variables (#3828) (2771352)

Bug Fixes

  • avatar: avatars containing text vs icon vs image are now lined up when placed next to each other (#3774) (24d6c0d)
  • checkbox,radio-button: prevents disabled checkboxes and radio-buttons from receiving keyboard or mouse focus (#3784) (d055b08)
  • color-picker-swatch, avatar: in case where theme is set on multiple levels, these components now take theme of the element or the closest parent (#3785) (df7df98)
  • dropdown-group: Set display as block. #3427 (#3777) (ac769f3)
  • dropdown-item: align items with heading in selection-mode: none (#3742) (266023b)
  • input: allow typing negative decimal numbers (#3776) (9b5cc0c)
  • input: set value to empty string instead of null or undefined (#3775) (5832151)
  • input-date-picker: Clear date properly when deleted via keyboard. #3530 (#3730) (45976b7)
  • label: Prevents selecting disabled labeled element. #3574 (#3718) (9b97842)
  • link: Set host display to inline. #3675 (#3768) (1ec2fe0)
  • list-item: apply line-height to label and description (#3832) (e862e2e)
  • Panel: match header height and border color to Action (314294c), closes #3699 #3699
  • pick-list, value-list: deselect values when it gets removed from the list (#1954) (#3787) (e9f7f85)
  • popover, popover-manager, tooltip, tooltip-manager: Correctly query by ID within the DOM. (#3696) (124876c)
  • switch: add back outline offset on focus (#3779) (ce7b514)
  • value-list: emit list order change event when value list items are reordered via the keyboard (#3816) (2c8e856), closes #3685
  • value-list: include ordered values in list order change event payload (#3820) (6854d50), closes #3685