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
0
Versions
712
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devextreme-angular - npm Package Versions

1
7072

16.2.5

Diff

Changelog

Source

16.2.5 (2017-03-01)

Features

  • Added the "Add DevExtreme to Ionic 2 Application" guide (119fab1)
  • Improved and updated documentation (9ea5c92, 2dcb8ee)
  • @angular/forms added to peerDependencies (b26a3b9)
  • Improved integration with NgZone (4c2ae38)

Code Refactoring

  • Refactored CustomValueAccessor implementation (b69d7a0)
devextreme
published 16.2.5-rc.1 •

Changelog

Source

16.2.5-rc.1 (2017-01-26)

Bug Fixes

Open the list of closed bugs

devextreme
published 16.2.4 •

Changelog

Source

16.2.4 (2017-01-18)

RTM version has been released!

devextreme
published 16.2.4-rc.5 •

Changelog

Source

16.2.4-rc.5 (2017-01-18)

Breaking changes

  • Item template defined in dxi-item and dxTemplate now works consistently.

Previously, the result of the dxi-item in the DxList was rendered as follows:

<div class="dx-item-content">
    <dxi-item>...</dxi-item>
</div>

Currently, this will be rendered as follows:

<dxi-item class="dx-item-content">
    ...
</dxi-item>

Bug Fixes

Open the list of closed bugs

devextreme
published 16.2.3-rc.4 •

Changelog

Source

16.2.3-rc.4 (2017-01-13)

Features

  • Dependencies updated
  • Update DevExtreme peer dependency to 16.2.4

Bug Fixes

Open the list of closed bugs

devextreme
published 16.2.3-rc.3 •

Changelog

Source

16.2.3-rc.3 (2016-12-14)

Bug Fixes

  • Resolve AoT compilation issue (after the Angular 2.3.0 release)
devextreme
published 16.2.3-rc.2 •

Changelog

Source

16.2.3-rc.2 (2016-12-13)

Bug Fixes

  • Resolve AoT compilation issue (after the TypeScript 2.1.4 release)
devextreme
published 16.2.3-rc.1 •

Changelog

Source

16.2.3-rc.1 (2016-12-12)

Bug Fixes

Open the list of closed bugs

Breaking changes

  • The following complex nested options were renamed:

    • dxi-serie to dxi-series
    • dxi-categorie to dxi-category
  • The devextreme-angular/core/dx.template module was renamed to devextreme-angular/core/template. Also, it is not required to import this module (as demonstrated below) within your application because this module is already included into all DevExtreme components requiring it.

    import { DxTemplateModule } from 'devextreme-angular/core/dx.template';

devextreme
published 16.2.2-beta.2 •

Changelog

Source

16.2.2-beta.2 (2016-12-07)

Bug Fixes

Open the list of closed bugs

Breaking changes

  • In our npm package, devextreme dependency has been moved to peerDependencies. Now it should be installed manually. See README.md for more details.
devextreme
published 16.2.2-beta.1 •

Changelog

Source

16.2.2-beta.1 (2016-11-25)

Bug Fixes

Open the list of closed bugs

Breaking changes

  • Our npm package has been renamed from devextreme-angular2 to devextreme-angular.
  • The DxTemplate directive now uses template names instead of template option names. For example, for the DxList widget, use *dxTemplate="let data of 'item'" instead of *dxTemplate="let data of 'itemTemplate'".
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