Wijmo Releases

Released: Dec 13, 2023

Updates in 2023 v2

Features

  • Added support for Angular 17.
  • Added Axis Grouping to FlexChart - When FlexChart is bound to a grouped CollectionView and the new axis.groupsOptions's property is set it will display visual groups on the axis labels.
  • New Tooltip Trigger Option - You can now choose to show tooltips on focus, hover or both. (Previously they only showed on hover).
  • Improved Accessibility.
  • Improved FlexMap Zoom behavior.
  • Improved FlexGrid and FlexSheet components.
  • Improved stability with a number of important...

Released: Aug 31, 2023

Updates in 2023 v1 (Build 5.20231.900)

Features

  • Adds full support for Angular 16*.
  • Added ariaLabel property to FlexGrid Selector.
  • Added support for setting height/width of ColumnGroup headers.
  • Improved CSP (Content Security Policy) support.


*IMPORTANT: GrapeCity tested and verified Wijmo version 5.20231.900 with Angular 16. Please make sure to use this version or later for full Angular 16 support. Additionally, this build and all future builds of Wijmo will only work with Angular 15 and up (technically, Wijmo works in Angular 14 if...

Released: May 12, 2023

Updates in 2023 v1

Features

  • Improved support for React 18 - Added support for React 18 Strict Mode which helps developers find common bugs during development.
  • Accessibility Improvements - Here are some of the improvements that have been added in this release:
    • Improved FlexGridFilter popups for filtering by condition and by value to match announcements in Microsoft Excel.
    • Improved Selector checked state announcement.
    • Improved Selector description label.
    • Improved how screen readers interpret visually hidden columns...

Released: Feb 13, 2023

Updates in Wijmo

Features

  • Added support for Angular 15.

Released: Dec 28, 2022

Updates in 2022 v2

Features

  • Angular 14 support - You can start using Angular 14 applications with Wijmo today. Wijmo offers a large set of fast, flexible Angular components, each with rich declarative markup.
  • React 18 support - All Wijmo components have been updated to support React 18, including the new rendering model. This includes things like rich Cell Templates in FlexGrid.
  • Accessibility Improvements
    • Add captions to your DataGrid for screen readers - One common practice when working with tables is to add a...

Released: Aug 24, 2022

Updates in 2022 (Build 5.20221.857)

Features

  • FlexGrid
    • Added the DataMap.search property, representing a custom function to search through the data map item.
    • TransposedGrid - Added support for column groups to define multiple columns in the 'collapseTo' property.
  • wijmo.pdf
    • The SVG to PDF converter now supports the text-anchor attribute.
    • Added support for the CSS font shorthand property when converting SVG to PDF.
  • FlexSheet
    • The '%' operator can now be used in expressions with cell references.
    • Improved the HLOOKUP and VLOOKUP...

Released: Mar 29, 2022

Updates in 2022 v1

Features

  • Added inventory management reference app.
  • Added website traffic monitoring reference app.
  • Updated GeoDashboard reference app to use FlexMap.
  • Improved Intellisense for React components in VSCode.
  • Improved pasting clipboard data in FlexGrid from Excel.
  • IME improvement in FlexGrid.
  • New AccordionPane isCollapsed property.
  • New ISBLANK function in FlexSheet.
  • RTL support Improvements in FlexSheet and XSLX.
  • Improved moveFocus function for radio buttons.

Released: Nov 10, 2021

Updates in 2021 v3

Features

  • [wijmo.pdf]
    • Moved to PDFKit 0.12.
    • Added PdfTextBaseline enumeration, added IPdfTextSettings.baseline property, added baseline property to the IPdfTextSettings interface.
    • Added accessibility support and made the following relevant changes in the API:
      • Added displayTitle, lang and tagged properties to the PdfDocument class and IPdfDocumentOptions interface.
      • Added tag and addTag methods to the PdfDocument class.
      • Added beginTagContent, endTagContent, tagContent, beginArtifact, endArtifact...

Released: Aug 3, 2021

Updates in 2021 v2

2021 v2 (5.20212.808)

Updated Aug 3, 2021

Features

  • Official release of FlexMap control which supports rendering choropleths and point maps, such as scatter and bubble.
  • [wijmo.xlsx] Added support for Microsoft Excel notes. Notes can be retrieved and set using the WorkbookCell.note property. The following changes were made to wijmo.xlsx:
    • Added note property to the WorkbookCell class and IWorkbookCell interface.
    • Added WorkbookNote class and IWorkbookNote interface. The "Excel/Workbook Viewer...

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