Socket
Socket
Sign inDemoInstall

@skyux/avatar

Package Overview
Dependencies
1
Maintainers
1
Versions
339
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
34Next

9.30.6

Diff

Changelog

Source

9.30.6 (2024-03-28)

Bug Fixes

  • sdk/testing: allow fieldsets with radiogroup role during accessibility testing (#2192) (6cdc23f)
blackbaud
published 9.30.5 •

Changelog

Source

9.30.5 (2024-03-26)

Bug Fixes

  • components/phone-field: add change detection for input only events (#2166) (784b641)
blackbaud
published 10.0.0 •

Changelog

Source

10.0.0 (2024-03-26)

⚠ BREAKING CHANGES

  • Added support for Angular 17 and removed support for Angular 16
  • The @skyux/http library was only used by internal Blackbaud developers and has been removed from the public repo.
  • 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.
  • components/datetime: date range service provided in root (#2096)
  • 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.
  • 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!
  • 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.
  • components/tabs: The sky-tab component's tabIndex input clashes with the native HTML tabindex attribute, so tabIndex has been renamed to tabIndexValue.
  • components/theme: The new skyux-icons library contains an update to the file icon metadata that occludes a Font Awesome fallback icon in order to better align with design guidelines for icon use. This FA icon is no longer available for use when using a sky-icon component.
  • 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.

Features

  • add Angular 17 support (#1949) (6c6af7b)
  • update intl-tel-input and google-libphonenumber dependencies (#2097) (accc87d)
  • remove @skyux/http (#2154) (d0d7d4c)
  • add support for @angular/core@17.3.1 and axe-core@4.9.0 (#2175) (a7bf9cc)
  • components/ag-grid: add support for AG Grid 30 (#1993) (fcf47af)
  • components/ag-grid: add support for AG Grid 31 (#2054) (8132edd)
  • components/ag-grid: schematic for AG Grid 31 changes (#2100) (aaad68e)
  • components/ag-grid: add hover style for header resize (#2119) (03afd40)
  • components/ag-grid: update header styles in modern to match h4 (#2133) (3b98638)
  • components/ag-grid: support AG Grid 31.2.0 (#2150) (a0112f5)
  • components/ag-grid: update grid api references (#2170) (e793f8b)
  • components/autonumeric: update autonumeric to 4.10.4 (#1974) (06afbcf)
  • components/datetime: update moment to 2.30.1 (#1975) (5fe13c8)
  • components/forms: SkyComponentHarness.queryHarness throws if child harness not found (#2103) (c9fceb2)
  • components/modals: confirm instance uses an observable for the closed notification (#2031) (3b8f975)
  • components/modals: add close method to SkyConfirmInstance (#2112) (4b792e3)
  • components/modals: add SkyConfirmTestingController to mock confirm dialogs in tests (#2114) (2a0d514)
  • components/packages: remove backward compatible stylesheets from prior migrations (#2041) (a55abe7)
  • components/packages: update axe-core if @skyux-sdk/testing installed (#2030) (6ed4b7d)
  • components/phone-field: phone format information moved to input box hint text (#2061) (a9cf856)
  • components/text-editor: update dompurify to 3.0.8 (#1973) (81ff0bc)
  • components/text-editor: add labelText input to text editor component (#2139) (638f537)
  • components/theme: update h4 and h5 styles in modern theme (#2095) (eec1de3)
  • components/theme: update to icons library version 7 (#2164) (701c70b)
  • sdk/prettier-schematics: add support for prettier@3 (#2053) (0131e05)

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/ag-grid: make row selector keyboard accessible (#2134) (0881ce9)
  • components/packages: standardize how schematics visit project files (#1967) (#1970) (24d9190)
  • components/packages: skip deleting compat stylesheets if they don't exist (#2077) ([664fa57](https://github.com/blackbaud/skyux/commit/664fa57d366c7c15719ce7b15d246
  • components/phone-field: add change detection for input only events (#2166) (#2173) (0c3463a)
  • components/tabs: rename tabIndex to tabIndexValue (#2090) (ff1a2be)
  • components/tabs: don't apply negative margins to vertical tabsets and sectioned forms that do not use full modal (#2110) (cff428e)
  • sdk/eslint-config: downgrade package-json to 7.0.0 since it only works with ES modules (#1985) (8b25942)
blackbaud
published 10.0.0-rc.1 •

Changelog

Source

10.0.0-rc.1 (2024-03-26)

Features

  • add support for @angular/core@17.3.1 and axe-core@4.9.0 (#2175) (a7bf9cc)
  • components/ag-grid: update grid api references (#2170) (e793f8b)

Bug Fixes

  • components/ag-grid: modify schematics after testing (#2176) (a9fb61f)
  • components/phone-field: add change detection for input only events (#2166) (#2173) (0c3463a)
blackbaud
published 10.0.0-rc.0 •

Changelog

Source

10.0.0-rc.0 (2024-03-25)

⚠ BREAKING CHANGES

  • components/theme: The new skyux-icons library contains an update to the file icon metadata that occludes a Font Awesome fallback icon in order to better align with design guidelines for icon use. This FA icon is no longer available for use when using a sky-icon component.

Features

  • components/ag-grid: additional schematics (#2163) (85ff4fd)
  • components/theme: update to icons library version 7 (#2164) (701c70b)

Bug Fixes

  • components/text-editor: paste menu button works on browsers supporting the Clipboard API (#2152) (#2159) (41c5d0e)
blackbaud
published 9.30.4 •

Changelog

Source

9.30.4 (2024-03-22)

Bug Fixes

  • components/datetime: update date-range-picker status when calculator changes (#2153) (1a33b3c)
  • components/text-editor: paste menu button works on browsers supporting the Clipboard API (#2152) (f653872)
blackbaud
published 10.0.0-alpha.7 •

Changelog

Source

10.0.0-alpha.7 (2024-03-21)

⚠ BREAKING CHANGES

  • The @skyux/http library was only used by internal Blackbaud developers and has been removed from the public repo.

Features

Bug Fixes

  • components/datetime: update date-range-picker status when calculator changes (#2153) (#2156) (05264c0)
  • components/forms: radio group uses a fieldset for accessibility grouping (#2142) (#2145) (3752fe9)
  • components/tabs: suppress indistinct values from sectioned form indexChange event (#2147) (#2148) (7b2736c)
blackbaud
published 9.30.3 •

Changelog

Source

9.30.3 (2024-03-20)

Bug Fixes

  • components/forms: radio group uses a fieldset for accessibility grouping (#2142) (09ec652)
  • components/tabs: suppress indistinct values from sectioned form indexChange event (#2147) (a2db930)
blackbaud
published 10.0.0-alpha.6 •

Changelog

Source

10.0.0-alpha.6 (2024-03-20)

Features

  • components/ag-grid: update header styles in modern to match h4 (#2133) (3b98638)
  • components/text-editor: add labelText input to text editor component (#2139) (638f537)

Bug Fixes

  • components/ag-grid: make row selector keyboard accessible (#2134) (0881ce9)
blackbaud
published 9.30.2 •

Changelog

Source

9.30.2 (2024-03-14)

Bug Fixes

  • components/theme: address clipboard icon metadata issue (#2129) (f2c9041)
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc