You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tooltip: Allow focusing and clicking on interactive elements within a tooltip (#9914) (a3c144c)
Bug Fixes
accordion-item: Align focus styles across browsers (#9944) (2e29b42)
alert: Properly form a queue of alerts (#10032) (b24d6ac)
color-picker: Prevent text selection when using color sliders/field (#10043) (ab33e4d)
combobox, input-date-picker, input-number, input-text, input-time-picker, input, radio-button-group, segmented-control, select, text-area: Use toAriaBoolean in aria-invalid attribute to provide valid AT error messaging (#10079) (78bc096)
combobox: Update placeholder-icon color (#9956) (d916ca4)
dialog, flow-item: Slotted closable panels should not close the component (#10130) (ce2513d)
dialog: Allow shell to be slotted inside (#10118) (ea3a6de)
dialog: Fix escapeDisabled when the escape key is pressed on the panel (#10097) (9a5f1f1)
Ensure beforeOpen/open and beforeClose/close events emit properly (#9958) (7e2764f)
input-date-picker: Fix selection for the "bs" and "it-CH" locales (#9976) (368d9e2)
input-date-picker: Prevent console error when using a lang (#10162) (e7bf604)
input-time-zone: Translate region names (#9940) (f975adb)
input, combobox, input-date-picker, input-number, input-text, input-time-picker, radio-button-group, segmented-control, select, text-area: Provide clear field error messaging for AT (#9880) (46ad7d2)
input, input-number, input-text: No longer set focus when a validation message is clicked (#10008) (529bb5a)
label: Prevent focusing and toggling elements slotted within a label when a text selection occurs (#9990) (49d6ae1)
list-item: Prevent scrolling when item is focused. (#9948) (eab1e06)
panel: Define heading and description line height (#10085) (5478eb9)
slider: Prevent text selection when using the slider (#10073) (04bf325)
slider: Resolve step & snap floating point precision (#10148) (613bc47)
stepper-item: Update component to take full width when parent's layout is "vertical" (#10009) (03a5a30)
tree,tree-item: Replace checkbox with div and a11y attributes (#9849) (b1ac951)
Performance Improvements
input-time-zone: Improve memory footprint by leveraging browser cache and releasing utils after their use (#9945) (a3d2141)