Please note that Wijmo Core is no longer available as new licenses, customers should purchase Wijmo Enterprise instead.
Existing Wijmo Core customers can continue to renew their current subscription.
Wijmo Enterprise 2020 v1
Released: Mar 31, 2020
2020 v1 での更新項目
2020 v1 (Build 5.20201.680)
Updated May 28, 2020
Features
Cloud
New wijmo.cloud module for easy integration with some cloud services from google.
Added Firestore class to wijmo.cloud module for connecting to Firestore databases using REST API.
Added Snapshat class to wijmo.cloud module for connecting to realtime Firestore database using official client library.
Added GoogleSheet class to wijmo.cloud module that makes it easy to show and edit data from Google Sheets.
Added an OAuth2 class to wijmo.cloud module so that you can easily integrate authentication with Google services too.
Touch - Added new wijmo.touch module with a polyfill that makes drag-drop on touch devices work the same way it does on desktop machines.
FlexChart - New module wijmo.chart.webgl with high performance WebGLRenderEngine.
Input - Improved wj-labeled-control CSS class to make it easier to layout form labels in inputs in any app.
FlexSheet - Added EXACT formula in FlexSheet.
ReportViewer/PdfViewer - Added the zoomModeChanged event.
MultiRow
Added an isRowHeader property to the column groups. This makes it possible to show bound and unbound cells with custom layouts in row headers.
Improved support for rowspan property in cell groups.
Styles - Updated Material sub-themes to use scss. Now all themes are stand-alone CSS files, they don't require other theme files (or wijmo.css).
Popup, Tooltip
Added a PopupPosition parameter that allows the caller to specify the preferred position of the popup/tooltip with respect to the reference element.
Added dragging, dragged, resizing, resized events to the Popup control.
GroupPanel - Added a globalized version of the default placeholder content.
Globalize - The formatNumber function now treats format specifiers "F" and "G" like "f" and "g" (fixed point and general), but with thousand separators.
The onSaved callback of the FlexGridXlsxConverter.saveAsync method is now called with an empty 'base64' argument when the fileName parameter is empty.