Skip to content

16.2.4-rc.5

Pre-release
Pre-release

Choose a tag to compare

@Aden-git Aden-git released this 18 Jan 13:36
· 634 commits to master since this release

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