Socket
Socket
Sign inDemoInstall

@skyux/theme

Package Overview
Dependencies
Maintainers
0
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/theme - npm Package Versions

23
46

11.0.0

Diff

Changelog

Source

11.0.0 (2024-09-11)

⚠ BREAKING CHANGES

  • components/ag-grid: added support for AG Grid 32
  • components/datetime: remove startDateRequired and endDateRequired inputs and update error validation (#2654)
  • components/forms: radio button add proper spacing when not in unordered lists (#2670)
  • components/forms: show all first class errors on touched (#2624)
  • components/forms: remove radio button extra space on top (#2613)
  • components/lookup: The lookup component has been updated to no longer set an incorrect aria-labelledby property on an internal element. This change may result in existing accessibility unit tests to fail; however, they were succeeding in error previously. Consumers should utilize the automatic accessibility provided by the labelText input on a wrapping input box. The ariaLabel and ariaLabelledBy inputs on the lookup component have been deprecated.
  • components/popovers: remove dismissOnBlur input from popover and dropdown (#2571) (ad63818)
  • Custom properties used by compatibility stylesheets for previous SKY UX major versions have been removed. Consumers should adopt the updated styles within their applications.
  • remove @skyux/omnibar-interop (#2555)
  • add support for Angular 18; drop support for Angular 17 (#2419) (7a53bb5)

Features

  • components/ag-grid: support AG Grid 32.1.0 (#2681) (ee75bd2)
  • components/ag-grid: use SkyCheckboxComponent style for boolean fields (#2625) (513a8cc)
  • 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)
  • components/ag-grid: option for hidden column heading (#2615) (0aec3c8)
  • components/ag-grid: remove enter key navigation in cell editors (#2620) (383555c)
  • components/forms: add SkyFileValidateFn to public exports API (#2663) (1f391fb)
  • 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)
  • 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/packages: schematic to update async() tests to use waitForAsync() (#2489) (26a7036)
  • components/popovers: implement disclosure pattern for popovers (#2717) (581fe08)
  • update Angular, dompurify, eslint-plugin-deprecation, intl-tel-input, and validator (#2557) (1dd6b9b)
  • add support for normalize-scss@8 (#2558) (6648df1)
  • update intl-tel-input and google-libphonenumber dependencies (#2542) (434d886)

Bug Fixes

  • code-examples: update lookup code examples to all use the searchAsync event (#2621) (#2632) (f86090d)
  • components/ag-grid: migrate ColumnApi to GridApi (#2653) (94120e2)
  • components/ag-grid: focused cell link outline (#2622) (48a9c68)
  • components/core: remove @angular/forms peer dependency (#2566) (e61f1d4)
  • components/datetime: date range picker's datepickers are always required & datepicker invalid error is consistent (#2719) (749b057)
  • components/datetime: resources strings for default calculators are not resolved in the service (#2536) (9ac8cd1)
  • components/forms: add unique ARIA labels to file drop item delete buttons (#2700) (2670977)
  • components/forms: add missing ARIA attributes to file attachment button (#2680) (85a8cb1)
  • components/forms: separate file attachment help inline button from label (#2675) (67c1496)
  • components/forms: update checkbox and checkbox group harness to return false instead of throw when no form errors are present (#2640) (28c1fdd)
  • components/i18n: switch to string union type (#2523) (7393ae9)
  • components/indicators: add exports from icon and help-inline (#2592) (f533ca2)
  • components/packages: limit migrations to project files (#2713) (3f9d815)
  • components/packages: additional AG Grid event migrations (#2662) (4f8626b)
  • components/packages: update move-class-to-library to handle partial migration (#2651) (c788c59)
  • use booleanAttribute transform instead of SkyFormsUtility.coerceBooleanProperty on boolean inputs (#2533)

Deprecations

  • components/forms: deprecate SkyFileAttachmentsModule; create SkyFileAttachmentModule and SkyFileDropModule (#2585) (1d57a2f)
  • components/lookup: lookup component's data input has been deprecated and consumers should use the searchAsync event instead (#2617) (#2618) (4bce259)
blackbaud
published 11.0.0-beta.1 •

Changelog

Source

11.0.0-beta.1 (2024-09-11)

Features

  • components/popovers: implement disclosure pattern for popovers (#2717) (581fe08)

Bug Fixes

  • components/datetime: date range picker's datepickers are always required & datepicker invalid error is consistent (#2719) (749b057)
blackbaud
published 11.0.0-beta.0 •

Changelog

Source

11.0.0-beta.0 (2024-09-10)

Features

Bug Fixes

  • components/packages: limit migrations to project files (#2713) (3f9d815)
blackbaud
published 10.43.0 •

Changelog

Source

10.43.0 (2024-09-09)

Features

Bug Fixes

  • components/ag-grid: improve row selector performance (#2691) (e1d391b)
  • components/lookup: add required label asterisk for template driven forms (#2694) (2f25548)
blackbaud
published 11.0.0-alpha.16 •

Changelog

Source

11.0.0-alpha.16 (2024-09-09)

Bug Fixes

  • components/ag-grid: improve row selector performance (#2691) (#2710) (34ee162)
  • components/forms: add unique ARIA labels to file drop item delete buttons (#2700) (2670977)
  • components/lookup: add required label asterisk for template driven forms (#2694) (#2711) (75c89f6)
  • components/packages: adjust AG Grid migration (#2708) (1da3110)
blackbaud
published 11.0.0-alpha.15 •

Changelog

Source

11.0.0-alpha.15 (2024-09-06)

⚠ BREAKING CHANGES

  • components/forms: radio button add proper spacing when not in unordered lists (#2670)

Features

Bug Fixes

  • components/forms: add missing ARIA attributes to file attachment button (#2680) (85a8cb1)
  • components/forms: radio button add proper spacing when not in unordered lists (#2670) (9f47033)
  • components/forms: separate file attachment help inline button from label (#2675) (67c1496)
  • components/forms: stop requiring labelText in field group (#2674) (#2677) (627f1d7)
  • components/icon: variant input is respected for SVG-based icons (#2688) (#2701) (1d6953c)
blackbaud
published 10.42.0 •

Changelog

Source

10.42.0 (2024-09-06)

Features

  • components/theme: add support for @skyux/icons@7.8.0 (#2678) (1997de3)

Bug Fixes

  • components/forms: stop requiring labelText in field group (#2674) (a245e9a)
  • components/icon: variant input is respected for SVG-based icons (#2688) (d5681a6)
blackbaud
published 11.0.0-alpha.14 •

Changelog

Source

11.0.0-alpha.14 (2024-09-03)

⚠ BREAKING CHANGES

  • components/datetime: remove deprecated required inputs and update error validation (#2654)

Features

  • components/ag-grid: allow template ref cell renderers to be used for row actions in editable grids (#2658) (59095c7)
  • components/ag-grid: implement sticky setting for column widths (#2645) (196d0e5)
  • components/datetime: remove deprecated required inputs and update error validation (#2654) (052ea91)
  • components/forms: update SkyFileValidateFn export (#2663) (1f391fb)

Bug Fixes

  • components/forms: update checkbox and checkbox group harness to return false instead of throw when no form errors are present (#2640) (28c1fdd)
  • components/packages: additional AG Grid event migrations (#2662) (4f8626b)
blackbaud
published 10.41.5 •

Changelog

Source

10.41.5 (2024-08-26)

Bug Fixes

  • components/lists: selectable repeater items do not log a checkbox label deprecation warning (#2641) (110bfdf)
blackbaud
published 11.0.0-alpha.13 •

Changelog

Source

11.0.0-alpha.13 (2024-08-27)

Features

  • components/ag-grid: use SkyCheckboxComponent style for boolean fields (#2625) (513a8cc)

Bug Fixes

  • components/ag-grid: migrate ColumnApi to GridApi (#2653) (94120e2)
  • components/lists: selectable repeater items do not log a checkbox label deprecation warning (#2641) (#2643) (515f4ca)
  • components/packages: update move-class-to-library to handle partial migration (#2651) (c788c59)
23
46
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