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

devextreme-angular

Package Overview
Dependencies
Maintainers
1
Versions
706
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devextreme-angular - npm Package Versions

1
71

17.1.10

Diff

vladislav.volkov
published 17.2.6 •

night-skylark
published 18.1.1-beta.1 •

vladislav.volkov
published 17.2.5 •

vladislav.volkov
published 17.2.5-beta.1 •

vladislav.volkov
published 17.1.9 •

devextreme
published 17.2.4 •

Changelog

Source

17.2.4 (2017-12-13)

Bug Fixes

Open the list of closed bugs

devextreme
published 17.2.4-beta.1 •

Changelog

Source

17.2.4-beta.1 (2017-12-04)

Bug Fixes

Open the list of closed bugs

devextreme
published 17.1.9-beta.2 •

devexpress
published 17.2.3 •

Changelog

Source

<a name="17.2.3"></a>17.2.3 (2017-11-16)

Features

  • Update typescript version to 2.4.2

Breaking changes

  • TypeScript declarations have become strict, which can cause a build failure. Use correct types to prevent this.
  • The jQuery dependency has been removed (#46). To use jQuery, you need to manually install the jquery npm package and include the jQuery integration module in your application. For more information, please see: Include jQuery integration

Deprecations

  • The dxo-data-source nested component is deprecated. Use the dataSource option instead.

Previously, you could use dxo-data-source component as nested component for widgets:

<dx-data-grid>
    <dxo-data-source
      ...
    ></dxo-data-source>
</dx-data-grid>

Currently, this will be used like simple property:

<dx-data-grid
  [dataSource]='...'
></dx-data-grid>
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