11.0.0-alpha.2 (2024-07-15)
⚠ BREAKING CHANGES
- components/lookup: The lookup component has been updated to no longer set an incorrect
aria-labelledby
property on an internal element. This change may result in existing accessibility unit tests to fail; however, they were succeeding in error previously. Consumers should utilize the automatic accessibility provided by the labelText
input on a wrapping input box. The ariaLabel
and ariaLabelledBy
inputs on the lookup component have been deprecated.
Features
- components/ag-grid: add support for AG Grid 31.3.2 (#2450) (#2484) (d16bffe)
- components/datetime: add support for additional date formats to
SkyDatePipe
(#2447) (#2469) (4564fcf) - components/help-inline: update documentation and deprecate
indicators/help-inline
(#2428) (#2441) (7a48433) - components/icon: use native fetch() for retrieving icon sprite (#2478) (#2485) (7ac4062)
- components/layout: add heading and inline help inputs to box component (#2439) (#2482) (e6f3a78)
Bug Fixes
- code-examples: satisfy ESLint rules for core, forms, indicators, and inline form code examples (#2432) (#2444) (04f10d7)
- code-examples: satisfy ESLint rules for layout, lists, lookup, modals, pages, and others (#2435) (#2457) (fa99742)
- components/datetime: ignore extraneous properties when setting calculator value (#2459) (#2460) (44654f1)
- components/icon: provide HTTP with interceptors (#2474) (#2475) (e79d294)
- components/lookup: lookup aria labels are now set appropriately when using the input box labelText input (#2465) (2cf7f90)
- components/packages: switch to
@ag-grid-devtools/cli
for AG Grid codemods (#2483) (#2487) (4849e52) - components/phone-field: required phone field controls are not "touched" on initialization (#2443) (#2448) (edeb684)
- components/tiles: do not expand/collapse content when help inline clicked (#2468) (#2471) (7d10650)
Reverts