Wijmo Releases

Released: Mar 16, 2021

Updates in 2021 v1

2021 v1 (Build 5.20211.794)

Updated Jun 3, 2021

Fixes

  • Includes hotfix for a critical rendering bug in Safari 14.1.

2021 v1 (Build 5.20211.792)

Updated May 26, 2021

Features

  • Angular 12 - Added support for strict mode in Angular 12 and earlier Angular versions.
  • [ListBox] Added support for ListBox/ComboBox items virtualization. These controls now add items to the DOM based on the specified value in the virtualizationThreshold property. By default, virtualization is disabled. To enable it, assign...

Released: Nov 11, 2020

Updates in 2020 v3

2020 v3 (Build 5.20203.766)

Updated Jan 20, 2021

Features

  • [TypeScript] Expanded type information for nullable properties (to support TS's strict mode).
  • [PDF] wijmo.pdf module can now be used in application with the "script-src 'self'" Content-Security-Policy setting.
  • [TransposedGrid] Added support for row groups instead of column groups (TFS 467929).
  • [CollectionView] improved change tracking: editing an item and then restoring its original property values now removes the item from the...

Released: Jul 22, 2020

Updates in 2020 v2

2020 v2 (Build 5.20202.732)

Updated Oct 1, 2020

Features

  • Adds support for React v17.0.
  • FlexGrid Editing Improvements:
    • Added a showPlaceholders property to display the column header as a placeholder when editing cells. The showPlaceholders property is especially useful in the MultiRow grid and on grids that allow adding new items.
    • Added a KeyAction.CycleEditable setting that causes the grid to move the selection to the next editable column then wraps to the next row. The KeyAction.Cycle Edit...

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...

Released: Jan 15, 2020

Updates in 2019 v3 (Build 5.20193.646)

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...

Released: Nov 13, 2019

Updates in 2019 v3

Features

Wijmo Supports Angular 9 and the Ivy Compiler

  • Adds support for Angular 9 and the Ivy Compiler - start building even faster enterprise applications with the Ivy Compiler.

FlexGrid Enhancements

  • Adds FlexGrid Cell Templates to React and Vue - Easily customize any cell in FlexGrid. Cell Templates allow for limitless templates with declarative markup and binding expressions in any cell of the grid.
  • Two-way Bindings in Wijmo Vue Components - simplifies the creation of input forms. Vue offers...

Released: Sep 19, 2019

Updates in 2019 v2 (Build 5.20192.631)

Features

  • New StepLine Chart Type
    • Commonly used to visualize change at specific points in time.
    • Useful for seeing the size of the change in value as well as patterns in change over time.
  • StepLine Chart Samples added for:
    • JavaScript.
    • Angular.
    • React.
    • Vue.

Released: Jul 23, 2019

Updates in 2019 v2

Features

  • Added a FlexGrid.autoRowHeights property to automatically resize row heights when cells are loaded, edited, and when the grid layout changes.
  • Added FlexGrid.lazyRender and refreshOnEdit properties for more performance control.
  • Added a new FlexGrid selection mode: SelectionMode.MultiRange and a FlexGrid.selectedRanges property that provides access to the extended selection.
  • Added CollectionViewNavigator control for navigating through CollectionView items or pages.
  • Added "glbz" tag...

Released: May 30, 2019

Updates in 2019 v1 (Build 612)

Features

  • Added support for Angular 8.
  • Added support for deep-binding in wijmo.format method.
  • Added FlexChart.itemsSourceChanging/Changed events.
  • Added FlexGrid.refreshRange method for finer control on rendering.
  • New Samples
    • GanttChart Repeat Tasks - PureJS | Angular | React | Vue.
    • FlexGrid PDF Export WebWorkers - React.
    • TemplateLiterals - PureJS | Angular | React | Vue.
    • Gauge NeedlePointer - PureJS | Angular | React | Vue.

Released: Apr 17, 2019

Updates in 2019 v1

Features

  • FlexGrid
    • Added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. Use this property to customize the tooltip, or set it to null to restore the original behavior (use the cell's "title" attribute to show validation errors)
    • Added an extra parameter to the FlexGrid.getClipString method so it can export row headers (in addition to column headers). This new feature is important for exporting the content of PivotGrid controls for example...