Wijmo Enterprise custom editors for FlexGrid.
Adds support for Angular 10 and Vue 3, new Barcode component, custom editors for FlexGrid and more.
Features
- Angular 10 Support
- Now ships with ESModules. Previously, GrapeCity had to disable ESM for compatibility with Angular 7 and 8 and an issue in the Ivy compiler. Now, they have enabled ESM and Wijmo will work seamlessly with the compiler.
- Wijmo Performance Gains in Angular 10 - The compiler will remove any unused modules and compile only the JavaScript needed for production, resulting in an approximate 40% reduction in sizes of Wijmo application bundles after enabling ESM and upgrading to Angular 10.
- Vue 3 Support
- Vue 3 is currently in beta; and GrapeCity is also releasing a beta version of Vue 3 support.
- Wijmo's Vue 2 package is compatible with Vue 3 and GrapeCity will continue to test against Vue 3 as it nears official release.
- OpenFin Platform API Demo App
- Wijmo Stock Portfolio is a financial sample that demonstrates the usage of Wijmo Components in an OpenFin application.
- OpenFin’s new Platform API provides the ability to organize windows and views into logical workspaces out-of-the-box.
- Barcode Control for JavaScript, Angular, React, and Vue
- New barcode components have been added for this release.
- Users create from 26 types of barcodes from QR Codes to UPC barcodes.
- Wijmo barcodes are rendered entirely in JavaScript and require no server-side dependency.
- Custom Editors in FlexGrid
- Introduces custom editors for FlexGrid columns.
- Users can now specify custom editor controls using a single "editor" property on the Column class.
- Use any Wijmo input that you want, including Date Picker, Numeric Textbox, AutoComplete, Color Picker, and more.
- PDF Security
- The wijmo.pdf.security module can password protect PDF files, specify a separate user password, and owner password.
- Transposed MultiRow Component
- MultiRow and Transposing Views are popular UI conventions. GrapeCity have combined two visualization techniques into TransposedMultiRow, traditionally, there is a single visual row. MultiRow breaks that paradigm and allows you to define multi-row layouts for a single record in a grid.