Socket
Socket
Sign inDemoInstall

@skyux/avatar

Package Overview
Dependencies
1
Maintainers
1
Versions
336
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
34Next

10.5.0

Diff

Changelog

Source

10.5.0 (2024-04-10)

Features

  • components/modals: add SkyModalTestingController to mock modals in tests (#2162) (11a750c)
blackbaud
published 10.4.0 •

Changelog

Source

10.4.0 (2024-04-05)

Features

  • components/forms: add hintText input to multi file attachment component (#2211) (e4a7ae4)
  • components/forms: add heading semantic and styling inputs to field group (#2214) (ee882bc)
blackbaud
published 10.3.0 •

Changelog

Source

10.3.0 (2024-04-05)

Features

  • components/forms: add field group component (#2212) (7382cd2)

Bug Fixes

  • components/forms: input box uses "disabled" styles when child form control is disabled (#2203) (2562083)
  • components/text-editor: accessibility attributes are properly set on the editor element (#2208) (2795493)
  • documentation for inputs with argument objects is generated correctly (#2209) (8c3706b)
blackbaud
published 10.2.0 •

Changelog

Source

10.2.0 (2024-04-04)

Features

  • components/datetime: add startAtDate to specify a date when the calendar initially opens (#2207) Thanks @Blackbaud-JamesZhang (2645d98)
  • components/forms: add form errors to file drop (#2201) (7626c23)

Bug Fixes

  • components/indicators: adjust stacked icon position (#2200) (aaa56ec)
blackbaud
published 10.1.0 •

Changelog

Source

10.1.0 (2024-04-01)

Features

  • components/forms: add checkbox group component (#2177) (b634dbd)
  • components/forms: add labelText and labelHidden preview inputs to multi file attachment component (#2169) (6e46475)
  • components/forms: add radio labelText input and deprecate old labels (#2168) (9e4e211)
  • components/text-editor: text editor form errors and error styling (#2193) (30b20cd)

Bug Fixes

  • components/forms: file sizes use powers of two to calculate KB, MB, and GB (#2189) (e83aaea)
  • components/phone-field: phone field hint text uses generic characters to display the phone number format (#2190) (4b0efb6)
  • sdk/testing: allow fieldsets with radiogroup role during accessibility testing (#2192) (#2195) (9402154)
blackbaud
published 9.30.6 •

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)
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