Released 24, October 2011

This version is a major release where a lot of new features modules and classes are added.

Additions


Added new module HTML5 jqForm Visual builder

More can be found here


Added new class jqForm

See documentatin on documentation page.
Demos can be found here

jqGrid

Changes in PHP

  • Fix autocomplete when used with DB2 driver
  • Fix for DB2 driver when afterCrud operation is set
  • Add a separator in setSelect method
  • Fix dateFormatter in datepicker
  • Added new PDF option shrink_header (default false) in order to preserve the old behaviour

Changes in Java Script Code

  • jQuery 1.6.x cmpatible
  • Added header grouping
  • idPrefix parameter in the grid to allow not have duplicate id in data row ids in case of two or more grids.
  • if the beforeRequest event return false the ajax request can be canceled.
  • Added beforeProcessing event which raises immediatley after the successed ajax request and before executing the adding new data.
  • Adding Croatian localization
  • RTL support for the new searchFilter module
  • Controlling the positions and dimensions of alert dialog – adding the following parameters in navGrid method – alertwidth, alertheight, alerttop, alertleft. alertzIndex
  • Allow user to override request method for inline edits (GET,POST) – i.e added mtype parameter
  • Support for optgroup in inline edit

jqChart


  • Added useHTML option for most text related configuration objects.
  • Added softConnector option for pie data labels.
  • Added chart.selectionMarkerFill option.
  • Fixed issues with data label positioning for pies.
  • Fixed issue with tooltips covering point in certain cases.
  • Worked on memory leak issues.
  • Fixed issues as listed at GitHub under dates since the last maintenance version.
  • Rewrote data label positioning for pies.
  • Fixed issues as listed at GitHub under dates since the last maintenance version.
  • Added shadows for pies.
  • Exported charts now respect user set min and max after zoom and visibility option.
  • Added option series.connectNulls to connect line graphs through null points.
  • Added support for exporting image symbols in charts.
  • Added data labels for stack totals and improved positioning of column and bar data labels.
  • Fixed issues as listed at GitHub under dates since the last maintenance version.

jqScheduler

  • Add public local and templet paths
  • Fix seraching to work with different chartsets
  • Added option editable. If this option is set to true the scheduler is not editable and the user can not edit or add data
  • Added option multiple_cal. If this option is set to true it is possible to view the data in multiple calendar users.
  • Added option multiple_size. This option have effect only if multiple_cal is true and determineds the number of visble users in the select (multiple option in the select);
  • Added year view
  • Added a progress indicator which does not allow interactiong when the data is loaded