v1.0.0-beta.51
⚠ BREAKING CHANGES
-
hide internal styling props (#1523)
-
notice: remove open and close methods (#1634)
-
button, split-button: light and dark colors of buttons have been removed, replace with neutral and invers, respectively (#1515)
-
update storybook, fix references in other components:
-
fix issues with split buttons
-
update more instances of light/dark
-
color: The following events were renamed:
-
calciteColorChange->calciteColorPickerChange -
calciteColorHexInputChange->calciteColorPickerHexInputChange -
color: The following components were changed:
-
calcite-color->calcite-color-picker -
calcite-color-hex-input->calcite-color-picker-hex-input† -
calcite-color-swatch->calcite-color-picker-swatch†
† renamed to indicate that these are supporting components and not meant to be used standalone.
- Remove 'host-context' selector within component CSS. #1601 (#1606)
- FAB: Remove clear option from appearance property. (#1589)
Features
- ActionMenu: Add calcite-action-menu component (#1510) (02be9a4), closes #1466
- checkbox, radio-button: add setFocus() (#1595) (980f1d4), closes #808
- combobox: add ancestor selection mode (#1590) (#1703) (e836fcc)
- combobox: fire event when combobox list is filtered (#1585) (#1600) (01bbe94)
- combobox, combobox-item, combobox-item-group: Add CalciteComboboxItemGroup (#1635) (4a821bf), closes #1617 #1657
- custom-elements: include build utils (#1499) (4ba4170)
- shell-center-row: remove CSS transition for height (#1563) (d76ebd8)
- tailwind: add percentage based text utils for "text that wraps" (#1640) (b2d0ae8)
- add maxlength property to calcite-input (#1570) (9574b3e)
Bug Fixes
-
button: fixes missing text-alignment for alignment prop. (#1564) (f419848)
-
button, split-button: update light, dark button colors to neutral, inverse (#1618) (b262529)
-
calcite-checkbox: fixing focus outline styling weirdness on Safari (#1603) (1df7c9e)
-
calcite-checkbox: removing unnecessary aria attributes (#1560) (4e0b5bc)
-
color: convert default value based on initial format (#1599) (73a7573), closes #1468
-
color: ensure hue slider always updates internal color regardless of RGB value being equal (#1611) (7626089), closes #1474
-
combobox: prevent hidden options from causing scroll (#1577) (e50f63d)
-
FAB: Remove clear option from appearance property. (#1589) (a81fa15)
-
input: Support default value to reset an input (#1571) (388209c)
-
shell: content layout when not content-behind (b6f7448), closes #1637 #1637 #1637 #1637 #1637
-
tooltip: Tooltip should appear in front of a popover. (#1588) (0e0c298)
-
color: rename color to color-picker (#1624) (6500242), closes #1437
-
Remove 'host-context' selector within component CSS. #1601 (#1606) (2844ab8)