16.2.4-rc.5
Pre-release
Pre-release
Breaking changes
- Item template defined in
dxi-itemanddxTemplatenow 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>