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
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/router - npm Package Versions

1
43

6.25.2

Diff

Changelog

Source

6.25.2 (2022-11-04)

  • components/forms: allow toggle label to wrap (#777) (a3ff4b7)
blackbaud
published 7.0.0-beta.10 •

Changelog

Source

7.0.0-beta.10 (2022-11-01)

⚠ BREAKING CHANGES

  • components/forms: The radio component's 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.

Features

  • components/autonumeric: change autonumeric from a dependency to a peer dependency (#741) (b1e4706)
  • components/forms: change radio component's radioType input property to be more strongly typed (34e9332)
  • sdk/testing: change axe-core from a dependency to a peer dependency (#746) (bbef42a)

Bug Fixes

  • components/ag-grid: remove aria-label from currency cell renderer (#750) (1343d3d)
  • components/indicators: use role 'grid' for tokens component (#712) (774eb3d)
  • components/lists: use 'grid' role for selectable repeaters (#751) (64a4c86)
  • components/packages: install moment only if @skyux/datetime is a dependency (#743) (11484e4)
blackbaud
published 7.0.0-beta.9 •

Changelog

Source

7.0.0-beta.9 (2022-10-25)

⚠ BREAKING CHANGES

  • components/forms: use EventEmitter for radio component outputs (#732)
  • components/errors: Unit tests that expect this extra whitespace will need to be updated.

Bug Fixes

  • components/errors: remove extra whitespace around error description (#733) (3644555)
  • components/forms: use EventEmitter for radio component outputs (#732) (0b717db)
  • components/layout: allow strict templates to use backToTop directive without square brackets (#737) (9f3e890)
  • components/packages: recognize leading tilde and relative paths when fixing SCSS imports (#735) (30e9817)
blackbaud
published 7.0.0-beta.8 •

Changelog

Source

7.0.0-beta.8 (2022-10-24)

Bug Fixes

  • components/packages: add compat stylesheet to angular.json only if needed (#728) (c7ac8d1)
  • components/theme: add module names for SCSS variables (#730) (8a8ceb0)
blackbaud
published 7.0.0-beta.7 •

Changelog

Source

7.0.0-beta.7 (2022-10-24)

Bug Fixes

  • components/packages: add compat stylesheet to project source roots (#726) (68393f4)
  • components/theme: remove variables exports from SCSS mixins (#725) (7153e95)
blackbaud
published 7.0.0-beta.6 •

Changelog

Source

7.0.0-beta.6 (2022-10-21)

Bug Fixes

  • components/forms: set radio group 'aria-owns' to satisfy accessibility rules (#671) (32f1e1e)
  • components/theme: address missing files in the SCSS exports API (#721) (923fac0)

Deprecations

  • components/tabs: deprecate tabHeaderCount and remove from code examples (#714) (f40696f)
blackbaud
published 6.25.1 •

Changelog

Source

6.25.1 (2022-10-20)

Bug Fixes

  • components/lookup: search icon is placed within input when not using an input box or the show more functionality (#701) (98e62f8)
  • components/lookup: set aria-expanded to true on the autocomplete component when the dropdown is open (#544) (#702) (b1219ad)
blackbaud
published 7.0.0-beta.5 •

Changelog

Source

7.0.0-beta.5 (2022-10-20)

Features

  • components/forms: support status indicator errors for input box (#633) (#695) (7d15414)
  • update page and split view components to support docking content to the available viewport (#688) (158b262)

Bug Fixes

  • components/angular-tree-component: set 'aria-owns' to address a11y violation (#666) (cab7dae)
  • components/indicators: set wait component role to 'progressbar' (#655) (7612e6b)
  • components/inline-form: remove inline form race condition (#670) (bfcb7fd)
  • components/lookup: remove ARIA label from non-functional search icon (#654) (0225d2c)
  • components/lookup: search icon is placed within input when not using an input box or the show more functionality (#701) (#704) (ef2862a)
  • components/tabs: fix a11y violations for wizard and vertical tabs (#651) (9b53409)
blackbaud
published 7.0.0-beta.4 •

Changelog

Source

7.0.0-beta.4 (2022-10-17)

⚠ BREAKING CHANGES

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

Features

  • components/modals: make dynamicComponentService required in SkyModalService constructor (#674) (c7c60f2)

Bug Fixes

  • components/forms: use a label instead of a button as the wrapper (#687) (f2f2039)
  • components/packages: remove forward slash to compat stylesheet in angular.json (#696) (5b7eb4b)
  • sdk/testing: use default axe-core rules when running the toBeAccessible matcher (#681) (ed1b5bb)

Deprecations

  • components/popovers: deprecate SkyDropdownComponent buttonType icon class option (#663) (b8c1027)
blackbaud
published 7.0.0-beta.3 •

Changelog

Source

7.0.0-beta.3 (2022-10-14)

⚠ BREAKING CHANGES

  • components/indicators: This change removes support for 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'.
  • components/forms: The 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.
  • components/config: The config params 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.
  • components/modals: SkyModalConfigurationInterface.providers accepts an array of StaticProviders instead of any value.
  • components/modals: SkyConfirmButton's styleType will only accept predefined strings of type SkyConfirmButtonStyleType. To address this, ensure styleType is only being set to a supported value.
  • components/modals: The 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.

Features

  • components/angular-tree-component: add inline help support for angular tree component (#659) (3fbabf2)
  • components/config: add more specific typing to config params function return types (#668) (102cd0a)
  • components/forms: update file attachment validateFn inputs to more specific type (#669) (95b7ab5)
  • components/indicators: change alertType to SkyIndicatorIconType (#683) (9081186)
  • components/indicators: remove bottom margin from alert component (#648) (5bd8762)
  • components/lookup: deprecate search inputs (#647) (74396bb)
  • components/modals: improve SkyModalConfigurationInterface.providers type (#665) (a65dae0)
  • components/modals: remove 'string' from SkyConfirmButton's styleType type (#664) (8fda84e)
  • components/modals: remove public export of confirm button (#656) (f465207)
  • components/tabs: add descriptive aria label to tab buttons (#586) (#660) (9a01d54)
  • components/toast: improve toast service openComponent component param type (#667) (8ffa182)

Bug Fixes

  • components/lookup: modern search clickbox takes up entire input box (#677) (#679) (2b70b38)
  • components/text-editor: toolbars are hidden when no items exist within the toolbars (#676) (#678) (9711a84)
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