@skyux/router
Advanced tools
Changelog
10.0.0-alpha.4 (2024-03-13)
SkyInputBoxHarness.queryHarness
, SkyRepeaterItemHarness.queryHarness
, SkyLookupHarness.queryHarness
, and SkyPopoverContentHarness.queryHarness
will now throw an error if a child harness cannot be found. An update
schematic will replace existing queryHarness
calls with queryHarnessOrNull
to avoid breaking existing tests. Thanks @isaacaggrey!SkyComponentHarness.queryHarness
throws if child harness not found (#2103) (c9fceb2)close
method to SkyConfirmInstance
(#2112) (4b792e3)SkyConfirmTestingController
to mock confirm dialogs in tests (#2114) (2a0d514)Changelog
10.0.0-alpha.3 (2024-03-05)
sky-tab
component's tabIndex
input clashes with the native HTML tabindex
attribute, so tabIndex
has been renamed to tabIndexValue
..prettierrc.json
, but there is a chance a plugin will be missed after the update.arrow-up
icon (#2089) (8affcb7)prettier@3
(#2053) (0131e05)intl-tel-input
and google-libphonenumber
dependencies (#2097) (accc87d)isDestroyed
before grid api call (#2080) (162c3c6)sky-radio
as an inline-block element (#2082) (#2093) (05c356a)labelText
inputs as preview features (#2087) (#2088) (0439e29)Changelog
9.28.0 (2024-02-29)
Changelog
10.0.0-alpha.2 (2024-02-23)
SkyConfirmInstance
's closed
property has been changed to an Observable<SkyConfirmCloseEventArgs>
. This change drives consistency throughout the SKY UX libraries and allows consumers to chain observables together when appropriate. Consumers who are constructing SkyConfirmInstance
objects or call the closed
property's emit
function will need to update their code to no longer trigger the closed
event directly.Changelog
9.26.0 (2024-02-22)