v1.0.0-beta.59
⚠ BREAKING CHANGES
- calcite-button: stop spreading attributes BREAKING CHANGE: to set an aria-label on the button use the label attribute (#2410)
Features
- block: add slot for header menu actions to block (#2434) (9107c8f), closes #963
- list, list-item: Adds CalciteList & CalciteListItem, A general purpose list and list-item. (#2274) (b01b7db)
- modal: Closes modal when the outside is clicked. (#2409) (6085f49), closes #2234
- notice: allow slotting multiple actions (#2394) (78376bb), closes #2144
- sortable-list: Add dragSelector and group properties to allow dragging only specified items. (#2346) (1f19a3e)
Bug Fixes
-
alert, notice: update leading and close icons to follow calcite-action icon sizing (#2431) (d415aef), closes #2417
-
color-picker: ensure color picker dimensions match its content (#2432) (610df46), closes #2412
-
color-picker: setFocus() should focus on the first focusable element. #2267 (#2413) (7a3cc6c)
-
combobox: use normal pointer for input of single select combobox (#2363) (bc3f4a1)
-
tree: allow focusing out of tree via shift + tab (#2419) (b76dca7)
-
tree: allow selecting children with Enter/Space when selection-mode=children (#2416) (0a90c10), closes #2290
-
tree: prevent emitting selection event twice when a tree-item's checkbox label is clicked (#2438) (b828bf3), closes #2196
-
calcite-button: stop spreading attributes BREAKING CHANGE: to set an aria-label on the button use the label attribute (#2410) (16cec0d)