Skip to main content Skip to footer

What's New in Wijmo 2017 and Earlier

Check out the features and updates in Wijmo's historical releases from 2017 and earlier.

Wijmo Build 5.20173.409 - February 13, 2018

Build 409 has released. It includes a rolled-back fix for input buttons that resulted in making the input controls slightly oversized. It also includes a new, better fix for input buttons. We apologize for any inconvenience this introduced. We also included an enhancement to smooth scrolling on MacOS.

Notice: Wijmo 3 is now a Separate Download

As of build 409, we have removed Wijmo 3 from our Wijmo Enterprise download. The vast majority of our customers are using only Wijmo Core. So in order to make the Wijmo Enterprise download smaller, we removed Wijmo 3. To our loyal Wijmo 3 customers: not to worry, Wijmo 3 is still available to download separately! And Wijmo Enterprise still includes a license granting you the right to use Wijmo 3.

 

Read more about the Build 409 Release

 

_________________________________________________________________

 

Wijmo Build 5.20173.403 - January 16, 2018

Build 5.20173.403 has released. It includes a huge list of bug fixes, nice new OLAP features, FlexGrid performance improvements, and some very cool samples.

Change Log

  • Added new JavaScript Gantt Chart sample that extends FlexChart.
  • Added Calendar sample inspired by the Slack status page.
  • [nodejs] Made some changes in wijmo.pdf code that make it possible to use Wijmo PdfDocument in NodeJS (with a specific Domino based setup). The public API adds the PdfDocumentEndedEventArgs.chunks property, which returns an array of Uint8Array objects that can be saved to a file or a stream using NodeJS file API.
  • [VSCode] Added IntelliSense support for Wijmo Angular components in VSCode HTML editor.
  • Improved FlexGrid layout performance.
  • Improved export to xlsx performance for FlexGrid containing Angular cell templates.
  • [FlexGrid] Added a 'refresh' parameter to the CellEditEnding event parameters. This allows event handlers to suppress the full refresh that happens by default when cell editing ends.
  • [OLAP] Allow generating views with value fields only (grand totals) or row/column fields only (unique values).
  • [OLAP] Improved PivotEngine sorting of value fields (measures) to sort groups by aggregate. (this can be disabled by setting the new PivotEngine.sortableGroups property to false).
  • [OLAP] Improved PivotGrid collapse/expand to keep the original state of child nodes.
  • [OLAP] PivotGrid now honors the preserveOutlineState property (inherited from FlexGrid).
  • [Angular/AngularJS] textarea elements used as cell editors now correctly consume characters that were typed by a user to initiate cell editing.
  • [AngularJS] For FlexGrid with ime-enabled="true" and a cell editor represented by a cell edit template, cell editing can now be correctly initiated by IME input.
  • Added an InputNumber repeatButtons property that determines whether the control's spinner buttons should act as repeat buttons (fire continuously while pressed).
  • Added several new members to the TreeView and TreeNode classes:
    • TreeNode.addChildNode(index, dataItem) adds a child node to a TreeNode
    • TreeView.addChildNode(index, dataItem) adds a child node to a TreeView
    • TreeNode.remove() removes a node from the TreeView
    • TreeNode.refresh() refreshes a node with updated data content
    • TreeNode.itemsSource gets a reference to the array that contains the node data

Update 1/19/2018: We introduced a minor glyph bug in build 403. In Chrome for macOS, 4 of the wijmo glyphs do not render correctly. The broken glyphs are calendar, clock, minus, and plus. Here's the fix. The bug is fixed in build 405.

Read more about the Build 403 Release

 

_________________________________________________________________

 

Wijmo Build 5.20173.380 - December 1, 2017

Change Log

  • [FlexGrid] Major performance enhancement: Added a quickAutoSize property to the wijmo.grid.FlexGrid and wijmo.grid.Column classes. This new property can improve auto-sizing performance by a factor of 10 to 100, depending on the scenario/browser.
  • [FlexGrid] Added support for row/column resizing on touch devices.
  • [Accessibility] Added new AccessilityExtender for FlexGrid sample. It implements a class that provides additional accessibility support to FlexGrid controls. You can use it or modify it to fit your accessibility needs.
  • [Accessibility] Improved (ARIA attributes and keyboard support) for the ListBox, ComboBox, Menu, InputNumber, Gauge, and Calendar controls.
  • [VSCode] Added IntelliSense support for Wijmo Angular components in VSCode HTML editor.
  • [Angular] Angular version 5.0.0 is officially supported by wijmo. Earlier Angular versions are still supported as well.
  • [Angular] Added 27 new Angular samples (ported from AngularJS).
  • [React] Added components for all Wijmo controls.
  • Made some improvements in InputNumber's editing experience.
  • Improved popup positioning on mobile devices with pinch-zooming (including Android and IOS).
  • [wijmo.grid.pdf] Added support of cell text wrapping in FlexGrid.
  • Added search capability to LearnWijmo along with many more lessons.
  • Added UndoStack sample that demonstrates how to create a class that provides form-level undo/redo services. 
  • [FinancialChart] Added new financial chart type 'PointAndFigure'. The demo page included in Angular2 FinancialChartExplorer sample. 

Read more about the Build 380 Release

 

_________________________________________________________________

 

Wijmo 2017 v3 - November 13, 2017

Major Performance Improvements in FlexGrid

Major Performance Improvements in Wijmo FlexGrid

Take a look at the above chart to see how much better the grid performs now.

To take advantage of this new performance improvement, make sure to set quickAutoSize=true on grids that don't modify cell markup.

Accessibility Improvements

We've refined accessibility in FlexGrid with some of your feedback, and we also improved accessibility (ARIA attributes and keyboard support) for the ListBox, ComboBox, Menu, InputNumber, Gauge, and Calendar controls.

Wijm Accessibility Improvements

It implements a class that provides additional accessibility support to FlexGrid controls. FlexGrid has built-in accessibility, but different applications might have different needs for accessibility behaviors. This sample shows how you can customize FlexGrid accessibility features above and beyond what we include by default. For example, this sample announces to the screen reader anytime a filter has been applied to a column. It’s a nice touch that allows end users to understand what the grid is doing on the screen.

Visual Studio Code HTML IntelliSense Support

One of the biggest benefits of Wijmo is being able to declare your markup in Angular applications. That just got even better for VSCode users. Now you can get IntelliSense code auto-completion when you're using Wijmo controls in VSCode. Wijmo is a first-class experience in VSCode.

Wijmo Visual Studio Code HTML IntelliSense Support

New Undo/Redo Sample

We get many requests for Undo/Redo features in FlexGrid. We went even further and made a general-purpose class for implementing Undo/Redo for an entire application!

Wijmo New Undo/Redo Sample

New Simple Reports in React Sample

Our Simple Reports in Angular sample/blog have been very popular. We have also had many requests for a similar solution in React. 

Wijmo New Simple Reports in React Sample

New Point and Figure Financial Chart Type

We added this interesting new chart type to our FinancialChart control based on customer requests.

Wijmo New Point and Figure Financial Chart Type

Change Log

  • [FlexGrid] Major performance enhancement: Added a quickAutoSize property to the wijmo.grid.FlexGrid and wijmo.grid.Column classes. This new property can improve auto-sizing performance by a factor of 10 to 100, depending on the scenario/browser.
  • [FlexGrid] Added support for row/column resizing on touch devices.
  • [Accessibility] Added new AccessibilityExtender for FlexGrid sample. It implements a class that provides additional accessibiltiy support to FlexGrid controls. You can use it or modify it to fit your accessibility needs.
  • [Accessibility] Improved (ARIA attributes and keyboard support) for the ListBox, ComboBox, Menu, InputNumber, Gauge, and Calendar controls.
  • [VSCode] Added IntelliSense support for Wijmo Angular components in VSCode HTML editor.
  • [Angular] Angular version 5.0.0 is officially supported by Wijmo. Earlier Angular versions are still supported as well.
  • [Angular] Added 27 new Angular samples (ported from AngularJS).
  • [React] Added components for all Wijmo controls. 
  • Made some improvements in InputNumber's editing experience.
  • Improved popup positioning on mobile devices with pinch-zooming (including Android and iOS).
  • [wijmo.grid.pdf] Added support of cell text wrapping in FlexGrid.

Read more about the 2017 V3 Release

 

_________________________________________________________________

 

Wijmo Build 5.20172.359 - October 3, 2017

Change Log

  • Improved accessibility by adding ARIA 1.1 built-in support.
  • Added search capability to LearnWijmo along with many more lessons.
  • Added UndoStack sample that demonstrates how to create a class that provides form-level undo/redo services.
  • [FinancialChart] Added new financial chart type 'PointAndFigure'. The demo page included in Angular2 FinancialChartExplorer sample.
  • [Interop] Reduced code size of the Angular, React and Vue2 interops.
  • [React] Added Simple Reports in React sample.
  • [React] Added components for all Wijmo controls. Added AllComponents sample that demonstrates all available components.
  • [React] Wijmo for React interop can be used now in a project that contains React declaration files (.d.ts). This may be a compatibility breaking change for your React projects that use Wijmo, see the "Breaking Changes" section for details.
  • [Angular] New Angular samples were added (ported from AngularJS and PureJS).
  • [Angular] [VSCode] Added Intellisense support for Wijmo Angular components for VSCode HTML editor. It's implemented in the wijmo5-ng2-1.0.0.vsix file located in the Intellisense folder of Wijmo download zip, which should be installed as VSCode extension. For more details about installing the file refer to the accompanying readme.txt file located in the same folder.
  • [Angular] Wijmo components don't cause change detection anymore for frequently triggered events like mousemove, to which components are subscribed internally.
  • [Angular] Sometimes Wijmo components' normal functionality could lead to the ExpressionChangedAfterItHasBeenCheckedError exception when Angular runs in development mode. Now all two-way bindings to Wijmo properties are updated asynchronously in the target-to-source direction, which prevents from triggering this exception. This behavior change could potentially break some parts of your applications, so it can be changed to synchronous binding updates, globally or for a specific component. See the "Breaking Changes" section for details.
  • [Angular] Before now, the e.cancel property of the FlexGrid.cellEditEnding event was always set to true if a cell editor is implemented as a CellEdit template. From now on, this property has a consistent value that reflects actual user's action.
  • [Angular/AngularJS/Knockout] Improved FlexGrid with cell templates performance for operations like column resizing, row addition, cell editing ending, and many more.
  • Added new culture files: wijmo.culture.es-MX.js (Spanish/Mexico) and wijmo.culture.es-419.js (Spanish/Latin America).
  • Made FlexGrid.virtualizationThreshold property public, deprecated old internal '_virtualizationThreshold' version.
  • [PdfExport sample] Added new sample, "Highlight invalid cells" (Angular 1/2).
  • Added a FlexGrid.toggleDropDownList method to show the list of options when editing cells with data maps.
  • [FlexGridPdfConverter] Added a IFlexGridStyle.errorCellStyle property.
  • [FlexGridPdfConverter] Improved handling of boolean columns in customCellContent mode.
  • Added a KeyAction.CycleOut setting to support tabbing through cells and then on to the next control on the form (see FlexGrid.keyAction property).
  • [FlexSheet][Enhancement] Request to support undo and redo for filtering action. (TFS 278949)
  • Made Popup ignore Escape key while IME mode is active.
  • Added a Popup.removeOnHide property to control whether the Popup should be removed from the DOM or just hidden when the popup closes.
  • [ReportViewer] Hide the Parameters tab if all parameters are hidden.
  • Added a MultiSelect.showSelectAllCheckbox property to display a "Select All" checkbox above the items, so users can select/de-select all items with a single click (in addition to the ctrl+A keyboard shortcut that performs the same function).
  • Added a MultiSelect.selectAllLabel property to customize the label shown next to the "Select All" checkbox displayed when the showSelectAllCheckbox property is set to true.
  • Made OData value filter smarter. Now it serializes the lesser of items checked or unchecked, which results in shorter URLs and prevents request errors in some common scenarios (like unchecking one or two items out of a huge number).
  • Added some configuration properties to the wijmo.olap.PivotEngine class: serverTimeOut: the timeout value for retrieving results from the server, serverPollInterval: the poll interval for getting progress reports from the server, serverMaxDetail: the maximum number of detail records to retrieve from the server.

Breaking Changes

  • [Angular] Before now two-way bound Wijmo properties updated their binding source properties synchronously. From now on, such updates will happen asynchronously, which saves your applications from the ExpressionChangedAfterItHasBeenCheckedError exception that may be caused by Wijmo components under some specific conditions when Angular runs in development mode. This behavior can be changed back to synchronous updates:
    • Globally for all Wijmo components, by setting the static WjOptions.asyncBindings property to false.
    • For a specific component, by assigning component's asyncBindings property. See the WjOptions.asyncBindings property description for details. The WjOptions class is contained in the wijmo.angular2.directiveBase module.
  • In previous versions of the FlexGrid, users could click the top-left header cell to select the whole grid content. In new versions, clicking any cell in the top-left panel selects the whole grid content.
  • [React] Wijmo for React interop now depends on React declaration files (.d.ts), which should be installed in a project that uses Wijmo for React interop. The declaration files can be installed using the following npm command: > npm install @types/react @types/react-dom

Read more about the Build 359 Release

 

_________________________________________________________________

 

Wijmo 2017 v2 - July 11, 2017

Major Accessibility Enhancements

We built-in ARIA 1.1 support into many of our major controls:

Accessibility Sample | Accessibility Blog

New TreeMap Control

Wijmo New TreeMap Control

TreeMap is a control for displaying hierarchical data using nested rectangles. Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. A leaf node’s rectangle has an area proportional to a specified dimension of the data. Often the leaf nodes are colored to show a separate dimension of the data.

Angular 4, TypeScript 2.2 and More Interop

Wijmo continues to our commitment to releasing support for Angular and other interops. We recently expanded to support Angular 4. We also upgraded wijmo to support TypeScript 2.2. Angular resources Beyond that, we have also added external module support for loading wijmo components in different frameworks. We have released two samples to demonstrate this in React and VueJS as well.

Breaking Changes

  • [React] itemsSource property of Wijmo components is updated now each time when React updates component bindings. Because of this, if binding expression returns a new array or CollectionView each time it's called, even if it contains the same data (e.g. function getData { return [1, 2, 3]; }), you may get weird effects in some controls, and even get a "Stack overflow" exception, because controls detects a different data source by comparing references to the current and the new data source instances, and refreshes control if references are different. You should make sure that binding expression returns the same instance of an array or a CollectionView, until a new instance is really required by the application logic.
  • In previous versions of the FlexGrid, users had to click the *first* cell in the top-left panel to select the whole grid. In new versions, clicking *any* cell in the top-left panel will select the whole grid.
  • The default behavior of the Tab key when the FlexGrid has the focus has changed. By default, the Tab key cycled through the grid cells (Excel style). The new default behavior is to let the browser cycle through the elements on the page (to improve accessibility). You can revert to the old behavior by setting the new keyActionTab property to wijmo.grid.KeyAction.Cycle.

Change Log

  • Added two new properties to improve FlexGrid keyboard accessibility: keyActionTab and keyActionEnter. These properties allow you to customize the behavior of special keys so the grid becomes more accessible or more compatible with Excel.
  • Added a new property to improve FlexGrid screen-reader accessibility: rowHeaderPath. If provided, this property specifies the name of a binding to use as a provider of 'row header' accessibility values. If not provided, most readers will use the content of the first visible column as the row header.
  • Reduced code size of the Angular, React and Vue2 interops.
  • The AngularJS Benchmark sample has been updated to the latest versions of vendor libraries.
  • Added a TreeView.loadTree method to rebuild the tree after making changes to the itemsSource array.
  • Added a new PivotField.sortComparer property to allow customization of the sort order in dimension fields. This is similar to the CollectionView's sortComparer property, except it applies to pivot dimensions (grid headers) as opposed to measures (summary data).
  • [FlexGridPdfConverter] added support for PivotGrid.
  • Added several new properties to make the Calendar control more customizable: formatYearMonth, formatDayHeaders, formatDays, formatYear, and formatMonths. All these properties represent format strings used to format different parts of the Calendar in month and year view.
  • Added time zone offset date format parts ('z', 'zz', 'zzz') to Globalize.formatDate.
  • Added a new FlexGrid.itemValidator property to improve validation support, especially for unbound grids (bound grids can be validated using the CollectionView.getError property which provides the same functionality).
  • [Wijmo5 Mvc][FlexViewer]Internet error displays after running different report quickly in "FlexViewerExplorer" sample. (TFS 257523)
  • FlexGrid exports the default border and style of merged cell to xlsx incorrectly.
  • [ReportViewer][PdfViewer] ReportViewer and PdfViewer are partially localized when setting Cultures. (TFS 258374)

Read more about the 2017 V2 Release

 

_________________________________________________________________

 

Wijmo Build 5.20171.293 - May 3, 2017

Breaking Changes

  • Changed default style for FlexChart's minor grid line from dashed to solid. The new default looks better in most applications; if anyone prefers the old style, it can be restored with this CSS rule:

    /* old-style minor grid line */
                .wj-flexchart .wj-axis-x .wj-gridline-minor {
                    stroke: black;
                    stroke-dasharray: 6;
                    stroke-width: 0.25px;
                }

Change Log

  • [Documentation] New Learn Wijmo app with over 300 lessons including fiddles that introduce the main features in all Wijmo modules.
  • [TypeScript] Library has been adapted to TypeScript 2.2.
  • [Angular] Angular samples' package.json have been upgraded to Angular 4.
  • [React] External modules for the React interop are included in Wijmo NpmImages (module names begin with "wijmo.react"). Added the ReactExternalModules sample demonstrating how to use them with WebPack 2 and SystemJS.
  • [Vue2] External modules for the Vue2 interop are included in Wijmo NpmImages (module names begin with "wijmo.vue2"). Added the Vue2ExternalModules sample demonstrating how to use them with WebPack 2 and SystemJS.
  • [PdfExport sample] Added new samples: "Custom cell content", "Customize cell rendering" and "Drawing cells manually".
  • [wijmo.grid.xlsx] Added a possibility to perform custom cell content export (via IFlexGridXlsxOptions.formatItem callback). The Angular 2 ExcelImportExport sample, "FlexGrid Import Export (JSZip3)" page is updated to demonstrate the feature (check on the "Custom cell content" checkbox).
  • [wijmo.grid.pdf] Added customCellContent and formatItem properties to the IFlexGridDrawSettings interface.
  • Improved keyboard handling/accessibility in MultiSelect control.
  • Added support for CTRL+A key to check/uncheck all items in MultiSelect and ListBox controls.
  • Added border support for xlsx importing. (TFS 238473)
  • Disable (rather than hide) ComboBox drop-down button when list is empty. This reduces flicker in some scenarios, especially in AutoComplete.
  • Added sumProduct formula in FlexSheet inbuilt formula. (TFS 237586)
  • Optimized wijmo.grid.DataMap.getDisplayValue(key) performance.
  • Optimized grid touch operations when used with DragDropTouch polyfill.

Read more about the Build 293 Release

 

_________________________________________________________________

 

Wijmo 2017 v1 - March 13, 2017

Breaking Changes

  • [Angular1/Angular2] An ngModel directive specified on a WjMultiSelect directive/component is now mapped to the 'checkedItems' property, instead of the 'selectedValue' property. The previously used mapping to the 'selectedValue' property didn't have any practical sense, so this change should not hurt your code.
  • Angular 2 WjFlexGrid component - added the following constructor parameter: @Inject(ChangeDetectorRef) cdRef: ChangeDetectorRef This change may affect your code in case if you use custom components derived from WjFlexGrid. You need to add this last constructor parameter to these components if this is the case.

Change Log

  • Added wijmo.nav module with the TreeView control.
  • Added new MultiAutoComplete control to wijmo.input module.
  • Added gradient color support in chart controls.
  • Added server-side support for wijmo.olap. To use server-side data providers, set the itemsSource property to a URL string pointing to a WebAPI service.
  • Add mobile support to reportviewer control. Added a thresholdWidth property to switch mobile or PC UI template. If width of control is smaller than thresholdWidth, mobile UI will be applied. If width of control is equal or greater than thresholdWidth, PC template will be applied. If thresholdWidth is set to 0, then only PC template is applied and if it's set to a large number e.g. 9999, then only mobile template is applied.
  • [Angular2] Improved Wijmo components inheritance experience. Every Wijmo component/directive now have a corresponding variable exported from the component's module that represents its @Component/@Directive decorator properties.
  • [Angular2] Restored CustomizedComponents sample.
  • [Angular2] Component metadata variables made typed using the IWjComponentMeta and IWjDirectiveMeta interfaces (for components and directives respectively).
  • [Angular 2] Every Wijmo component constructor now calls the special 'created' method. If you create a custom component inherited from a Wijmo component, and need to perform some initializations in its constructor then instead of declaring a constructor you can just override the 'created' method and perform initializations in it. This will prevent you from the necessity to maintain constructor parameters and keep them in synch with parameters of the base Wijmo component.
  • [Angular 2] Samples moved to Angular 2.4.
  • Added pluralization feature to the wijmo.format method.
  • Added FlexGrid draggingColumnOver and draggingRowOver events to provide control over drop targets (e.g. prevent users from moving certain columns to certain positions).
  • Improved FlexGridFilter performance when displaying long value lists.
  • Removed deprecated properties 'disabled' and 'required'. These were replaced in build 5.20162.192 with 'isDisabled' and 'isRequired', in order to avoid conflicts with standard HTML attributes in the markup.

Read more about the 2017 V1 Release

 

_________________________________________________________________

 

Wijmo Build 5.20163.259 - January 12, 2017

  • Angular 2: Added support for Angular 2.4.1.
  • ReactJS: Added support for ReactJS.
  • VueJS: Added support for Vue 2.
  • ReportViewer and PdfViewer updated to support new FlexReport server.
  • Added ServerCollectionView sample to demonstrate using remote datasources with FlexGrid.
  • Added FilterPanel sample that shows currently active filters and allows users to remove filters by clicking.
  • Added Angular 1/2 PdfViewerIntro samples.
  • Added Angular 2 version of the HeaderFilters sample. 
  • The following modules can now work with JSZip 3: wijmo.xlsx, wijmo.grid.xlsx and wijmo.grid.sheet. In addition to existing sybchrinous load/save methods that work only with JSZip 2, the asynchronous loadAsync/saveAsync methods were added, which require JSZip 3. The ExcelImportExport sample is updated to demonstrate the feature.

Breaking Changes

  • In the ReportView and PdfViewer contorls, the serviceUrl property should be reformated. A path was added to indicate wither the API was for PDF or Report.

Read more about the Build 259 Release

 

_________________________________________________________________

 

Wijmo Build 5.20163.254 - January 4, 2017

Change Log

  • Angular 2: Added support for Angular 2.4.1.
  • ReactJS: Added support for ReactJS.
  • VueJS: Added support for Vue 2.
  • Added PeriodicSunburst sample.
  • Improved FlexGrid performance when binding to large collections and not limiting grid height (automatically sized grids). This used to cause poor performance since the grid only took its host element into account when virtualizing cells; now it also takes into account the browser window.
  • Improved FlexGrid clipboard support to handle cells with line breaks.
  • Added a FlexGridDetailProvider.isAnimated property to enable animated transitions when showing row details.
  • Improved FlexSheet support to copy/paste the content of the HeaderRow in the bound sheet.
  • Added a Control.rightToLeft property that determines whether the control is hosted in an element with right-to-left layout.
  • Improved showPopup method to handle screen boundaries when reference is a point.
  • Added RTL support to LinearGauge and BulletGraph controls. The gauges now take RTL into account when rendering and handling the keyboard. The new behavior is compatible with the input element's when type="range".
  • Wijmo *culture.js files can be loaded before wijmo.js now.
  • Added support for Angular 2 Ahead-of-Time compiler. .metadata.json files for Wijmo Angular 2 components are added to NpmImages' subfolders. Check also Breaking Changes section.
  • Angular 2 specific properties (like isInitialized) and events (like 'initialized'/valueChangedNg/etc) of Wijmo components are now exposed in class declarations in .d.ts and hence available for Intellisense.
  • Added a getCellElement method to the wijmo.grid.GridPanel class to retrieve the HTMLElement that represents a given cell in the panel.
  • Added Menu.show method to display the menu at arbitrary positions on the screen (context-menu style).
  • Added a twoDigitYearMax property to the culture calendar so users can control the threshold used for converting two-digit year strings into full years.
  • Added support for showing group and column headers in the MultiRow control. This is done by setting the collapsedHeaders property to null (rather than true or false).
  • FlexGridPdfConverter added support for FlexSheet.
  • Added support for dataMaps on Boolean FlexGrid columns.
  • Added a dataMap property to the wijmo.grid.filter.ColumnFilter class. This dataMap takes precedence over the owner column's DataMap and is used to provide the strings displayed by the filter editors. For example, it can be used to change the strings displayed for Boolean column filters from 'true/false' to 'yes/no'.

Breaking Changes

  • @WjComonent decorator is removed from the library, because AoT compiler doesn't support custom decorators.
  • A suffix in implementation names of Angular incarnations of Wijmo events has been changed from 'Wj' to 'Ng' (e.g. valueChangedWj became valueChangedNg). Note that these events was not officially documented and their direct usage was not presumed.
  • A suffix in implementation names of Angular property change events (intended to implement two-way binding) has been changed from 'Ng' to 'PC' (e.g. valueChangeNg became valueChangePC). Note that these events was not officially documented and their direct usage was not presumed.
  • Added an optional 'fn' parameter that was missing in the wijmo.removeEventListener method. This will only break code that called removeEventListener specifying all optional parameters, which should be rare. The change provides more control over event removal and consistency with the wijmo.addEventListener method.

Read more about the Build 254 Release

 

_________________________________________________________________

 

Wijmo 2016 V3 - November 16, 2016

Change Log

  • Angular 2: Added support for Angular 2.
  • ReactJS: Added support for ReactJS.
  • ReactJS: Added DynamicDashboard sample.
  • VueJS: Added support for Vue 2 (requires version RC.6).
  • Added new ReportViewerIntro (Pure JS, Angular 1/2) sample for the wijmo.viewer module.
  • Added new PdfViewerIntro (Pure JS) sample for the wijmo.viewer module.
  • Added five new settings to the wijmo.olap.PivotField.ShowAs enumeration: PctGrand, PctCol, PctRow, RunTot, and RunTotPct. These new settings are compatible with similar settings available in Excel.
  • Added validation support to CollectionView (CollectionView.getError property) and to FlexGrid (FlexGrid.showErrors and FlexGrid.validateEdits properties). When showErrors is set to true, the grid shows validation errors on row headers and cells. When validateEdits is set to true, the grid remains in edit mode while there are validation errors.
  • Added a new BoxPlot series to the wijmo.chart.analytics module. It represents Box & Whisker charts. An example is uncluded in the FlexChartAnaytics sample.
  • Angular 2 samples in the Wijmo Enterprise Evaluation build now install Wijmo modules from an online location (instead of a local one used in the rest of builds). A corresponding record in package.json files now looks like this:
"dependencies": {
            "wijmo": "http://prerelease.componentone.com/wijmo5/npm-images/C1Wijmo-Enterprise-Eval-AMD-5.20162.222.tgz",
            ... another libraries
            }
            

Due to this change, the samples from Wijmo Enterprise Evaluation build can be freely moved to a new location now without a necessity to correct Wijmo reference in package.json.

  • Added external module versions of Wijmo core modules. Wijmo download zip now includes NpmImages folder with the wijmo-amd, wijmo-commonjs and wijmo-system subfolders containing Wijmo modules in AMD, CommonJS and System formats respectively. Each of these folders is effectively an NPM image that can be installed using the npm install [path to a folder] command. Alternatively, a corresponding record can be added to an application's package.json file that will cause Wijmo installation from a local folder to the application's node_modules/wijmo folder, when "npm install" command is executed in the application's root folder. For example:
"dependencies": {
            "wijmo": "../../../../../NpmImages/wijmo-amd",
            ... other libraries
            }
            

Currently only Wijmo core and Angular 2 interop modules are represented as external modules in these folders, the rest of interops are shipping as conventional global modules. The culture files (wijmo.culture.[culture_code]) are global modules too, and should be used in conjunction with Wijmo external modules in the same way as they are used with global modules - by adding them to HTML page using <script≶ tag, or in dynamic scenarious by loading them using XMLHttpRequest. One important remark regarding Angular 2 interop modules: Those were external modules from the day one, and referenced Wijmo core modules via global 'wijmo' variable (e.g. wijmo.grid.FlexGrid). The Angular 2 interop modules under the NpmImages folder are different: they reference Wijmo core external modules using the TypeScript "import" statement (that transpiles to the appropriate JavaScript code depending on the current module format). For example:

import * as wjcGrid from 'wijmo/wijmo.grid';

Module names follow the same convention as Angular 2 interop modules, i.e. 'wijmo/' prefix followed by a module name, e.g. 'wijmo/wijmo', 'wijmo/wijmo.input', 'wijmo/wijmo.grid'. Wijmo Angular 2 samples are reworked to use external versions of Wijmo core modules. Their package.json file includes a reference to the NpmImages/wijmo-amd folder (as shown in the example above) that causes an automatic installation of all necessary Wijmo code in the node_modules/wijmo folder when you issues an "npm install" command. Note that this definition works only if you use it from its original location in the Wijmo zip image. If you move a sample to a new location then you need to correct this path in the sample's package.json. The rest of the samples continue to use conventional global modules.

  • Added a new wijmo.viewer module that includes two controls:
    • ReportViewer: displays server-side generated FlexReport and SSRS reports.
    • PdfViewer: displays PDF files using a server-side service.
  • Improved support for filtered DataMaps with duplicate display values
  • Added ability to export the FlexGrid.columnFooters panel to PDF (TFS 208282).
  • Added 'showFilterIcons' property for FlexSheet. User is able to show/hide the filter icons in the Column Header of FlexSheet by this property. (TFS 214354)
  • Added ability to skip columns of FlexGrid during exporting to Excel. (TFS 195426)
  • Add word wrap support for saving/loading xlsx file. (TFS 205565)
  • Replaced character-based pencil and asterisk icons used to indicate edit mode/new template in FlexGrid rows with new glyphs: "pencil" and "asterisk". This makes it possible to hide or customize the icons using CSS.
  • Added FlexGrid.rowEditStartingStarted events to complement the rowEditEnding/Ended events which were already available. Also made rowEditEnding/Ended events fire when canceling edits. These changes make it easier to implement custom behaviors such as edit mode indicators and deep-binding edit undos.
  • Improved FlexGrid.beginningEdit event parameters to set the "data" event parameter to the event that caused the grid to enter edit mode (usually a keyboard or mouse event, or null if the editing was initiated by a call to the startEditing event)
  • Improved FlexGrid column auto-generation to handle fields that contain null values
  • Added Vue2 interop (wijmo.vue2.js)
  • Added support for wijmo.olap controls to Vue/React interops
  • Added Vue/React versions of the OlapIntro sample

Breaking Changes

  • Changed the arguments of the cellEditEnding event from CellRangeEventArgs to CellEditEndingEventArgs, which extends the former with a 'stayInEditMode' member. Any code that calls the onCellEditEnding event raiser should be updated as follows:
// raise grid's cellEditEnding event
            //var e = new wijmo.grid.CellRangeEventArgs(grid.cells, this._rng);
            var e = new wijmo.grid.CellEditEndingEventArgs(grid.cells, this._rng);
            grid.onCellEditEnding(e);
            
  • FlexSheet: Changed .wj-header-row font and background colors. To get old styles reset values to: background-color: #4800ff !important; color: #ff6a00 !important;

Read more about the 2016 V3 Release

 

_________________________________________________________________

 

Wijmo Build 5.20162.211 - September 27, 2016

  • Angular 2: Added support for Angular 2 Release (2.0.0).
  • Angular 2: all samples ported to 2.0.0
  • VueJS: Added support for Vue 2 (requires version RC.6).

 

_________________________________________________________________

 

Wijmo Build 5.20162.207 - September 9, 2016

  • Angular 2: Wijmo interop adapted to RC.6, and can still work with RC.5.
  • Angular 2: all samples ported to RC.6
  • Angular 2: added support for NgModule system introduced in RC.5. Each Wijmo Ng2 module includes corresponding NgModule that represents the module in Ng2 application and exports all its components. NgModule's name is inferred from ES6 module name, e.g. for ES6 module wijmo/wijmo.angular2.grid.filter the name of corresponding NgModule is WjGridFilterModule. Only few samples are reworked so far to use NgModel: InputIntro, FlexGridIntro, ngForms and FlexSheetExplorer. The latter is SPA application that implements lazy modules loading.
  • ReactJS: Added a new interop module for React: wijmo.react.js.
  • VueJS: Added a new interop module for Vue: wijmo.vue.js.
  • Completely redesigned help system.
  • Added support for column footers panel on the FlexGrid. Column footers have their own 'columnFooters' grid panel (similar to columnHeaders and rowHeaders). To add column footers to a grid, add one or more rows to its columnFooters panel. For example: grid.columnFooters.rows.push(new wijmo.grid.GroupRow()) In this example, we added a GroupRow, which will cause the grid to automatically display the aggregates set in each Column. Alternatively, you could add on or more regular rows, and set the cell contents of those row using the columnFooters.setCellData method: grid.columnFooters.rows.push(new wijmo.grid.Row()); grid.columnFooters.setCellData(0, 0, 'column footer value');
  • Added a new charting control: FlexRadar for creating radar and polar charts. The control is in new module: wijmo.chart.radar.js. FlexRadarIntro samples (PureJs, Angular 1/2) are added to demonstrate the new control's features.
  • Added a new funnel chart type. Added funnel chart sample to FlexChartIntro sample.
  • Added a new FlexGrid.newRowAtTop property to control whether the new row template should be displayed at the top or at the bottom of the data rows.
  • Improved FlexGrid scrolling with frozen cells (used to be a little jerky in IE).
  • Angular 2: added the autoSizeRows boolean property to the wjFlexGridCellTemplate directive that allows to disable automatic row height expansion.
  • Angular 1/2: added support for cell templates for FlexGrid column footers. WjFlexGridCellTemplate.cellType property now accepts 'ColumnFooter' and 'BottomLeft' to be applied to the corresponding cell types. In order to get a cell value in 'ColumnFooter' cell templates the $value (Angular 1) or cell.value (Angular 2) properties can be used.
  • Improved performance of Row/Col.IsSelected method.
  • Improved performance of FlexGrid.preserveOutlineState property.
  • Improved keyboard support in wijmo.Menu. Now users can use the keyboard to open the menu with (Enter/f4/alt+up/alt+down) and to navigate the options (up/down/ autosearch).
  • Added a Gauge.showTicks property that causes linear and radial gauges to show tick marks on the gauge face. The tick marks start from "min" to "max" at every "step". By default, the tick marks are white and 2 pixels in thickness. They can be styled using a ".wj-gauge .wj-ticks" CSS selector to customize their "stroke" and "stroke-width" values.
  • Added an optional 'dataItem' parameter to the DataMap.getDisplayValues method. The dataItem can be used to restrict the list of display values based on properties of the data item being rendered/edited.
  • Added support for "deep-binding" to the ListBox control (e.g. "customer.name").

 

_________________________________________________________________

 

Wijmo Build 5.20162.198 - August 4, 2016

  • Angular 2: tested against RC.4.
  • Angular 2: added support for Angular forms. The ngForms sample demonstrates the feature. The implementation is based on the new forms implementation from the @angular/forms module, instead of deprecated forms stuff from the @angular/common module. The ngForms sample includes the modified version of the abovementioned Dynamic Forms example that uses Wijmo input components. 
  • Modified input controls to support the 'for' attribute of labels. The control modifies the for attribute from targeting the host element so they target the inner input element instead. For example:

                Departure:

    The InputDate will automatically set the id to its inner input element to 'inputDate.input' and will switch the "for" attribute of the label to target the input element instead. 

  • Rewrote parts of the XLSX module to no longer include xlsx.js dependency. This allowed us to remove the restricitve Microsoft copyright and license.
  • Added a few class names to FlexGrid elements to enable more flexible CSS-based styling. The new class names are:
    • wj-elem-collapse Element that holds the expand/collapse glyphs in group rows
    • wj-elem-dropdown Element that holds the drop-down glyph in data-mapped cells
    • wj-elem-filter Element that holds the filter glyph in column headers
  • Added a "wj-autocomplete-match" class to define the default style used for highlighting AutoComplete matches (can be overridden by the cssClass property).
  • Added an AutoComplete.searchMemberPath property that allows you to specify item properties to use when searching (in addition to displayMemberPath).
  • Added an 'isReadOnly' property to all input controls (DropDown, InputNumber, Calendar). This prevents users from changing the value, but still allows selection, focus, and events. It is equivalent to the 'readonly' property in HTML input elements, but also prevents editing with the mouse (drop-downs, buttons, wheel).
  • Added a selectionMode property to the InputDate and Calendar controls to allow selecting months rather than specific days.
  • Added specific class names to derived controls (for example, the ComboBox control host element now has class wj-combobox in addition to wj-control and wj-dropdown).
  • Improved CSS to keep InputDate calendar width constant as the user navigates months in IE.
  • Added undo/redo processing for inserting/removing chart in FlexSheet. (TFS 191085)
  • Added a new 'wj-state-empty' class to controls that contains empty input elements. This class can be used in CSS selectors along with the wj-state-focused class.
  • Allow empty strings on masked inputs when "isRequired" is false.

Breaking Changes

  • Replaced some custom attributes used by the FlexGrid control with class names for better W3C compliance and CSS support:

    • "wj-collapse" attribute was replaced with "wj-elem-collapse" class name
    • "wj-dropdown" attribute was replaced with "wj-elem-dropdown" class name
    • "wj-filter" attribute was replaced with "wj-elem-filter" class nameThis change may affect applications that customize the display of node cells. For example, you should replace:
    cell.innerHTML = '      
  • Deprecated ' disabled' and 'required' properties on all controls and replaced them with 'isDisabled' and 'isRequired' . This avoids conflicts with HTML attributes in markup. The old properties still work, but will be removed in a future release, so this is not a breaking change yet, but will be.

 

_________________________________________________________________

 

Wijmo Build 5.20162.188 - June 29, 2016

  • Added wijmo.chart.hierarchical.Sunburst control. The control displays hierarhical data as multi-level pie charts.
  • Added wijmo.chart.analytics.Waterfall class. The Waterfall series represents data values with cumulative effects (Waterfall chart).
  • Added ReportViewer sample, which includes a client-side ReportViewer control that uses FlexReport on the server to render reports.
  • wijmo.pdf - added support for drawing SVG images (the PdfPageArea.drawSvg method).
  • Added customized filter for FlexSheet, make the filtering behave exactly like in Excel.
  • Updated the cell ranges processing in formula that Insert/delete row/column will update affected cell ranges in formulas.
  • Added a CollectionView.sortComparer property to support using custom value comparers such as Dave Koele's "natural sorting"
  • Added JavaScript Intellisense support, see the Intellisense folder in Wijmo zip.
  • Angular 2 - adapted to Angular 2 RC.3
  • Angular 2: the 'initialized' event and 'isInitialized' boolean property are added to all components. The event triggers when the bindings on the component and all its child components have been initialized, and the property changes its value from false to true at this moment. Note that 'isInitialized' is a dynamic property, in a sense is that it's not exposed as a TypeScript property out of the component interface, so it should be read using the component['isInitialized'] syntax.

 

_________________________________________________________________

 

Wijmo Build 5.20161.164 - June 16, 2016

  • Angular 2: refined component initialization functionality.
  • Improved FlexGrid.stickyHeaders property to work within nested scrollable container elements, improved StickyHeaders sample to demonstrate this and how to add sticky toolbars to the grid.
  • Added SimpleReports sample.
  • Added DynamicDashboard sample.
  • Added Popup.dialogResult and Popup.dialogResultEnter properties to make it easier to create and handle modal dialogs. 
  • Added wijmo.grid.multirow extension module. Contains the MultiRow control that extends conventional grid layouts by using multiple rows to represent each data item.
  • Added a Gauge.getText callback property used to customize text values shown on gauges. 
  • Added FlexGrid.updatingLayout and updatedLayout events.
  • Added a FlexGrid.updatingView event to match FlexGrid.updatedView.
  • Addled a ValueFilter.sortValues property that allows users to specify that they don't want the values to be sorted when displayed in the filter editor.
  • Improved focus handling to work with controls hosted in "shadowRoot" elements (see the wijmo.getActiveElement() method).
  • Added style property for WorkSheet class, user is able to set the style for all the cells in the Worksheet for exporting.
  • Added PivotGrid.showRowFieldSort property.
  • Added MultiSelect.checkedItems property to Angular directives.
  • The Angular 2 samples missed in build 153 have been ported to RC.1
  • Wijmo for Angular 2 components adapted to Angular 2 RC.1

Breaking Changes

  • Angular 2: bound events are triggered during component initialization now; before now they started to trigger after a component got to ngOnInit lifecycle hook.
  • The CollectionView.moveCurrentToPrevious method used to allow moving the cursor to position -1. Now it stops moving when the cursor reaches the first item (position zero). This was done for two reasons: 1) To make the method more convenient to use in typical first/prev/next/last VCR-style navigation buttons (the 'prev' button can now be linked to moveCurrentToPrevious without any additional tests), and 2) To improve consistency with the moveCurrentToNext method, which stopped at the last item in the collection.

Read more about the Build 164 Release

 

_________________________________________________________________

 

Wijmo Build 5.20161.154 - May 19, 2016

  • Wijmo Angular 2 components adapted to RC1.

 

_________________________________________________________________

 

Wijmo Build 5.20161.151 - May 11, 2016

  • Wijmo Angular 2 components adapted to Beta.15.
  • More than 20 samples ported to Angular 2.
  • Added Flyout sample that shows how to implement flyout menus on grid columns.
  • Added DragDropTouch sample that shows how to improve touch support in mobile devices, including drag/drop operations like column dragging as well as resizing.
  • Added OlapModal sample to show how to use PivotPanel in a modal dialog.
  • Added FlexGrid CellFactory sample that shows how to override the CellFactory in FlexGrid for custom rendering.
  • Added Chart support in FlexSheet (as a part of ExcelBook sample).
  • Added a wijmo.olap.PivotEngine.totalsBeforeData property that determines whether totals and grand totals should be displayed before or after the data they summarize.
  • Optimized horizontal scrolling on the FlexGrid (especially noticeable in IE, with large numbers of columns).
  • Added an ODataCollectionView.load method to re-fetch the data from the server.
  • Added CollectionView.sourceCollectionChanging and CollectionView.sourceCollectionChanged events.
  • Added support for deleting the content of multiple cells on the FlexSheet.
  • Added support for exporting borders in xlsx export.
  • Added a 'wj-header-alt' class to alternating cell headers (to avoid interference with existing CSS using 'wj-alt' class, which is applied only to scrollable cells).
  • Improved keyboard/focus handling in Popup control
  • Improved the FlexGridFilter value filters to behave more like Excel. The values shown for a column include only items that are not excluded by other filters. For example, if you filter a list by 'name' and that results in two items being shown, other field filters will only show the values of those two items.
  • Added new settings to AllowResizing enum to allow resizing rows and columns by dragging the edges of scrollable (non-header) cells. This is especially useful when headers are hidden (see headersVisibility). The updated settings are export enum AllowResizing { None, Columns, Rows, Both, ColumnsAllCells, RowsAllCells, BothAllCells }
  • Improved the adding/removing/changing sheet operations of sheets collection for FlexSheet control.

Read more about the Build 151 Release

 

_________________________________________________________________

 

Wijmo Build 5.20161.138 - March 10, 2016

  • Added wijmo.angular2.* modules (Beta version), allowing developers to use Wijmo controls in Angular 2 applications markup.
  • Added a wijmo.olap module that provides Excel-like pivot tables and charts to Wijmo. (Enterprise only)
  • Added 288 Material Design themes and Material Design sample. 
  • Added a wijmo.chart.animation module with the ChartAnimation main class that provides animations for the FlexChart, FlexPie and FinancialChart controls. The FlexChartAnimation sample demonstrates module's features.
  • Added ChartGestures to the wijmo.chart.interaction module. The class adds touch zoom and panning functionality to the FlexChart control. The FlexChartZoom sample demonstrates usage of the class.
  • Added FlexChartBase.exportToImage method that allows exporting charts to PNG, JPEG, and SVG formats.
  • Added Axis.labelPadding property that controls padding of axis labels.
  • Added FlexSheetExplorer and FlexSheet 101 samples.
  • Added a wijmo.pdf module, with the PdfDocument main class that provides client side functionality for creating files in PDF format. The module is based on a modified version of the PDFKit library with a footprint minified up to 375Kb.
  • Added wijmo.grid.pdf module which is an extension of the wijmo.pdf and wijmo.grid modules and provides functionality for exporting FlexGrid to PDF format. 
  • Added a PrintDocument class to the wijmo module. This class allows you to create documents for printing, which in modern browsers includes the option to export to PDF. 
  • Modified FlexGridFilter module to clear value filters when all possible values are selected.
  • Added a FlexGrid.preserveSelectedState property to control whether the grid should preserve the selected state of rows when the data is refreshed.
  • Added a FlexGrid.preserveOutlineState property to control whether the grid should preserve the collapsed/expanded state of group rows when the data is refreshed.
  • Added a Tooltip.showAtMouse property that causes the tooltip position to be computed based on the mouse position rather than on the target element.
  • Made FlexGrid "stickyHeaders" visible to the mouse, so users can interact with columns (sort/move/resize/filter) while in sticky mode.

Read more about the Build 138 Release

 

_________________________________________________________________

 

Wijmo Build 5.20153.117 - January 27, 2016

  • Added Angular 2 Explorer sample with components for core Wijmo controls. The sample uses Beta.1 version of Angular 2.
  • Added a wijmo.input.DropDown.dropDownCssClass property to make it easier to style the drop-down elements of the controls (this applies to all controls that extend DropDown, including ComboBox, MultiSelect, InputDate, InputTime, etc).
  • Added a wijmo.grid.Column.dropDownCssClass property to make it easier to style the drop-down list used to edit cells in columns that have dataMaps.
  • Added a wijmo.collections.CollectionView.useStableSort property that causes the CollectionView class to use a stable sort algorithm which is 30 to 50% slower than the native sort but maintains the relative order of records with equal keys.
  • Added a new InputDateTime control to enter/edit date and time values using a single control (as opposed to using an InputDate and an InputTime). 
  • Added a new FlexGrid.imeEnabled property to support IME modes while the grid is not in edit mode. This property benefits sites and applications in Japanese, Chinese, Korean and other languages that require IME support.
  • Improved FlexGrid.focus() implementation to prevent the browser from scrolling the grid's hostElement into view when the grid gets the focus.
  • Improved allowAddNew to work better with childItemsPath.
  • Improved IE9 polyfill to support drag/drop in modal dialogs
  • wijmo.xlsx added support for several new functions: Column, Columns, COUNTA, COUNTBLANK, COUNTIF, COUNTIFS, DATE, DATEDIF, DCOUNT, HLOOKUP, HOUR, INDEX, MOD, RANK, RATE, ROUNDDOWN, ROUNDUP, ROW, ROWS, SUBTOTAL, SUMIF, SUMIFS, TIME, TODAY
  • wijmo.xlsx added support for importing shared formulas.
  • wijmo.xlsx improved performance.
  • wijmo.grid.sheet added support for user-provided custom functions, see the FlexSheet.addCustomFunction method.
  • wijmo.grid.sheet added FlexSheet.unknownFunction event that allows to process non-supported functions found in cell expressions.
  • wijmo.grid.sheet added Sheet.itemsSource property that allows to change the items source for data bound sheets.

Read more about Build 117 Release

Wijmo Build 5.20153.109 - December 10, 2015

  • Improved Globalize to support formatting of fiscal years and quarters with the following format specifiers:
    • 'EEEE': government fiscal year
    • 'eeee': corporations fiscal year
    • 'U': government fiscal quarter
    • 'u': corporations fiscal quarterThe conversion from calendar to fiscal date is culture-dependent. If you are not using the appropriate culture file (and don't want to), then you can specify the conversion factor by setting the wijmo.culture.Globalize.calendar.fiscalYearOffset variable to an array containing two integers that represent the offset (in months) of the start of the fiscal year for government and for the private sector. For example, the Japanese culture uses a three month offset for the government's fiscal year and no offset for the private sector: wijmo.culture.Globalize.calendar.fiscalYearOffsets = [3, 0];
  • Added support for Japanese characters (IME, Katakana, Hiragana) in InputMask control.
  • Added automatic label rotation for category x-axis. The labels are rotated to avoid overlapping if axis.labelAngle is not specified.
  • Improved CollectionView.trackChanges to allow tracking of changes made to items that are not the current edit item. The most common scenario is pasting blocks of data into a FlexGrid.
  • Improved FlexGrid.childItemsPath property to accept arrays of strings in case items at different levels use different property names for their child items.
  • Changed the default value of the InputTime.step property to 15 (which seems to be the most common/useful setting). This causes the control to display the drop-down button by default; to remove the button, set the step property to null.
  • Added support for opening FlexGrid.dataMap dropdowns using the keyboard (F4, alt+up/down, like WinForms and WPF/Excel)
  • Improved the Control.dispose method to remove all Wijmo event listeners from the control being disposed (dispose also removes all HTML event listeners added with the Control.addEventListener method).
  • Added a DropDown.autoExpandSelection property that determines whether input controls should automatically select whole words/numbers when clicked. This applies to all controls that derive from DropDown, and makes it easier to edit dates, times, colors, etc.
  • Added a ComboBox.headerPath property that allows decoupling the values shown in the combo's input element from the values shown in the drop-down list.
  • Added five new glyphs to wijmo.css:
    • wj-glyph-step-forward
    • wj-glyph-step-backward
    • wj-glyph-file
    • wj-glyph-calendar
    • wj-glyph-clock
  • The FlexGridXlsxConverter class adds support for row headers export. The behavior is controlled by the IFlexGridXlsxExportOptions.includeRowHeaders property.
  • Improved InputMask handling of delete key with masks that contain numbers in the template (e.g. "99-55-9999").
  • Added FlexGrid.selectedRows and selectedItems properties. Both can be used to get a list with the currently selected rows or their associated data items. When the selectionMode property is set to ListBox, they can also be used to set the selected rows or data items.
  • Refactored wijmo.grid.filter.FlexGrid filter by removing the OData-specific getODataFilterDefinition method and replacing it with a call to the collection view's updateFilterDefinition method; which if present updates the filter definition used on the server-side. This refactoring allows other CollectionView implementations (such as BreezeCollectionView) to support server-side filtering.
  • Improved BreezeCollectionView sample to show server-side filtering.
  • Added a FlexGrid.showAlternatingRows property to allow disabling alternate row styling without changing any CSS rules.
  • Added a FlexGrid.updatedView that fires when the grid finishes creating/updating the cell elements for the current view (e.g. after binding, refreshing, resizing, scrolling, etc.)
  • Used IntelliSpell to spell-check all the documentation.

Read more about Build 109 Release

 

_________________________________________________________________

 

Wijmo Build 5.20153.102 - October 29, 2015

  • Added wijmo.xlsx module that provides client-side functionality for exporting and importing to/from Excel xlsx file. The ExcelImportExport sample is updated with examples demonstrating its usage.
  • Added wijmo.grid.xlsx module, which is an extension to the wijmo.xlsx module, that provides client-side functionality for exporting and importing FlexGrid to/from Excel xlsx file. The ExcelImportExport sample is updated to use this module.
  • Added wijmo.grid.sheet module, which is an extension to the wijmo.grid and wijmo.grid.xlsx modules. It implements the FlexSheet control that provides an Excel-like functionality. The ExcelBook sample is updated to use this module.
  • New FinancialChart overlays: Bollinger Bands & Moving Average Envelopes.
  • New FinancialChart indicators: Average True Range, Relative Strength Index, Commodity Channel Index, Williams %R, MACD/MACD Histogram, Stochastic Oscillator.
  • New Fibonacci Extensions for FinancialChart: Fans, Arcs, Time zones.
  • Added AngularJS PdfExport sample that implements client-side export of a FlexGrid control to PDF format.
  • Added AngularJS FlexChartAnimation sample. The sample shows chart animation when loading and updating chart data.
  • Added AngularJS FlexChartZoom sample. The sample demonstrates chart interaction using touch gestures or mouse.
  • Added PureJS AggregateSeries sample for FlexChart. The sample shows data aggregation based on selected data range.
  • New RangeSelector.seamless property allows seamless transition between selector handles.
  • New appearance of RangeSelector handles simplifies dragging at smaller ranges.
  • Improved wijmo.grid.filter.FlexGridFilter to allow filtering with merged headers.
  • Improved auto-generated column headers. (we now capitalize first letter, break up camel-case binding strings, so the header for a column bound to the 'productName' property becomes 'Product Name' be default).
  • Optimized wijmo.closest method to use 'matches' method instead of 'querySelectorAll'.
  • Improved InputNumber control behavior on mobile devices.
  • Added a FlexGrid.stickyHeaders property that keeps column header cells in view even when the top of the grid scrolls off view.
  • Improved CollectionView change tracking to ignore items that are added and subsequently removed in the same session.
  • Improved Globalize to support formatting of date quarters with the 'q' or 'Q' format specifiers (e.g. format(someDate, 'yyyy "Q"q') => '2014 Q4').

Read more about Build 102 Release

 

_________________________________________________________________

 

Wijmo Build 5.20152.90 - September 28, 2015

  • Added a wijmo.odata.ODataVirtualCollectionView class that loads data on demand.
  • ODataCollectionView.filterDefinition property is applied to filter on the server even when filterOnServer is set to false. This allows applications to apply server and client-side filtering to the same collection.
  • Added FlexGrid.pastingCell/pastedCell events. These events fire while the grid is pasting data into individual cells. Previously, the grid would fire editing events in these situations, but that led to some ambiguities that affected the implementation of custom editors.
  • Added support for hexadecimal formatting/parsing; use format 'xn' or 'Xn'
  • Made AutoComplete control honor the "isEditable" property (inherited from ComboBox)
  • Added a wijmo.grid.CellFactory.disposeCell method to allow better resource cleanup when using custom cell factories.
  • Improved Angular FlexGrid.CellEdit template to use the character that was typed when initiating the edits (as the built-in editors do).
  • Made FlexGrid.cellFactory property get/set.
  • Added a wijmo.grid.DataMap.isEditable property to allow users to enter data that is not on the DataMap (mapped items become non-exclusive options).
  • wj-menu-item directive now supports AngularJS interpolation expressions and directives inside it, and can be used in conjunction with ng-repeat/ng-if directives.
  • Data-bound Menu controls now support wj-item-template directive that allows to define an arbitrary menu item content.
  • ng-class AngularJS directive is now supported on the wj-flex-grid-column and wj-flex-grid-cell-template directives.

Read more about Build 90 Release

 

_________________________________________________________________

 

Wijmo Build 5.20152.84 - August 27, 2015

  • Added a FlexGrid.showMarquee property that determines whether the grid should display an Excel-style marquee around the current selection. The marquee may be styled using the "wj-marquee" class selector.
  • Added a FlexGrid.showSelectedHeaders property that determines whether the grid should add a "wj-state-multi-selected" class selector to row and/or column header elements; these can be used in CSS to highlight header cells that correspond to the current selection.
  • Added a new 'clip' parameter to the FlexGrid.getMergedRange method; if true (the default), the method clips the merged range to the current view range.
  • Added Calendar.itemValidator and InputDate.itemValidator properties to enable preventing certain days from being selected. 
  • Added a Calendar.formatItem event to complement the Calendar.itemFormatter property.
  • Added a new 'wj-state-focused' class to controls that contains the focus. This class is toggled automatically to reflect the control's focus state and can be used in CSS selectors to add focus-related styles to parts of focused controls, such as gauge cursors, chart series, and grid ranges.
  • Added Angular attributes for chart series axisX and axisY .
  • Added wijmo.input.DropDown.isDroppedDownChanging event to allow for customization of the drop-down before it is shown.
  • Added wijmo.grid.filter.ValueFiler.uniqueValues property to specify the list of values to be shown on the list, which is more efficient than building the list from the data and works on collections that are filtered on the server.
  • Improved features and performance of Globalize.formatDate and parseDate methods.
  • Added scaling specifiers to Globalization.formatNumber and parseFloat. For example, 'n0,' divides the value by one thousand, 'n0,,' by one million, and 'n0,,,' by one billion. The scaling specifiers are especially useful in charts based on large values so the axis display scaled values which are easier to read and take up less space.
  • Added a Gauge.thumbSize property that enables displaying a 'thumb' element to show the current value at the end of the 'pointer' range. This applies to linear and radial gauges.
  • Added mouse wheel support to editable Gauges.
  • Added support for 24 new cultures.

Read more about Build 84 Release

 

_________________________________________________________________

 

Wijmo Build 5.20152.70 - July 07, 2015

  • Added wijmo.chart.finance extension module, contains FinancialChart control. The module is a part of Wijmo Enterprise only.
  • Added StockChart. The sample shows various features of FinancialChart control.
  • Added FinancialChartExplorer sample. The sample shows available financial chart types.
  • Added FinancialChartIntro. The sample in an introduction to FinancialChart control.
  • Added wijmo.chart.finance.analytics module, contains Fibonacci tool.
  • Added ExcelBook sample that implements FlexSheet control that provides Excel-like functionality. The implementation is based on the FlexGrid control.
  • Added wijmo.chart.analytics extension module, containing a set of specialized series classes intended for creating of analytical charts using FlexChart and FinancialChart controls:
    • TrendLine (A calculation of simple linear or growth trend that fits diffrent fitType)
    • MovingAverage (A calculation by creating a series of averages of different subsets)
    • YFunctionSeries (A calculation of y by given function)
    • ParametricFunctionSeries (A calculation of x and y by given xFunc and yFunc)
  • Added wijmo.chart.annotation extension module, implements a possibility to add annotations of different types to FlexChart and FinancialChart controls:
    • AnnotationLayer (A layer that contains a collection of annotations of different types)
    • Annotations: Circle, Ellipse, Image, Line, Polygon, Rectangle, Square, Text
  • Added AxisScrollBar sample. The sample demonstrates axis scroll bars that allow to scroll through and change scale of displayed data.
  • Added FlexChartAnalytics. The sample shows extended chart functionality from wijmo.chart.analytics module.
  • Added FlexChartAnnotation. The sample demonstrates annotations created with wijmo.chart.annotation module.
  • Added a new wijmo.input.MultiSelect control (allows picking multiple items from a drop-down).
  • Added a new wijmo.input.Popup control (shows arbitrary elements as popups/popovers/dialogs).
  • Improved label generation for time and category axes.
  • Added support of custom data label rendering(DataLabel.rendering event).
  • Added connecting lines for data labels(DataLabel.connectingLine property).
  • Added DataLabel.offset property to specifies offset from date point to the corresponding label.
  • Added Axis.labelAlign property to control alignment of axis labels.
  • Axis properties min, max, actualMin, actualMax support Date objects for time-based data source.
  • Added property SeriesBase.altStyle to specify alternative style for data series.
  • Added Position.Auto option that allows to automatically set chart legend position depending on control's size.
  • Added a Menu.owner property for use in shared context menus.
  • Added filterChanging and filterChanged events to the FlexGridFilter class.
  • Improved FlexGridFilter to ignore invalid condition filters such as "contains('')" or "beginswith('')".
  • Optimized ODataCollectionView to skip schema/version query in some situations.
  • Prevent browser from trying to scroll the whole grid into view when it gets focus.
  • Added Control.gotFocus and lostFocus events.
  • Added wheel support to Input controls.

 

_________________________________________________________________

 

Wijmo Build 5.20151.63 - June 24, 2015

  • Added a wijmo.odata module with an ODataCollectionView class that extends the CollectionView class to load and update data exposed as OData services.
  • Added WjValidationError Angular directive to support validation (HTML5 or Angular forms) based on arbitrary Angular expressions.
  • Added wijmo.grid.detail extension to add row details to FlexGrid controls.
  • Added a wijmo.httpRequest method to perform Ajax requests without dependencies.
  • Added a ValueFilter.maxValues property to limit the number of unique items to display in the value filter list.
  • Added WjItemTemplate directive to support ListBox item templates with arbitrary HTML markup (including Angular bindings and directives).
  • Prevent browser from trying to scroll the whole grid into view when it gets focus.
  • First input element in FlexGrid edit cell template now automatically gains focus after editing has started.
  • Added support for binding to array properties (e.g. 'customer.balance[0]').
  • Improved FlexGrid numeric editor to right-align and show the full precision of values being edited (like MS-Excel).
  • Added InputMask.rawValue property to get/set the value of the control without mask literals and prompt characters.

_________________________________________________________________

 

Wijmo Build 5.20151.51 - May 13, 2015

  • Improved scrolling performance in IE (200x in some cases)
  • Added wijmo.setText method to set or clear the content of HTML elements as efficiently as possible.
  • Added FlexGridFilter.filterDefinitions property to serialize filters to/from JSON.
  • Added ListBox.formatItem event (same semantics as FlexGrid.formatItem)
  • Added support for Excel shortcuts: ctrl+A = select all, shift+Enter: select up.
  • Added two new glyphs: .wj-glyph-plus and .wj-glyph-minus.
  • Improved FlexGrid cell templates for Angular performance.
  • Improved CollectionView grouping and sorting performance.
  • wj-tooltip Angular directive now supports interpolated values.
  • Added disposeAll static method to the Control class to make it easier to dispose of controls when their host elements are removed from the DOM.
  • Added add/removeEventListener methods to the Control class to make it easier to remove event listeners when the control is disposed.

 

_________________________________________________________________

 

Wijmo Build 5.20151.48 - April 10, 2015

  • Added a Control.disabled property (maps to disabled attribute of the host element)
  • Added class names to facilitate custom styling of column headers:
    • wj-sort-asc (column is sorted in ascending order)
    • wj-sort-desc (column is sorted in descending order)
    • wj-filter-on (column has an active filter)
    • wj-filter-off (column has an inactive filter)
  • Improved FlexGrid cell templates for Angular performance.
  • Changed FlexGrid mouse handler to sort/select on left button only (reserving the right button for context menus)
  • Improved grid filter to support value and condition filtering.
  • Added a Menu.isButton property that turns menus into split-buttons.
  • Input and Gauge directives can bind using ng-model directive now, gaining the features specific to ng-model this way.
  • Added WjFlexGridCellTemplate.cell-overflow attribute that allows to change cells' style.overflow property declaratively.
  • Optimized grid scrolling performance (especially visible in IE).

 

_________________________________________________________________

 

Wijmo Build 5.20151.42 - March 17, 2015

  • Optimized grid scrolling performance.
  • Added markers to indicate the position of rows and columns being dragged.
  • Improved behavior of drop-down grid cells on mobile devices.
  • Added select-all functionality when the user clicks the top-left fixed cell.
  • Changed row and column resize cursors to 'col-resize' and 'row-resize.'
  • Added a FlexGrid.deferResizing property to defer row and column resizing until the user releases the mouse.
  • Added a Column.sortMemberPath property to sort columns based on an alternate binding.
  • Exposed wijmo.showPopup and hidePopup utility methods for positioning popup elements.
  • Added support for multi-item selection in the ListBox control. Set the checkedMemberPath property to the name of a Boolean property in the itemsSource collection and the ListBox adds checkboxes to each item, and fires the itemChecked event when the current item is checked or unchecked.
  • Deprecated and removed the wijmo.isTouchDevice method. The method actually tested the browser, not the device, so it was useless.
  • Added a LineMarker class to the wijmo.chart module that provides FlexChart with a continuous data point information with optional directional lines as mouse pointer moves over a chart surface.
  • Added a wijmo.chart.interaction extension module with a RangeSelector class that allows the user to choose the range of data to display on the specified FlexChart.
  • Added WjFlexGridCellTemplate directive for Angular that allows to definea custom template for any type of a FlexGrid cell (column and row headers, editing cell, and so on).
  • Cell templates now support element level directives.
  • Wijmo child directives for Angular (like WjFlexGridColumn or WjFlexChartSeries),when used in conjunction with ng-repeat directive, now support full-functional synchronization with ng-repeat's source array, including items order.

 

_________________________________________________________________

 

Wijmo Build 5.20143.39 - February 23, 2015

  • Added FlexGrid.sortRowIndex property. This property determines the index of the row in the column headers panel that displays the sort icon and can be clicked to sort the column. By default, it is set to null, causing the last row in the panel to be the 'sort row'.
  • Raise editing events when pasting data into the FlexGrid (this allows users to prevent overwriting specific cells when pasting).
  • Improved column filters to work with complex properties (e.g. 'state.name', 'state.pop').
  • Exposed wijmo.Binding class used to work with complex properties.
  • New wijmo.grid.grouppanel module with the GroupPanel control that adds a drag&drop grouping functionality to the FlexGrid control.
  • Improved the CollectionView sorting logic to place nulls at the bottom of the list, regardless of sort direction (Excel behavior).
  • Allow initialization of ObservableArray in constructor.
  • Improved formatting of values in GroupRow node cells.
  • Improved the grouping logic of paged CollectionViews to avoid splitting groups between pages and to include all items in aggregates (as opposed to items in the current page which was the previous behavior).
  • Added a CollectionView.sortConverter property. The property specifies a function that can be used to customize the sorting behavior of the CollectionView.
  • Improved FlexGrid sorting to take dataMaps into account. Now the grid sorts based on display value (as opposed to raw data values which was the previous behavior).
  • Expanded grid keyboard handling: now ctrl+home and ctrl+end navigate to the first and last cells on the grid (as opposed to home/end, which navigate to the first and last cells on the current row).
  • Added Gauge.origin property. This property determines the starting point used for painting the pointer range. Setting it to null causes the gauge to use the min property or zero if the range extends from negative to positive values.
  • Clamp InputNumber value between min/max as the user types the value in.
  • Improved behavior of input controls on touch devices

 

_________________________________________________________________

 

Wijmo Build 5.20143.32 - January 22, 2015

  • Added support of chart data labels(new properties FlexChart.dataLabel and
  • FlexPie.dataLabel).
  • Added FlexGrid.getCellBoundingRect and GridPanel.getCellBoundingRect methods
  • to retrieve the bounds of a given cell.
  • Added FlexGrid.formatItem event to allow multiple subscribers to customize cells
  • (itemFormatter allows only one).
  • Added FlexGrid.AutoSizeMode property to customize auto-sizing behavior, as
  • well as new events autoSizingColumn, autoSizedColumn, autoSizingRow, autoSizedRow.
  • Improved DropDown control behavior in clipping containers.
  • Added two new glyphs: .wj-glyph-check and .wj-glyph-filter
  • Child Angular directives for Wijmo (like wj-flex-grid-column) can now be defined using
  • the ng-repeat directive.

 

_________________________________________________________________

 

Wijmo Build 5.20143.27 - January 06, 2015

  • Fixed problem in chart series x-binding.

 

_________________________________________________________________

 

Wijmo Build 5.20143.26 - December 29, 2014

  • Added initialization options to wijmo.grid.Column constructor
  • Changed default color in InputColor and ColorPicker to white
  • Added support of logarithmic axes(new Axis logBase property).

 

_________________________________________________________________

 

Wijmo Build 5.20143.25 - December 10, 2014

  • Added frozenRows and frozenColumns properties to the FlexGrid. Frozen cells are non-scrollable (like header cells) but can be selected and edited (like regular cells).
  • Added Axis properties itemsSource, binding, itemFormatter. The properties provide axis label customization.
  • Added Axis overlappingLabels property that controls appearance overlapped labels on axis. By default the overlapped labels are hidden.
  • Added event Axis.rangeChanged.

 

_________________________________________________________________

 

Wijmo Build 5.20143.24 - December 10, 2014

  • Added InputColor and ColorPicker controls to wijmo.input module.
  • Added toHsb, toHsl, fromHsb, fromHsl methods to Color class.
  • Improved Globalize.formatNumber to honor the 'd' format as per the .NET spec. (e.g. Globalize.formatNumber(-1234, 'D6') == '-001234')
  • Added chart axis minor ticks and grid lines ('minorTickMarks', 'minorGrid' props in Axis class).
  • Added wijmo.chart.Axis.origin property This property allows to specify axis position inside plot area.
  • Added 'initialized' event and 'isInitialized' boolean property to Angular directives and Knockout Bindings. The property gets a true value and event is triggered after the directive has finished initialization of the control with values defined in its attributes and child directives.

 

_________________________________________________________________

 

Wijmo Build 5.20143.23 - November 11, 2014

  • Removed dependency on jQuery
  • FlexGrid:
    • Added wijmo.grid.Column.showDropDown property
  • New samples:
    • Column Picker, Custom Headers, AngularEvents, more...

 

_________________________________________________________________

 

Wijmo Build 5.20143.22 - October 3, 2014

  • KnockoutJS support
  • InputMask control
  • FlexGrid:
    • Clipboard support
    • Column: mask, required, inputType properties
  • FlexChart:
    • Multi-axis support
    • Label angle
  • InputDate, InputTime:
    • Added mask property
  • On-line help:
    • Collapse/expand topics
    • Show/hide inherited members
  • New samples
  • Shopping Cart, Dashboard, more...
Product Versions

Related Links

Release Builds & Dates

Wijmo Build 5.20173.409 - February 13, 2018

Wijmo Build 5.20173.403 - January 16, 2018

Wijmo Build 5.20173.380 - December 1, 2017

Wijmo 2017 v3 - November 13, 2017

Wijmo Build 5.20172.359 - October 3, 2017

Wijmo 2017 v2 - July 11, 2017

Wijmo Build 5.20171.293 - May 3, 2017

Wijmo 2017 v1 - March 13, 2017

Wijmo Build 5.20163.259 - January 12, 2017

Wijmo Build 5.20163.254 - January 4, 2017

Wijmo 2016 V3 - November 16, 2016

Wijmo Build 5.20162.211 - September 27, 2016

Wijmo Build 5.20162.207 - September 9, 2016

Wijmo Build 5.20162.198 - August 4, 2016

Wijmo Build 5.20162.188 - June 29, 2016

Wijmo Build 5.20161.164 - June 16, 2016

Wijmo Build 5.20161.154 - May 19, 2016

Wijmo Build 5.20161.151 - May 11, 2016

Wijmo Build 5.20161.138 - March 10, 2016

Wijmo Build 5.20153.117 - January 27, 2016

Wijmo Build 5.20153.109 - December 10, 2015

Wijmo Build 5.20153.102 - October 29, 2015

Wijmo Build 5.20152.90 - September 28, 2015

Wijmo Build 5.20152.84 - August 27, 2015

Wijmo Build 5.20152.70 - July 07, 2015

Wijmo Build 5.20151.63 - June 24, 2015

Wijmo Build 5.20151.51 - May 13, 2015

Wijmo Build 5.20151.48 - April 10, 2015

Wijmo Build 5.20151.42 - March 17, 2015

Wijmo Build 5.20143.39 - February 23, 2015

Wijmo Build 5.20143.32 - January 22, 2015

Wijmo Build 5.20143.27 - January 06, 2015

Wijmo Build 5.20143.26 - December 29, 2014

Wijmo Build 5.20143.25 - December 10, 2014

Wijmo Build 5.20143.24 - December 10, 2014

Wijmo Build 5.20143.23 - November 11, 2014

Wijmo Build 5.20143.22 - October 3, 2014