6.0.0-beta.8 (2022-04-28)
⚠ BREAKING CHANGES
- components/datetime: Datepicker numeric input is now translated to a date in the current month if the
input is within the current month's number of days. Numeric input outside of the current month's
number of days is now treated as invalid and is not converted to a
Date
object.
Features
- components/datetime: convert a user-entered digit into a date for the datepicker component (#179) (70705e1)
- components/pages: add recently accessed service support (#183) (#188) (948bb4e)
Bug Fixes
- components/a11y: skip link button shows proper localized strings (#197) (003a4b3)
- components/ag-grid: support virtual columns with data manager (#191) (#192) (9b2c465)
- components/core: scrollable host only notifies of an undefined host if a different host was previously found (#193) (#199) (bc38293)
- components/datetime: add
SkyDateRange
, SkyDateRangeCalculatorGetValueFunction
, and SkyDateRangeCalculatorValidateFunction
to exports API (#186) (3b3b655) - components/flyout: revert breaking change to
SkyFlyoutService
injectors (#185) (a8ad883) - components/popovers: popovers placed above or below target should not be assigned a vertical alignment (#177) (#200) (2d26e0a)