devextreme-angular
Advanced tools
Changelog
16.2.6 (2017-03-29)
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