@skyux/router
Advanced tools
Changelog
7.0.0-beta.10 (2022-11-01)
radioType
input was set to a type of string
, but it really only accepts a handful of known string values. These values are represented by the new SkyRadioType
string union. This might cause problems if you are setting the radioType
input to a type of string
in your consuming component's class.radioType
input property to be more strongly typed (34e9332)moment
only if @skyux/datetime
is a dependency (#743) (11484e4)Changelog
7.0.0-beta.9 (2022-10-25)
EventEmitter
for radio component outputs (#732)EventEmitter
for radio component outputs (#732) (0b717db)backToTop
directive without square brackets (#737) (9f3e890)Changelog
7.0.0-beta.5 (2022-10-20)
Changelog
7.0.0-beta.4 (2022-10-17)
dynamicComponentService
is now a required parameter of SkyModalService
. To address this change, provide the dynamicComponentService
wherever you are constructing the SkyModalService
or any mocks extending it for unit testing.dynamicComponentService
required in SkyModalService
constructor (#674) (c7c60f2)axe-core
rules when running the toBeAccessible
matcher (#681) (ed1b5bb)Changelog
7.0.0-beta.3 (2022-10-14)
alertType
on the alert component being an unaccepted string. To address this change, change the alertType
to an accepted SkyIndicatorTypeIcon
or remove it to use the default alertType
of 'warning'
.SkyFileDrop
and SkyFileAttachment
components' validateFn
input type was updated to receive a SkyFileType
parameter and return a string or undefined. To address this, ensure all validateFn
inputs have the correct parameter and return types.get
function was updated to accurately reflect that it may return undefined. To address this change, account for a possible undefined value wherever you are using the get
function.SkyModalConfigurationInterface.providers
accepts an array of StaticProvider
s instead of any value.SkyConfirmButton
's styleType
will only accept predefined strings of type SkyConfirmButtonStyleType
. To address this, ensure styleType
is only being set to a supported value.SkyConfirmButton
component is intended for internal use only and is removed from the exported API. To address this, remove any usages of the SkyConfirmButton
component.alertType
to SkyIndicatorIconType
(#683) (9081186)SkyModalConfigurationInterface.providers
type (#665) (a65dae0)SkyConfirmButton
's styleType
type (#664) (8fda84e)openComponent
component
param type (#667) (8ffa182)