@skyux/router
Advanced tools
Changelog
10.0.0 (2024-03-26)
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!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.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.intl-tel-input
and google-libphonenumber
dependencies (#2097) (accc87d)@skyux/http
(#2154) (d0d7d4c)h4
(#2133) (3b98638)autonumeric
to 4.10.4
(#1974) (06afbcf)moment
to 2.30.1
(#1975) (5fe13c8)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)dompurify
to 3.0.8
(#1973) (81ff0bc)labelText
input to text editor component (#2139) (638f537)prettier@3
(#2053) (0131e05)isDestroyed
before grid api call (#2080) (162c3c6)package-json
to 7.0.0
since it only works with ES modules (#1985) (8b25942)Changelog
10.0.0-rc.0 (2024-03-25)
Changelog
10.0.0-alpha.7 (2024-03-21)
indexChange
event (#2147) (#2148) (7b2736c)