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
700
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devextreme-angular - npm Package Versions

1
6869

16.2.4

Diff

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'".
devextreme
published 16.2.1-alpha.3 •

Changelog

Source

16.2.1-alpha.3 (2016-11-11)

Bug Fixes

  • Fix an issue in Plunker when jszip was used
  • Fix a DataGrid issue in Mozila FF
devextreme
published 16.2.1-alpha.2 •

Changelog

Source

16.2.1-alpha.2 (2016-11-09)

Features

Bug Fixes

  • Fix the 'dx-validator' component (#30)
  • Fix the component property change propagation to the corresponding widget option (#6)
  • Fix the 'dxTemplate' directive issues (#4 and #106)
  • Fix the 2-way data binding to DevExtreme collection widgets, dxDataGrid and dxForm (#36)
1
6869
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