Wijmo Open
- wijsuperpanel
- Prevent right and middle clicking takes effect on the scrollbar. Fixed.
- Fixed bugs: JavaScript exception on option "autoRefresh" is set to true. Fixed.
- wijtabs
- Renamed the 'disabled' option to 'disabledIndexes'
- Renamed the 'enable' method to 'enableTab'; renamed the 'disable' method to 'disableTab'
- Fixed a bug: Setting disabled option to true still allowed tabs to be selected.
- wijdialog
- Fixed bug: "Open" method will reload iframe of the dialog.
- Fixed bug: beforeClose has some issues on iframe mode.
- Added a new event: stateChanged - A function called when the state ("minimized", "maximized", "normal") of the wijdialog is changed.
- Add new event: blur - A function called when the wijdialog loses focus.
- wijlist
- Fixed a bug: javascript error is observed after setting the AutoPostBack property is to true in the combo box.
- wijmenu
- Fixed a bug: A JavaScript error is observed after navigating the wijmenu with an access key and then pressing any key.
- Fixed a bug: When the focus is on a menuitem and the Enter key is pressed, the menuitem's URL isn't navigated to.
- Fixed a bug: When the disabled option is set to true, the sub menu can open.
- Fixed a bug: When the template item is an input element, it will throw an exception in Internet Explorer 8.
- Fixed a bug: When the trigger event was set to right-click and the user moused out from an item with a submenu, the item had the wrong style.
- Modify the aria-activedescendant to an menu item id.
- Added menu item disabling support.
- wijtooltip
- Changed the ajaxCallback option's default value from false to null.
- Fixed a bug where setting the content option would not set the content of a tooltip.
- wijsplitter
- Fixed the issue where dragging the expander bar will throw an exception in Internet Explorer 7.
- Added the disabled option support.
- Fixed the issue where resetting the panel1 option will override the previous panel1 settings in Firefox (because the "use strict").
- wijslider
- Fixed a bug: the height of slider doesn't appear correctly upon setting the height in the control.
- wijprogressbar
- Fixed the issue where the value options needed to be set to reflect the setting of labelFormatString and toolTipFormatString options.
- Fixed a bug: when set maxValue option's value more than 100, the progressbar shows wrong.
- wijcalendar
- Now accepts string type date value.
Wijmo Complete
Wijmo Complete - All Widgets
- Added Arctic Theme for Wijmo Complete
- wijcombobox
- Fixed a bug where the improper user interface was shown when the repaint method was used.
- Fixed a bug that occurred when selecting the combo item with the down arrow key. The selection focus no longer disappears after the last item.
- Fixed an issue where the size animation had no effect.
- wijtree
- Fixed bug where dragging a checked node to a unchecked parent node didn't lead to the changing of the parent check state.
- Fixed bug: setOption method when key == "allowDrag"
- Fixed an issue that occurred in the expand method when it was set 'expandDelay > 0'.
- wijinputnumber
- Cursor position is not correctly placed when showGroup is set to true. Fixed.
- NullText is not displayed. Fixed.
- wijinputdate
- 'T' format now works in wijinputdate.
- wijinputdate, wijinputnumber, wijinputmask
- HideEnter doesn't work. Fixed.
- Spin buttons still work when setting the disabled property to 'true'.
- wijwizard
- Index is now refreshed when removing step dynamically.
- Fixed a bug where setting the disabled option to true didn't deactivate button click.
- When you dynamically add a page to a blank wizard, the header can now be actived.
- ChartCore
- Added datetime support on axis y.
- Added origin option support to wijchart.
- Fixed a submitted bug via a customer where setting the autoMajor property to false didn't have any effect.
- Fixed an issue where the chart couldn't show correct color when seriesList is set with a new value which contains ovZer 12 series using _setOption.
- Fixed the issue where axis.y.annoFormatString can't take effect on datetime values for y axis.
- Fixed the issue where the vertical origination took no effect in the header and footer(When compass was east and west, the header or footer would change to vertical).
- Fixed the issue where setting annoFormatString of the axis.x to "d" wouldn't show the major properly on axis x.
- Fixed the issue where even though the disabled option was set to true, the tooltip still can be shown when hovering on the chart.
- Fixed the issue where "0" can't be drawn both on x and y axis.
- Fixed the issue where the column bar can't be shown correctly after changing its width.
- wijbarchart
- Fixed the bug that setting seriesStyle via option can't take effect on bar chart.
- Fixed the issue that setting seriesList.x to a date time value will throw an exception.
- Fixed the issue that setting axis.x.origin to 0 can't take effect.
- wijlinechart
- Added seriesHoverStyles support for wijlinechart.
- Fixed an issue where the chart label rendered an error when data was reloaded.
- Fixed a bug where when set a series of data was added to wijlinechart and the count of wijlinechart's point was more than old line, the widget threw a JavaScript exception.
- wijpiechart
- Added seriesHoverStyles support for wijpiechart.
- Fixed a bug where a translation showed an error after the widget reloaded data.
- wijupload
- Updated wijupload's code from development branch to main.
- Fixed the issue where the upload file dialog can't be opened when clicking the edge of the upload button.
- wijgrid
- The default values of the GroupInfo.collapsedImageClass and GroupInfo.expandedImageClass were changed to "ui-icon-triangle-1-e" and "ui-icon-triangle-1-se" accordingly.
- Added showGroupArea and groupAreaCaption options to provide user with a convenient way(directly dragging column into group area) of grouping.
- readAttributesFromData option added.
- "column" parameter is now passed within the argument into the columnResizing and columnResized events.
- When more than 2 columns are grouped, the innermost group can't be expanded by the first click if all groups were collapsed previously. Fixed.