jQWidgets 12.x

Released: Feb 24, 2021

12.x での更新項目

v12.2.0

Updated Sep 21, 2021

Fixes

  • Fixed an issue in jqxGrid Copy paste large numbers in jqxGrid.
  • Fixed an issue in jqxGrid. The addrow method when using with rowPosition parameter doesn't place the row in the right place.
  • Fixed an issue in JqxGrid Horizontal Scrolling. When some of the columns are pinned and we try to navigate with tab or keyboard.
  • Fixed an issue in jqxInput. Shows native autocomplete popup after entering a value.
  • Fixed an issue in jqxGrid with paging and some of the themes. Arrows for next/previous page are displaced.
  • Fixed an issue in jqxDropDownButton. It is not focusable on Tab key press.
  • Fixed an issue in jqxGrid. Scrolls to top of the grid when deleting row.
  • Fixed an issue in jqxGrid Column Chooser about the events raised when the column chosen is opened or closed.
  • Fixed an issue in jqxSortable about receive event not raised.
  • Fixed an issue in jqxGrid about createeditor callback.
  • Fixed an issue in jqxGrid. When dragging a column header it has to be drag it to the line of the filtering box for the grouping to work and it results in bad UI experience.
  • Fixed an issue in DockingLayout regarding saveLayout and loadLayout, when a floating dialog is created.

v12.1.2

Updated Jun 28, 2021

Features

  • Added 'enableSanitizeAll' option to jqxGrid. When enabled in combination with 'enableSanitize', all HTML tags within the Grid cells will be escaped.
  • Added Light and Dark Themes for jqxDataTable, jqxTreeGrid and jqxScheduler.

v12.1.1

Updated Jun 23, 2021

Fixes

  • Fixed an issue in jqxGrid regarding the 'cellsformat', when enableSanitize is true.
  • Fixed an issue in jqxGrid regarding the 'cellsrenderer' value argument type.
  • Fixed an issue in jqxDataTable regarding the HTML sanitization.
  • Fixed an issue in jqxTree regarding an error thrown in mobile mode.
  • Fixed an issue in jqxPanel regarding the 'focused' property behavior.

v12.1.0

Updated Jun 18, 2021

Features

  • Added new jqxSplitLayout component for Angular and JavaScript.
  • Improved jqxGrid HTML Sanitization.
  • Improved jqxDateTimeInput and jqxNumberInput mobile device UX.
  • Improved jqxDateTimeInput delete button element which allows you to quickly clear the date.
  • Improved Angular 12 integration.

Fixes

  • Fixed an issue in jqxGrid regarding its focus method behavior.
  • Fixed an issue in jqxGrid List Filter with DropDown which has filterable enabled and source property set to a custom value. The Grid was not applying the correct filter when the DropDown items were filtered as well.
  • Fixed an issue in jqxGrid regarding the XSS attack prevention.
  • Fixed an issue in jqxGrid regarding the keyboard navigation when sorting and grouping are applied.
  • Fixed an issue in jqxNumberInput which allowed entering of letters when used on mobile device.
  • Fixed an issue in jqxNumberInput regarding the percentages and currency editing on mobile device.
  • Fixed an issue in jqxDateTimeInput which allowed entering of letters when used on mobile device.
  • Fixed an issue in jqxSlider regarding the tooltip hide delay property when the thumb is dragged.
  • Fixed an issue in jqxInput regarding the popup closing when Material theme is applied.
  • Fixed an issue in jqxDataTable about the "enableBrowserSelection" property set to the "true" value does not work properly.
  • Fixed an issue in jqxMaskedInput when the component is used on Android device the input was incorrect.
  • Fixed an issue in jqxMaskedInput when the component is used on a mobile device, the default keyboard was shown instead of the numeric keyboard.

v12.0.4

Updated Apr 15, 2021

Features

  • Extended jqxGrid cells styling options with fontFamily and fontWeight options.

Fixes

  • Fixed an issue regarding the val() method for input components using Light, Dark and the Material Themes.
  • Fixed an issue regarding the "disabled" property of jqxInput.
  • Fixed an issue regarding the placeholder visibility of inputs using Light and Dark themes.
  • Fixed an issue regarding the jqxInput popup usage with touchpads.
  • Fixed an issue regarding the jqxGrid resources disposal, when re-rendering the component.

v12.0.1

Updated Mar 6, 2021

Features

  • Added support for jqxGrid Cardview Custom Value Templates.
  • Improved jqxGrid Cardview scrolling UX on mobile devices.

Fixes

  • Fixed an issue related to popups in jqxGrid Filter Menu.
  • Fixed an issue related to jqxGrid adaptive mode, when the adaptive mode is dynamically switched on/off.

v12.0.0

Updated Feb 24, 2021

Features

  • Added support for Grid Card View mode.
  • Added support for Angular v11.2.2.

Fixes

  • Fixed an issue regarding the jqxNumberInput component. Using the "val" method with the negative value it behaves inappropriately when is with the "simple" input mode.
  • Fixed an issue regarding the jqxKnob component usage with IPad when there are multiple knobs on the page.
  • Fixed an issue regarding the grid filtering, when the grid data source is updated dynamically and a filter is applied.
  • Fixed an issue regarding the filter menu rendering when row details are enabled.
  • Fixed an issue regarding the jqxPivotGrid Drill through functionality and selection events.