Socket
Socket
Sign inDemoInstall

@skyux/theme

Package Overview
Dependencies
Maintainers
1
Versions
457
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/theme - npm Package Versions

13
46

11.0.0-alpha.12

Diff

Changelog

Source

11.0.0-alpha.12 (2024-08-26)

⚠ BREAKING CHANGES

  • components/forms: show all first class errors on touched (#2624)
  • components/forms: remove radio button extra space on top (#2613)

Features

  • components/ag-grid: remember last position when tabbing in and out of the grid (#2633) (5ccafdb)
  • components/ag-grid: switch to using setGridOption for deprecated api calls (#2637) (31de6e8)

Bug Fixes

  • code-examples: update lookup code examples to all use the searchAsync event (#2621) (#2632) (f86090d)
  • components/forms: remove radio button extra space on top (#2613) (d2d358d)
  • components/forms: show all first class errors on touched (#2624) (e2739a1)
  • components/packages: handle edge cases for package migration (#2638) (2d59fe2)
blackbaud
published 11.0.0-alpha.11 •

Changelog

Source

11.0.0-alpha.11 (2024-08-23)

Bug Fixes

  • components/packages: fix collection path to workspace-check schematic (#2629) (f028516)
blackbaud
published 11.0.0-alpha.10 •

Changelog

Source

11.0.0-alpha.10 (2024-08-23)

⚠ BREAKING CHANGES

  • Custom properties used by compatibility stylesheets for previous SKY UX major versions have been removed. Consumers should adopt the updated styles within their applications.

Features

  • components/ag-grid: option for hidden column heading (#2615) (0aec3c8)
  • components/ag-grid: remove enter key navigation in cell editors (#2620) (383555c)
  • components/forms: file attachment automatically creates download link for file uploads (#2608) (321e93a)
  • components/forms: update sky-file-attachment component to use ControlValueAccessor; deprecate validateFn attribute in favor of custom form control validators; deprecate fileChange event in favor of form control valueChanges observable (#2603) (7a74fc7)
  • components/packages: warn when using ssr (#2623) (8a753fb)
  • remove compat variables for previous compat stylesheets (#2598) (dd59411)

Bug Fixes

  • code-examples: update lookup code examples to all use the searchAsync event (#2621) (041dc29)
  • sky-form-errors is no longer created and destroyed when form errors are present (#2596) (#2606) (b23b00d)
  • components/ag-grid: focused cell link outline (#2622) (48a9c68)
  • components/lookup: autocomplete and lookup show wait in dropdown when using an async search when no dropdown was previously open (#2610) (#2611) (537d702)
  • components/phone-field: phone numbers validate when selected country is changed programmatically (#2593) (#2609) (273c1db)

Deprecations

  • components/lookup: lookup component's data input has been deprecated and consumers should use the searchAsync event instead (#2617) (#2618) (4bce259)
blackbaud
published 10.41.4 •

Changelog

Source

10.41.4 (2024-08-22)

Bug Fixes

  • code-examples: update lookup code examples to all use the searchAsync event (#2621) (041dc29)

Deprecations

  • components/lookup: lookup component's data input has been deprecated and consumers should use the searchAsync event instead (#2617) (e28887f)
blackbaud
published 10.41.3 •

Changelog

Source

10.41.3 (2024-08-16)

Bug Fixes

  • sky-form-errors is no longer created and destroyed when form errors are present (#2596) (416f1ea)
  • components/lookup: autocomplete and lookup show wait in dropdown when using an async search when no dropdown was previously open (#2610) (7250a20)
  • components/phone-field: phone numbers validate when selected country is changed programmatically (#2593) (6da7bb8)
blackbaud
published 11.0.0-alpha.9 •

Changelog

Source

11.0.0-alpha.9 (2024-08-12)

⚠ BREAKING CHANGES

Features

  • components/ag-grid: add support for AG Grid 32 (#2573) (62139b9)
  • components/forms: deprecate SkyFileAttachmentsModule; create SkyFileAttachmentModule and SkyFileDropModule (#2585) (1d57a2f)
  • components/packages: update schematic for AG Grid 32 (#2579) (04241e8)

Bug Fixes

  • components/colorpicker: match label text to easy mode label styling (#2591) (#2594) (a8835f2)
  • components/forms: fix field group labelText inputs to work with async pipe (#2590) (#2600) (c02aeea)
  • components/icon: icon package is a peer dependency when used in other packages (#2597) (a54fcdc)
  • components/indicators: add exports from icon and help-inline (#2592) (f533ca2)
  • components/pages: use CSP_NONCE when creating style elements (#2599) (#2601) (777e09c)
  • components/router: fix SkyHrefHarness to find elements when skyHref is bound to a template variable (#2580) (#2581) (c41d75f)
blackbaud
published 10.41.2 •

Changelog

Source

10.41.2 (2024-08-08)

Bug Fixes

  • components/colorpicker: match label text to easy mode label styling (#2591) (6abe29c)
  • components/forms: fix field group labelText inputs to work with async pipe (#2590) (43cd58b)
  • components/pages: use CSP_NONCE when creating style elements (#2599) (cb8e620)
blackbaud
published 10.41.1 •

Changelog

Source

10.41.1 (2024-08-02)

Bug Fixes

  • components/router: fix SkyHrefHarness to find elements when skyHref is bound to a template variable (#2580) (79ed2d0)
blackbaud
published 11.0.0-alpha.8 •

Changelog

Source

11.0.0-alpha.8 (2024-08-01)

Features

  • components/packages: schematic to remove compat stylesheets (#2564) (27dd361)
  • components/packages: schematic to update SkyHelpInlineModule import from the indicators library to the help-inline library (#2570) (1822746)
  • components/packages: schematic to update icon type imports from the indicators library to the icon library (#2572) (dbeaf5b)
  • components/popovers: remove dismissOnBlur input from popover and dropdown (#2571) (ad63818)
  • move help inline features out of developer preview for key info, box, and description list (#2574) (#2575) (a857f15)

Bug Fixes

  • components/core: remove @angular/forms peer dependency (#2566) (e61f1d4)
  • components/layout: fix key info display in page summary (#2576) (#2577) (59dd585)
  • components/modals: SkyModalTestingController.closeTopModal passes reason and result to the modal instance (#2565) (#2567) (38c2778)
blackbaud
published 10.41.0 •

Changelog

Source

10.41.0 (2024-07-31)

Features

  • move help inline features out of developer preview for key info, box, and description list (#2574) (1cd7b1e)

Bug Fixes

  • components/layout: fix key info display in page summary (#2576) (944c329)
  • components/modals: SkyModalTestingController.closeTopModal passes reason and result to the modal instance (#2565) (0337f78)
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