Skip to content

v1.0.0-beta.75

Compare
Choose a tag to compare
@benelan benelan released this 20 Jan 03:35

1.0.0-beta.75 (2022-01-20)

Features

  • calcite-link: Add support for download attribute. #3758 (#3922) (3ae875d)
  • combobox: Add 'intlRemoveTag' property to override the remove tag text. (#3920) (4070c2e)
  • inline-editable: change internal events to public (#3872) (3d0daa7)

Bug Fixes

  • action, action-group: alignment center when enclosed within group (grid layout, text-enabled vs no text) (#3929) (f3290e2)
  • alert: Emit calciteAlertClose/calciteAlertOpen after animation. #3760 (#3923) (9c4486c)
  • card, combobox-item: rerender components with conditional slots when slotting elements after initialization (#3959) (b6feb0d), closes #3686
  • combobox: Properly set internal identifiers. #3754 (#3919) (ab807c5)
  • dropdown: dropdown wrapper no longer overflows inside a panel (#3378) (5b966e3)
  • input: number input no longer increments by itself indefinitely when up/down buttons are toggled fast or pressed at the same time; (#3908) (d2863d2)
  • input: the visible input value stays in sync with the stored value when it is controlled programmatically (#3915) (7d9e545)
  • input-date-picker: return the matching locale code to prop locale (#3941) (fdeb2d2)
  • slider: maxValue thumb positioned above minValue when overlapped… (#3813) (9239c24)
  • tree: change tab index when tabbing in/out for first element (#3914) (7469960)
  • rerender components with conditional slots when slotting elements after initialization (#3871) (2ec9848), closes #3686