Socket
Socket
Sign inDemoInstall

@skyux/avatar

Package Overview
Dependencies
Maintainers
1
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/avatar - npm Package Versions

23
39

11.4.0

Diff

Changelog

Source

11.4.0 (2024-09-20)

Features

  • components/forms: add harnesses for radio and radio group components (#2754) (ca31508)
  • components/pages: add helpKey input to the page component (#2739) (ed3f518)

Bug Fixes

  • components/datetime: show minimum and maximum date in error message (#2762) (d3b2e66)
blackbaud
published 11.3.0 •

Changelog

Source

11.3.0 (2024-09-19)

Features

  • components/ag-grid: support changing the tab focus behavior (#2748) (e63f738)

Bug Fixes

  • components/ag-grid: non-resizeable columns show a column divider but do not show a resize cursor or hover indicator (#2757) (63d78d4)
  • components/ag-grid: sort direction button is not visible when sorting is not active on a column (#2743) (bb7c016)
  • sdk/eslint-config: alternatively look for angular-eslint dependency (#2755) (e1fd53c)
  • update @typescript-eslint/eslint-plugin to use deprecated rule (#2756) (a4ab15a)
  • update JSDocs to communicate that inline help features require a value for labelText (#2745) (#2751) (708e754)
blackbaud
published 11.2.0 •

Changelog

Source

11.2.0 (2024-09-17)

Features

  • components/phone-field: update revalidation to occur on input (#2744) (09af237)

Bug Fixes

  • sdk/eslint-config: remove utilization of the eslint deprecation plugin as it is not compatible with ESLint 9 (#2746) (11d04f9)
blackbaud
published 10.44.1 •

Changelog

Source

10.44.1 (2024-09-17)

Bug Fixes

  • update JSDocs to communicate that inline help features require a value for labelText (#2745) (c862bcd)
blackbaud
published 11.1.0 •

Changelog

Source

11.1.0 (2024-09-13)

Features

  • add support for google-libphonenumber@3.2.38 and intl-tel-input@24.4.0 (#2689) (0f0329c)
  • components/core: update SkyHelpService to allow for updating global help and the utilization of a page default help key (#2734) (def8123)

Bug Fixes

  • components/datetime: notify date range value changes when switching between calculators without datepickers (#2738) (#2740) (5d371aa)
  • components/modals: modal footers do not reserve space when an empty form error array is provided (#2730) (453e737)
blackbaud
published 10.44.0 •

Changelog

Source

10.44.0 (2024-09-13)

Features

  • components/popovers: implement disclosure pattern for popovers (#2729) (43a235c)

Bug Fixes

  • components/datetime: notify date range value changes when switching between calculators without datepickers (#2738) (06321ce)
blackbaud
published 11.0.0 •

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