🚀 Features
- Calendar: Expose
grid
andweekDays
via injection - by @zernonia in #1783 (b9125) - RovingFocus: Expose internal component - by @zernonia in #1762 (41d68)
⚠️ Possible fix needed
As we expose the Roving Focus component, I realized a bug where
active
is alwaystrue
by default, which shouldn't be the case.
This will affect your styling/logic that depends ondata-active="true"
for RadioGroup and Tree components. This attribute has been refactored to be present duringactive
state only.
🐞 Bug Fixes
- Illegal invocation in edge case - by @zernonia in #1784 (f9507)
- Accordion:
- Pass
as
prop down to CollapsibleContent - by @J-Michalek in #1770 (b610f)
- Pass
- Calendar:
- DateRangeField/RangeCalendar:
- Dismissable:
- Listbox:
- TimeField:
- VisuallyHidden:
- useGraceArea:
- usePresence:
🏎 Performance
- Primitive: Don't redeclare SELF_CLOSING_TAGS in each instance - by @J-Michalek in #1765 (7b94f)