
Adds support for Angular 6, plus beta release of Wijmo controls as web components.
Features
- [Angular] Added support for Angular 6.
- [Web Components] Added Beta version of the web components interop.
- [Web Components] Added a sample that demonstrates how to use Wijmo web components in an Angular application.
- [Licensing] Added a wijmo.setLicenseKey method that enables single-build deployment, including npm.
- [npm] Wijmo is published to the global npm registry as the 'wijmo' package.
- [Angular] Disabled state of Wijmo components inside Angular forms now changes on the Angular AbstractControl.disable()/enable() method calls.
- Added Beta version of Wijmo npm image with ES2015 (ES6) code.
- [wijmo.pdf] Moved to PDFKit 0.8.3.
- [wijmo.pdf] Added PdfPageArea.openImage() method.
- The PdfExport samples have been updated to use openImage() method to get the actual image sizes when drawing cells manually.
- [ReportViewer] Added support for new properties of string parameters, maxLength and allowBlank.
- PivotGrid now honors the allowDragging property and allows users to reorder the row fields by dragging their column headers.
- Optimized the FlexGrid.autoSizeRows method.
Fixes
- [Licensing] Fixed issue of license validation in older versions of Chrome.