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

igniteui-angular

Package Overview
Dependencies
Maintainers
1
Versions
1069
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igniteui-angular - npm Package Versions

23
107

19.0.4

Diff

igniteui
published 18.2.9 •

igniteui
published 19.0.3 •

igniteui
published 18.2.8 •

igniteui
published 19.0.2 •

igniteui
published 18.2.7 •

igniteui
published 19.0.1 •

igniteui
published 18.2.6 •

igniteui
published 19.0.0 •

Changelog

Source

19.0.0

General

  • IgxFilteringService, IgxGridBaseDirective
    • Deprecation The filterGlobal method has been deprecated and will be removed in a future version.

New Features

  • IgxColumn
    • Introduced the disabledSummaries property, allowing users to specify which summaries should be disabled for a given column. This property accepts an array of strings corresponding to the summary keys, enabling selective control over both default summaries (e.g., 'Count', 'Min') and any custom summaries created by the user.
  • Themes
    • Deprecation The utility mixins light-theme, dark-theme, bootstrap-light-theme, bootstrap-dark-theme, fluent-light-theme, fluent-dark-theme, indigo-light-theme, and indigo-dark-theme have been deprecated and will be removed in version 20 of Ignite UI for Angular. Switch to the more generic theme mixin instead. Example:
    $my-light-palette: palette(
        $primary: navy,
        $secondary: rebeccapurple,
        $surface: white,
    );
    
    // Before:
    @include light-theme(
        $palette: $my-light-palette
    );
    
    // After:
    @include theme(
        $palette: $my-light-palette,
        $schema: $light-material-schema,
    );
    
igniteui
published 19.0.0-rc.1 •

23
107
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