Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@skyux/router

Package Overview
Dependencies
Maintainers
1
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/router - npm Package Versions

1
42

10.0.0-alpha.4

Diff

Changelog

Source

10.0.0-alpha.4 (2024-03-13)

⚠ BREAKING CHANGES

  • components/forms: Calls to 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!

Features

  • components/ag-grid: move and resize column header via keyboard (#2107) (e2af7c2)
  • components/ag-grid: schematic for AG Grid 31 changes (#2100) (aaad68e)
  • components/forms: SkyComponentHarness.queryHarness throws if child harness not found (#2103) (c9fceb2)
  • components/forms: add form errors to single file attachment (#2094) (#2106) (d54020e)
  • components/forms: move file attachment url placeholder text to hint text (#2113) (ba36660)
  • components/modals: add close method to SkyConfirmInstance (#2112) (4b792e3)
  • components/modals: add SkyConfirmTestingController to mock confirm dialogs in tests (#2114) (2a0d514)

Bug Fixes

  • components/forms: add booleanAttribute transform to labelHidden inputs (#2115) (#2116) (14eb473)
  • components/tabs: add stacked to wizard code example input boxes (#2117) (#2118) (8071ebc)
  • components/tabs: don't apply negative margins to vertical tabsets and sectioned forms that do not use full modal (#2110) (cff428e)
blackbaud
published 9.30.0 •

Changelog

Source

9.30.0 (2024-03-12)

Features

  • components/forms: add form errors to single file attachment (#2094) (0b84ed4)

Bug Fixes

  • components/forms: add booleanAttribute transform to labelHidden inputs (#2115) (26ed02c)
  • components/tabs: add stacked to wizard code example input boxes (#2117) (fe237f5)
  • components/tabs: set appropriate :focus-visible styles for selected tab buttons (#2092) (93fb385)
blackbaud
published 10.0.0-alpha.3 •

Changelog

Source

10.0.0-alpha.3 (2024-03-05)

⚠ BREAKING CHANGES

  • components/datetime: date range service provided in root (#2096)
  • components/tabs: The sky-tab component's tabIndex input clashes with the native HTML tabindex attribute, so tabIndex has been renamed to tabIndexValue.
  • components/ag-grid: Add support for AG Grid 31.1.1 and remove support for AG Grid below 31.1.1.
  • components/ag-grid: Data Grids will now allow text selection by default when range selection is not enabled.
  • sdk/prettier-schematics: Prettier 3 requires manually setting plugins in its configuration. This change will automatically add known plugins to .prettierrc.json, but there is a chance a plugin will be missed after the update.
  • components/datetime: The placeholder text for the expected datepicker date format has moved to the hint text of wrapping input box components. This hint text will appear before any hint text specified on the wrapping input box. Consumers should ensure that all datepicker components are wrapped in an input box component and that the input box's labelText input is specified to ensure proper accessibility labels.

Features

  • components/ag-grid: add support for AG Grid 31 (#2054) (8132edd)
  • components/ag-grid: datepicker cell editor date format information moved to input tooltip (#2091) (d58be5f)
  • components/ag-grid: enable text selection for data grids (#2035) (7a3ad29)
  • components/ag-grid: update default theme background for uneditable cells (#2047) (760bce7)
  • components/colorpicker: add focus trap to colorpicker (#2060) (#2075) (acdb434)
  • components/datetime: date range service provided in root (#2096) (486c502)
  • components/datetime: datepicker date format information moved to input box hint text (#2028) (ac64105)
  • components/datetime: improve screen reader labels for values on datepicker calendar (#2051) (#2076) (bb7f956)
  • components/forms: add labelText input to toggle switch (#2019) (#2052) (15c8de1)
  • components/forms: add labelText to single file attachment (#2059) (#2072) (bc64d2c)
  • components/forms: checkbox label deprecations (#2055) (#2062) (96bdd40)
  • components/http: provide svcid to auth-client (#2038) (#2074) (5c2c595)
  • components/lists: repeater back to top button uses new arrow-up icon (#2089) (8affcb7)
  • components/modals: add modal form errors code example (#2065) (#2066) (ee3157f)
  • components/phone-field: phone format information moved to input box hint text (#2061) (a9cf856)
  • components/theme: update h4 and h5 styles in modern theme (#2095) (eec1de3)
  • components/tiles: set tile content aria label to tile title id (#2081) (#2084) (b9890d0)
  • sdk/prettier-schematics: add support for prettier@3 (#2053) (0131e05)
  • update intl-tel-input and google-libphonenumber dependencies (#2097) (accc87d)

Bug Fixes

  • components/ag-grid: a11y test intermittently failing (#2086) (203881f)
  • components/ag-grid: additional AG Grid schematic changes (#2070) (2006190)
  • components/ag-grid: check isDestroyed before grid api call (#2080) (162c3c6)
  • components/forms: style sky-radio as an inline-block element (#2082) (#2093) (05c356a)
  • components/indicators: address icon metadata issues (#2069) (#2073) (0f2e541)
  • components/packages: skip deleting compat stylesheets if they don't exist (#2077) (664fa57)
  • components/tabs: rename tabIndex to tabIndexValue (#2090) (ff1a2be)
  • mark new labelText inputs as preview features (#2087) (#2088) (0439e29)
blackbaud
published 9.29.0 •

Changelog

Source

9.29.0 (2024-03-04)

Features

  • components/tiles: set tile content aria label to tile title id (#2081) (0166919)

Bug Fixes

  • components/forms: style sky-radio as an inline-block element (#2082) (681996d)
  • mark new labelText inputs as preview features (#2087) (292a83c)
blackbaud
published 9.28.0 •

Changelog

Source

9.28.0 (2024-02-29)

Features

  • components/colorpicker: add focus trap to colorpicker (#2060) (76a76fd)
  • components/datetime: improve screen reader labels for values on datepicker calendar (#2051) (58ca714)
  • components/forms: add labelText to single file attachment (#2059) (75e5b47)
  • components/http: provide svcid to auth-client (#2038) (9268fe8)

Bug Fixes

  • components/indicators: address icon metadata issues (#2069) (ae48904)
blackbaud
published 9.27.0 •

Changelog

Source

9.27.0 (2024-02-29)

Features

  • components/forms: add labelText input to toggle switch (#2019) (107c6ee)
  • components/forms: checkbox label deprecations (#2055) (6f74e71)
  • components/forms: radio button form errors support (#2044) (59dca59)
  • components/modals: add modal form errors code example (#2065) (3cdd48b)
blackbaud
published 10.0.0-alpha.2 •

Changelog

Source

10.0.0-alpha.2 (2024-02-23)

⚠ BREAKING CHANGES

  • components/modals: The 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.

Features

  • components/ag-grid: add support for AG Grid 30 (#1993) (fcf47af)
  • components/ag-grid: support custom label for row selector (#2029) (#2032) (e6c2226)
  • components/colorpicker: add form errors to colorpicker (#1999) (#2004) (9b56708)
  • components/datetime: add aria labels to datepicker calendar navigation buttons (#2033) (#2042) (21d1edb)
  • components/datetime: improve keyboard navigation on datepicker calendar (#1964) (#2026) (44dde5e)
  • components/forms: add form errors to checkbox (#1994) (#2003) (3e77234)
  • components/forms: add labelText to radio group (#2018) (#2037) (d1a415a)
  • components/forms: hide required asterisk from screen readers (#1982) (#1995) (62b2995)
  • components/forms: radio button form errors support (#2044) (#2046) (865ad00)
  • components/indicators: add up arrow icon (#2021) (#2022) (189d2aa)
  • components/lists: improve keyboard navigation on sort picker (#2005) (#2040) (2c13741)
  • components/modals: confirm instance uses an observable for the closed notification (#2031) (3b8f975)
  • components/packages: remove backward compatible stylesheets from prior migrations (#2041) (a55abe7)
  • components/packages: update axe-core if @skyux-sdk/testing installed (#2030) (6ed4b7d)
  • components/tabs: add keyboard navigation to vertical tabset (#1978) (#1986) (55eca8b)

Bug Fixes

  • components/datetime: keep date consistent when switching meridies (#2034) (#2039) (c3f5c12)
  • components/forms: character counter reads to screen readers at unobtrusive intervals (#1947) (#2001) (1651c16)
  • components/forms: document form error inputs as required (#2011) (#2012) (e421859)
  • components/forms: improve form error documentation (#2007) (#2008) (1ec6a39)
  • components/forms: refactor form errors (#1981) (#1988) (915a64a)
  • components/popovers: disabled dropdown items are styled to not appear clickable (#2020) (bc00749)
  • components/popovers: popovers with a hover trigger display when the trigger element is focused (#1991) (#1997) (d34aabb)
  • components/tabs: show vertical tab content when activated programmatically after init (#2024) (#2027) (35f1ee2)
  • components/tabs: tabs are read by screen readers in an industry standard format (#1984) (#2000) (54f070d)
  • components/tiles: tile summary is not visible to screen readers when tile is expanded (#2002) (#2016) (9cfdcb6)
blackbaud
published 9.26.0 •

Changelog

Source

9.26.0 (2024-02-22)

Features

  • components/ag-grid: support custom label for row selector (#2029) (d94feab)
  • components/datetime: add aria labels to datepicker calendar navigation buttons (#2033) (655eb6f)
  • components/datetime: improve keyboard navigation on datepicker calendar (#1964) (b745087)
  • components/forms: add labelText to radio group (#2018) (80a2507)
  • components/lists: improve keyboard navigation on sort picker (#2005) (9304d02)

Bug Fixes

  • components/datetime: keep date consistent when switching meridies (#2034) (a822317)
  • components/tabs: show vertical tab content when activated programmatically after init (#2024) (d453e40)
blackbaud
published 9.25.0 •

Changelog

Source

9.25.0 (2024-02-14)

Features

Bug Fixes

  • components/tiles: tile summary is not visible to screen readers when tile is expanded (#2002) (80ab964)
blackbaud
published 9.24.2 •

Changelog

Source

9.24.2 (2024-02-13)

Bug Fixes

  • components/forms: document form error inputs as required (#2011) (2858037)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc