You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-54Lines changed: 36 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ jqGrid was developed mostly by [Tony Tomov](https://github.com/tonytomov) in the
7
7
8
8
The code from the GitHib repository is the fork of jqGrid 4.7.0 - the latest version available under MIT/GPL-licences. It will be provided under MIT/GPL-licences.
9
9
10
-
Below you can find short description of new features and bug fixes implemented in free jqGrid 4.11.1 (compared with version 4.10.0). The version is developed by [Oleg Kiriljuk](https://github.com/OlegKi), alias [Oleg](http://stackoverflow.com/users/315935/oleg) on the stackoverflow and [OlegK](http://www.trirand.com/blog/?page_id=393) on trirand forum.
10
+
Below you can find short description of new features and bug fixes implemented in free jqGrid 4.12.0 (compared with version 4.11.1). The version is developed by [Oleg Kiriljuk](https://github.com/OlegKi), alias [Oleg](http://stackoverflow.com/users/315935/oleg) on the stackoverflow and [OlegK](http://www.trirand.com/blog/?page_id=393) on trirand forum.
11
11
12
12
Read [Wiki](https://github.com/free-jqgrid/jqGrid/wiki) for more detailed information about the features of free-jqGrid.
13
13
@@ -17,9 +17,9 @@ One can install the package with respect of [bower](http://bower.io/search/?q=fr
17
17
18
18
Free jqGrid is published on [cdnjs](https://cdnjs.com/libraries/free-jqgrid) and [jsDelivr CDN](http://www.jsdelivr.com/#!free-jqgrid). So one can use it directly from Internet by including for example
It somebody want to test the *latest* version of free jqGrid, one can load it directly from GitHib using [RawGit](http://rawgit.com/) service:
@@ -32,60 +32,42 @@ All other language files and plugins are avalable from CDN too. See [the wiki ar
32
32
33
33
The package is published on [WebJars](http://www.webjars.org/) and it's deployed on [Maven Central]((http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22free-jqgrid%22)) too.
34
34
35
-
Remark: the above URLs will be available **after publishing** the release of the version of 4.11.1
36
-
37
-
The only difference between the version 4.11.1 and the version 4.11.0 is [the fix](https://github.com/free-jqgrid/jqGrid/commit/dc8e21edfc1e162f1321950d925b479760360ad0).
38
-
39
-
* Fix of the bug with `mtype` in `delGridRow`. The line with the code `type: o.mtype,` was accidentally removed in version 4.11.0.
40
-
41
-
### Main new features and improvements implemented in the version 4.11.1.
42
-
43
-
* Remove old plugins from free jqGrid (`grid.addons.js`, `grid.postext.js`, `grid.setcolumns.js`, `jquery.tablednd.js`, `jquery.searchfilter.js`, `searchfilter.css`).
44
-
* Add `@license` to the comment of plugins and locale files to hold the information on minimizing.
45
-
* Including version number of free jqGrid as the comment in `ui.jqgrid.css` file.
46
-
* Use `grunt` instead of `gradle` for building free jqGrid. Minimize css using .map file. Update all .min and .map.
47
-
* Add `"u1000"` date format in addition to existing `"u"` format. See [the answer](http://stackoverflow.com/a/33652984/315935) for more details.
48
-
* Add support of `editable: "hidden"` property in inline editing. It can be used to send the content of non-editable column to the server during row editing.
49
-
* Changes of CSS settings of TreeGrid icons. Many changes in the structure of grouping header.
50
-
* New `hasMultiselectCheckBox` callback allows to remove multiselect checkbox from some rows.
51
-
* Allow to use HTML5 specific values of `type` attribute of `<input>` element created during editing (`number`, `range` and so on). New option `skipPostTypes: ["image", "file"]` allows to minimize side effects of the changes.
52
-
* Changing encoding of data during inline and form editing. No HTML encoding will be used by default if `autoencode: true` option is used. It's important for sending correct (non-encoded) JSON data and still use `autoencode: true` to *display* the information in the grid. New `autoEncodeOnEdit: true` option can be used to simulate the old behavior. The option is important for better compatibility with previous versions of jqGrid.
53
-
*`url` of inline editing, cell editing and form editing (inclusive deleting) can be defined now as function. `mtype` can be function too for inline and form editing methods.
54
-
55
-
### The below is the full list of changes in the version 4.11.1 compared with 4.10.0
56
-
57
-
* Add support of array values for `summaryTpl` and `summaryType`
58
-
* Bug fix (in case of `toTop:true`, and `overlay:close`)
59
-
* Improve validation of input parameters of `editCell`
60
-
* Improve a little the performance by usage of `.first()` instead of `.filter(":first")`
61
-
* Bug fix in processing of editOptions option of `formatter: "actions"`
62
-
* Bug fix in `destroyFilterToolbar`.
63
-
* Bug fix in `setGridWidth` in case of usage one call for multiple grids
64
-
* Remove old plugins from free jqGrid (`grid.addons.js`, `grid.postext.js`, `grid.setcolumns.js`, `jquery.tablednd.js`, `jquery.searchfilter.js`, `searchfilter.css`).
65
-
* Bug fix: checkboxes should be not checked on false return of beforeSelectRow
66
-
* Fix reloading of the grid with grouping which have `loadonce:true` option
67
-
* Add `"u1000"` date format in addition to existing `"u"` format. See [the answer](http://stackoverflow.com/a/33652984/315935) for more details.
68
-
* Add `@license` to the comment of plugins and locale files to hold the information on minimizing.
69
-
* Use `grunt` instead of `gradle` for building free jqGrid. Minimize css using .map file. Update all .min and .map.
70
-
* Add support of `editable: "hidden"` property in inline editing. It can be used to send the content of non-editable column to the server during row editing.
71
-
* Small selector optimization. The usage of `.filter(":hidden")` in `grid.grouping.js` module
72
-
* Fix the number of empty `<td>` in `<htable>`. It improves the compatibility to HTML standards
73
-
* Small optimization of `ui.jqgrid.css`
74
-
* Changes of CSS settings of TreeGrid icons.
35
+
Remark: the above URLs will be available **after publishing** the release of the version of 4.12.0
36
+
37
+
### Main new features and improvements implemented in the version 4.12.0.
38
+
39
+
* Add support of requireJs, improving building process of free jqGrid, add minimized individual modules. Be carefully with the usage of separate modules of free jqGrid. The names and the assignment of the methods to modules can be changed in the future.
40
+
* Add support on new `forceClientSorting: true` option, which force **local** sorting of data returned from the server in case of usage `loadonce: true`. The input data for TreeGrid needed be still already sorted. The problem will be solved in the later versions of free jqGrid.
41
+
* Add support of sorting and filtering by properties of data specified in `additionalProperties` options. One don't need more to use hidden columns for usage in custom formatters, sortring and filterings.
42
+
43
+
### The below is the full list of changes in the version 4.12.0 compared with 4.11.1
44
+
45
+
* Add new Boolean `searchForAdditionalProperties` options used by searching dialog to add all `additionalProperties`, which have no `search: false` property, to searching dialog.
46
+
* Change resizing of columns to support `autoResizing.minColWidth` property to set minimal width width are used during column resizing. Previous version had only grid wide `minResizingWidth` option.
47
+
* Add support of sorting and filtering by properties of data specified in `additionalProperties` options.
48
+
* Improve build process.
49
+
* Add support on new `forceClientSorting: true` option, which force **local** sorting of data returned from the server in case of usage `loadonce: true`.
50
+
* Add parameters to `sortfunc` callback of `colModel` items. It allows to access the full item data inside of custom sort function `sortfunc`.
51
+
* Bug fix of `navSeparatorAdd` code.
52
+
* Add new `inlineNavOptions` option of jqGrid, which allows to to use different options for `navGrid` and `inlineNav`.
53
+
* Include new localizable properties in locale files: `nav.savetext`, `nav.savetitle`, `nav.canceltext`, `nav.canceltext`, `search.addGroupTitle`, `search.deleteGroupTitle`, `search.addRuleTitle`, `search.deleteRuleTitle`.
54
+
* Improve compatibility with old jqGrid versions in case of usage `editoptions.dataUrl` without `formatter: "select"`.
55
+
* Small optimization of `ui.jqgrid.css`.
75
56
* Many changes in the structure of grouping header.
76
-
*Including version number of free jqGrid as the comment in `ui.jqgrid.css` file.
77
-
*New `hasMultiselectCheckBox` callback allows to remove multiselect checkbox from some rows
78
-
* Bug fix in call of `buildSummaryTd`, use `jqGridShowHideCol`
79
-
*Changing encoding of data during inline and form editing. No HTML encoding will be used by default if `autoencode: true` option is used. It's important for sending correct (non-encoded) JSON data and still use `autoencode: true`to *display* the information in the grid. New `autoEncodeOnEdit: true` option can be used to simulate the old behavior. The option is important for better compatibility with previous versions of jqGrid.
80
-
*Small fix of the width of the grid. Mostly relevant for Chrome
81
-
*Small fixes in `title` which will be set inside of `setRowData` method.
82
-
*Move some multiselect-checkbox settings from JS to CSS. Less inline styles.
83
-
*Bugfix in `hideModal` in case of call for already descroyed modal dialog
84
-
*`url`of inline editing, cell editing and form editing (inclusive deleting) can be defined now as function. `mtype` can be function too for inline and form editing methods.
85
-
*Fix of the bug with `mtype` in `delGridRow`. The line with the code `type: o.mtype,` was accidentally removed in version 4.11.0.
57
+
*Implementing `editrules.custom` as function with more information in parameter as `custom_func`.
58
+
*Bug fix in inline editing in setting of focus in case of usage custom controls having more as one focusable elements.
59
+
* Bug fix of "Next" and "Last" buttons, which should be not enabled on empty local grid.
60
+
*Bug fix of `setRowData`to fill `options.rowData`for custom formatters.
61
+
*Formatting local data editing by inline editing if `editable: "hidden"` are used.
62
+
*Bug fix in width of grid on `showCol`/`hideCol`.
63
+
*Bug fix of internal `readInput` method to correctly support `xmlmap` properties of `colModel` items.
64
+
*Bug fix of `excelExport` to use `exportOptions` option which allows to add custom information send by `excelExport`.
65
+
*Add support of requireJs for jqGrid modules, plugins and locale files.
66
+
*Bug fix of calculation of `scrollOffset` in IE.
86
67
87
68
Other readmes contains the list of the features and bug fixed implemented before:
88
69
70
+
*[README4.11.1.md](https://github.com/free-jqgrid/jqGrid/blob/master/README4.11.1.md) contains the readme of free jqGrid 4.11.1.
89
71
*[README4.11.0.md](https://github.com/free-jqgrid/jqGrid/blob/master/README4.11.0.md) contains the readme of free jqGrid 4.11.0.
90
72
*[README4.10.0.md](https://github.com/free-jqgrid/jqGrid/blob/master/README4.10.0.md) contains the readme of free jqGrid 4.10.0.
91
73
*[README492.md](https://github.com/free-jqgrid/jqGrid/blob/master/README492.md) contains the readme of free jqGrid 4.9.2.
0 commit comments