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
tabs: Setting active on calcite-tab-title programmatically will no longer emit an event, so make sure to run active-tab-handling code when setting it directly.
color-picker: Changing the value programmatically will no longer emit an event, so make sure to run value-handling code when setting it directly.
button: Change type property to be "button" by default. (#4117) (#4335)
date-picker: Allow changing year in header when minValue/maxValue are set. (#4252) (7a5405c), closes #4186
filter: emit events only on user interaction (#4287) (5660247), closes #4284
input: correctly de-localize negative numbers in ar and et (#4387) (ffff3d5)
input-time-picker, time-picker: fixing direct value setting issue where the minutes and seconds weren't respected when a default value is supplied (#4321) (b7dc95e)
modal: focus traps when close button is disabled (#4160) (db34d1d)
panel: drop z-index usage for internal component styles (#4182) (f18140e), closes #3724
slider: Properly reset and submit form value when a range is used (#4249) (4962420), closes #4174
stepper: visually change position using component methods when inside a custom element (#4313) (3ca27c2)
switch: Calling click() on switch should toggle checked (#4320) (fbdc031), closes #4211