Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

igniteui-webcomponents

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igniteui-webcomponents - npm Package Versions

1
7

4.3.1

Diff

Changelog

Source

[4.3.1] - 2023-08-02

Added

  • Tree - component animations #846
  • Components border radius is consumed from their schemas #805

Changed

  • Combo, Input, Select - schema colors #767
  • Dropdown - schema colors #828
  • Icon - updated theming styles and size #813

Fixed

  • Combo - single selection not working in certain scenarios #816
  • Dropdown - various styling fixes #841 #848
  • Icon button - border radius with ripple #839
  • Icon button - fixed wrong color in Fluent theme #845
  • Input - various styling fixes #818 #832 #844
  • Tree Item - assign closest igc-tree-item ancestor as a parent #829
  • Tabs - internal hidden styles and custom display property #851
igniteui
published 4.3.0 •

Changelog

Source

[4.3.0] - 2023-06-28

Added

  • Combo: Added matchDiacritics to the filtering options property. Defaults to false. If set to true the filter distinguishes between accented letters and their base letters. Otherwise strings are normalized and then matched.
  • Combo: Added selection property which returns the current selection as an array of data objects.
  • Card: Support explicit height
  • Dialog: Added animations
  • Snackbar: Added animations
  • Toast: Added animations

Changed

  • Combo: value is no longer readonly and can be explicitly set. The value attribute also supports declarative binding, accepting a valid JSON stringified array.
  • Combo: value type changed from string[] to ComboValue<T>[] where
    ComboValue<T> = T | T[keyof T]
    
  • Combo: igcChange event object properties are also changed to reflect tee new value type:
    interface IgcComboChangeEventArgs<T> {
    newValue: ComboValue<T>[];
    items: T[];
    type: ComboChangeType;
    }
    

Deprecated

  • Select: Deprecated sameWidth, positionStrategy and flip. They will be removed in the next major release.

Fixed

  • Select: prefix/suffix/helper-text slots not being rendered #722
  • Tabs: Nested tabs selection #713
  • Dialog: Backdrop doesn't overlay elements #727
  • Dropdown: Listbox position on initial open state #723
  • Stepper: Stretch vertically in parent container #738
  • Navbar: Wrong colors in fluent theme #719
  • Animation player throws errors when height is unspecified #793
  • DateTimeInput: Intl.DateTimeFormat issues in Chromium based browsers #803
igniteui
published 4.3.0-beta.0 •

igniteui
published 4.3.0-alpha.0 •

igniteui
published 4.2.3 •

Changelog

Source

[4.2.3] - 2023-04-03

Deprecated

  • Dialog - Property closeOnEscape is deprecated in favor of new property keepOpenOnEscape.

Fixed

  • Radio Button- colors in selected focus state #685
  • Icon Button - set icon size to match other design system products #598, #695
  • Chip - removed outline styles for Fluent and Material themes #702
  • Calendar - navigation to date on set value #436
  • Tabs - not taking the full height of their parents #710
igniteui
published 4.2.2 •

Changelog

Source

[4.2.2] - 2023-03-07

Deprecated

  • Button - The prefix/suffix slots are no longer needed and will be removed in the next major release.

Fixed

  • Button - UI inconsistencies #675, #679
  • Calendar - Fluent theme inconsistencies #653, #672
  • Combo - Selection via API doesn't work on a searched list #649
  • Dialog - Fluent theme inconsistency #603
  • Input - UI inconsistencies #657, #658
  • Toast - Fluent theme inconsistency #668
  • Components missing in defineAllComponents #691
  • Wrong host sizes for Avatar, Badge, Button and Icon Button #669
igniteui
published 4.2.1 •

Changelog

Source

[4.2.1] - 2023-02-01

Fixed

  • Combo - Matching item not activated on filtering in single selection mode
igniteui
published 4.2.0 •

Changelog

Source

[4.2.0] - 2023-01-31

Added

  • Combo - Single Selection mode via the single-select attribute #626

Fixed

  • Input - UI inconsistencies #619, #620, #633, #638
  • Badge - Doesn't correctly render igc-icon and font icons #631
  • Radio - UI inconsistencies #621, #623
  • Navigation Drawer - Can't override item margin #614
igniteui
published 4.1.1 •

Changelog

Source

[4.1.1] - 2023-01-12

Fixed

  • Input - position label based on component size #589
  • Input - material themes don't match design by #580
  • Input - do not cache the underlying input #604
  • Card - color discrepancy between WC and Angular #586
  • Theme - update stale --igc-* variables to --ig-* #603
  • Removed dangling references after element disconnect #608
igniteui
published 4.1.0 •

Changelog

Source

[4.1.0] - 2022-12-09

Added

  • Stepper Component #219
  • Combo Component #411
  • Mask Input - Skip literal positions when deleting symbols in the component

Fixed

  • Mask input - Validation state on user input #558
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