|
2 | 2 |
|
3 | 3 | This is the acknowledged most active non-customised fork of SlickGrid. |
4 | 4 |
|
5 | | -This repo is deliberately **non-customised**. I have *only* kept jQuery up to date, made bug fixes where necessary and added small features carefully considered to enhance the overall usefulness of the grid. |
| 5 | +It aims to be a viable alternative master repo, building on the current state of the mleibman/SlickGrid master branch, keeping libraries up to date and applying small, safe core patches and enhancements without turning into a personalised build. |
6 | 6 |
|
7 | | -Check out the [Example Pages](https://github.com/6pac/SlickGrid/wiki/Examples) for examples demonstrating new features and use cases, such as dynamic grid creation and editors with third party controls. |
| 7 | +Check out the [examples](https://github.com/6pac/SlickGrid/wiki/Examples) for examples demonstrating new features and use cases, such as dynamic grid creation and editors with third party controls. |
8 | 8 |
|
9 | 9 | Also check out my [wiki](https://github.com/6pac/SlickGrid/wiki). |
10 | 10 |
|
11 | 11 | The following are the changes made since forking from the main MLeibman branch, a significant number in response to issues or pull requests. |
12 | 12 |
|
13 | 13 | **Maintenance:** |
14 | 14 |
|
15 | | -* update to jquery-1.11.2 and jquery-ui-1.11.3, with minor patches to accommodate the change |
16 | | -* Fix bug in dataview causing model benchmark test to throw an error |
17 | | -* Remove redundant slick pager code |
18 | | -* Fix unnecessary horizontal scroll for autosized columns when viewport has fractional pixel width |
19 | | -* Make default group comparer function more robust |
20 | | -* fix grouping bug (issue #841 & #896 mleibman#898) |
21 | | -* update DataView compiled-expression regex to deal with some forms of minification |
22 | | -* Fix Issue #963 ajax example not working |
23 | | -* additional version of ajax loading page, using Yahoo news and YQL as a source. the format of the grid rows is more in keeping with the newsfeed style of the original |
24 | | -* Fix tooltip error with draggable columns |
25 | | -* Prevent useless onSelectedRangesChanged events in selectionmodels' setSelectedRanges |
26 | | -* Fix jQueryUI css interfering with SlickGrid css issues |
27 | | -* Fix column resizing issues with Bootstrap 3/box-sizing:border-box |
28 | | -* Patch absBox for null element bug (MLeibman #1066) |
29 | | -* fix bugs identified by JsHint |
30 | | -* remove deprecated jquery .browser property |
31 | | -* fix error in autotooltips test |
32 | | -* add internal keycode enums |
| 15 | +most recent first |
| 16 | + |
| 17 | +* breaking change: updated jquery.event.drag-2.2.js and jquery.event.drop-2.2.js to be compatible with jQuery 3, bumped these to jquery.event.drag-2.3.0.js and jquery.event.drop-2.3.0.js |
| 18 | +* tested with jQuery 1.8.3, 1.11.2, 2.2.4, and 3.1.0 |
| 19 | +* updated repo to work with jQuery 3.x (without needing jQuery-Migrate) -- thanks to lfilho |
| 20 | +* fix bug with refresh last row of grid |
33 | 21 | * fix bug in compound editor example 'isValueChanged' method |
| 22 | +* add internal keycode enums |
| 23 | +* fix error in autotooltips test |
| 24 | +* remove deprecated jquery .browser property |
| 25 | +* fix bugs identified by JsHint |
| 26 | +* Patch absBox for null element bug (MLeibman #1066) |
| 27 | +* Fix column resizing issues with Bootstrap 3/box-sizing:border-box |
| 28 | +* Fix jQueryUI css interfering with SlickGrid css issues |
| 29 | +* Prevent useless onSelectedRangesChanged events in selectionmodels' setSelectedRanges |
| 30 | +* Fix tooltip error with draggable columns |
| 31 | +* additional version of ajax loading page, using Yahoo news and YQL as a source. the format of the grid rows is more in keeping with the newsfeed style of the original |
| 32 | +* Fix Issue #963 ajax example not working |
| 33 | +* update DataView compiled-expression regex to deal with some forms of minification |
| 34 | +* fix grouping bug (issue #841 & #896 mleibman#898) |
| 35 | +* Make default group comparer function more robust |
| 36 | +* Fix unnecessary horizontal scroll for autosized columns when viewport has fractional pixel width |
| 37 | +* Remove redundant slick pager code |
| 38 | +* Fix bug in dataview causing model benchmark test to throw an error |
| 39 | +* update to jquery-1.11.2 and jquery-ui-1.11.3, with minor patches to accommodate the change |
34 | 40 |
|
35 | 41 | **New features:** |
36 | 42 |
|
37 | | -* Add css manipulation so that grid initialises successfully if the parent element is hidden |
38 | | -* Add jQueryUI accordion and Bootstrap 3 examples |
39 | | -* Add multi grid on page example (example-multi-grid-basic) |
40 | | -* Add async post render async cleanup |
41 | | -* Allow custom editors to suppress automatic cell clear on edit |
42 | | -* Add Floating Point editor |
43 | | -* Add grid as member of args parameter for all events, and to column formatter. Add dataView as member of args parameter for all dataView events |
44 | | -* add custom validator option to integer, float and date editors |
45 | | -* Add example of dynamic tab and grid creation for basic grid |
| 43 | +* Add example of jQueryUI autocomplete editor |
| 44 | +* Add KeyCaptureList property to editor, to allow editor to capture specified keys |
| 45 | +* add optional fixed footer row |
46 | 46 | * Add example of dynamic tab and grid creation for grid with all the features of example-4-model |
| 47 | +* Add example of dynamic tab and grid creation for basic grid |
| 48 | +* add custom validator option to integer, float and date editors |
| 49 | +* Add grid as member of args parameter for all events, and to column formatter. Add dataView as member of args parameter for all dataView events |
| 50 | +* Add Floating Point editor |
| 51 | +* Allow custom editors to suppress automatic cell clear on edit |
| 52 | +* Add async post render async cleanup |
| 53 | +* Add multi grid on page example (example-multi-grid-basic) |
| 54 | +* Add jQueryUI accordion and Bootstrap 3 examples |
| 55 | +* Add css manipulation so that grid initialises successfully if the parent element is hidden |
47 | 56 |
|
48 | 57 | Original mleibman [wiki](https://github.com/mleibman/SlickGrid/wiki). |
0 commit comments