
Includes enhancements to Vue and React support, plus improvements for Grid, Chart and DropDown.
Features
- Vue Updates
- Added wj-item-template component, which allows you to define items content as a Vue template (with an arbitrary HTML, custom components and bindings), for the item components like wj-list-box, wj-combo-box, wj-multi-select and wj-menu.
- Added wj-tab-panel/wj-tab components, which allow you to define TabPanel control content declaratively in Vue templates markup.
- React Updates
- Added TabPanel/Tab components, representing corresponding pure JS classes.
- Added tooltipContent and labelContent properties to all chart components.
- TransposedGrid - Added support for CollectionView.getError in TransposedGrid controls.
- FlexChart - Text at the center of pie/doughnut chart: new properties innerTextinnerTextStyle of FlexPie.
- DropDown - Added DropDown.clickAction property to customize click actions.
- Improved saveFile method to handle large files.
- Improved applyTemplate method to handle templated formats in Microsoft Internet Explorer.