devextreme-angular
Advanced tools
Changelog
16.2.4-rc.5 (2017-01-18)
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>
Changelog
16.2.3-rc.4 (2017-01-13)
16.2.4
Changelog
16.2.3-rc.3 (2016-12-14)
Changelog
16.2.3-rc.2 (2016-12-13)
Changelog
16.2.3-rc.1 (2016-12-12)
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';
Changelog
16.2.2-beta.1 (2016-11-25)
*dxTemplate="let data of 'item'"
instead of *dxTemplate="let data of 'itemTemplate'"
.Changelog
16.2.1-alpha.3 (2016-11-11)
Changelog
16.2.1-alpha.2 (2016-11-09)