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

igniteui-angular

Package Overview
Dependencies
Maintainers
0
Versions
1101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igniteui-angular - npm Package Versions

1
46
110

19.0.0

Diff
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 •
igniteui
published 18.2.5 •
igniteui
published 17.2.27 •
igniteui
published 19.0.0-rc.0 •
igniteui
published 18.2.4 •
igniteui
published 17.2.26 •
igniteui
published 19.0.0-beta.0 •
igniteui
published 18.2.3 •
igniteui
published 17.2.25 •