devextreme-angular
Advanced tools
Changelog
16.2.5 (2017-03-01)
@angular/forms
added to peerDependencies
(b26a3b9)CustomValueAccessor
implementation (b69d7a0)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';