New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

igniteui-webcomponents

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igniteui-webcomponents - npm Package Versions

1
57

2.2.0-beta.0

Diff

igniteui
published 2.1.1 •

Changelog

Source

[2.1.1] - 2022-03-15

Added

  • Control border radius and elevation from --igc-radius-factor and --igc-elevation-factor:

    Example:

    /* Make all components square and remove all shadows */
    :root {
      --igc-radius-factor: 0;
      --igc-elevation-factor: 0;
    }
    
igniteui
published 2.1.0 •

Changelog

Source

[2.1.0] - 2022-03-15

Added

  • Linear Progress component
  • Circular Progress component
  • Chip component
  • Snackbar component
  • Toast component
  • Rating component
  • Component themes can be changed at runtime by calling the configureTheme(theme: Theme) function
igniteui
published 2.1.0-beta.1 •

igniteui
published 2.1.0-beta.0 •

igniteui
published 2.0.0 •

Changelog

Source

[2.0.0] - 2022-02-03

Added

  • Dark Themes
  • Slider component
  • Range Slider component
  • Support required property in Radio component.

Changed

  • Fix checkbox/switch validity status
  • Split Calendar component's value: Date | Date[] property into two properties - value: Date and values: Date[]
  • Replaced Calendar component's hasHeader property & has-header attribute with hideHeader & hide-header respectively.
  • Replaced Card component's outlined property with elevated.

Removed

  • Removed igcOpening, igcOpened, igcClosing and igcClosed events from Navigation drawer component.
igniteui
published 2.0.0-rc.0 •

igniteui
published 2.0.0-beta.1 •

igniteui
published 2.0.0-beta.0 •

igniteui
published 1.0.0 •

Changelog

Source

[1.0.0] - 2021-11-22

Initial release of Ignite UI Web Components

Added

  • Avatar component
  • Badge component
  • Button component
  • Calendar component
  • Card component
  • Checkbox component
  • Form component
  • Icon component
  • Icon button component
  • Input component
  • List component
  • Navigation bar component
  • Navigation drawer component
  • Radio group component
  • Radio component
  • Ripple component
  • Switch component
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