Wijmo Enterprise 2020 v1

Released: Mar 31, 2020

Updates in 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.
  • wijmo.grid.pdf - Added PdfFormatItemEventArgs.drawBackground method.
  • Vue
    • Added v-wjTooltip attribute directive, which allows you to define a tooltip for any element in the Vue template.
    • v-wj-context-menu attribute directive can now be defined using the v-wjContextMenu camel-case name.
  • React/Redux/ImmutabilityProvider
    • Added support for column bindings to nested properties, like 'persons[1].surname'.
    • Added cloningItem event, which allows you to use custom logic for cloning items before mutating in complex data scenarios.

2020 v1 (Build 5.20201.664)

Updated Apr 8, 2020

Fixes

  • Fixed issue in build 5.20201.663, where FlexGrid was flickering when scrolled on iOS 13.

2020 v1 (Build 5.20201.663)

Updated Mar 31, 2020

Features

  • Editable React Redux DataGrid.
  • FlexGrid Button Columns with CellMaker.
  • FlexGrid Hyperlink Columns with CellMaker.
  • FlexGrid Image Columns with CellMaker.
  • FlexGrid Star Rating Column with CellMaker.
  • FlexGrid Sparkline Columns with CellMaker.
  • Strengthened Security.
  • New Stock Portfolio sample app.
  • FlexGrid Checkbox Selector Column.
  • Column Selection, MultiRange Copy, and Paste.
  • Improved Resizing for Hidden Columns and Rows.
  • Improved Validation Behavior.
  • Easier-to-Click Checkboxes.
  • Expanded Pinning Options.
  • Excel Export Progress Indicator.
  • PDF Export Progress Indicator.
  • BreakEven Chart.
  • MultiSelect Filter.
  • Popup Triggers.
  • ODataCollectionView | Batch Updates.