|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## 1.1.0 |
4 | | -- Added an option to define whether the search should be case sensitive or insensitive. |
5 | | -- Custom header and body row class names (solved issue [#7](http://github.com/rstaib/jquery-bootgrid/issues/7)) |
6 | | -- Added `data-toggle` attribute like bootstrap controls support |
7 | | -- Added request and response converter (solved issue [#3](http://github.com/rstaib/jquery-bootgrid/issues/3)) |
8 | | -- Added WIA-ARIA busy attribute to indicate that the table is loading |
| 4 | + |
| 5 | +### Enhancements & Features |
| 6 | +- (Done) New option to switch the search behaviour from case sensitive to case insensitive. |
| 7 | +- Individual column filters |
| 8 | +- (Done) Custom CSS classes for header and body cells (solved issue [#7](http://github.com/rstaib/jquery-bootgrid/issues/7)) |
| 9 | +- (Done) New data attribute `data-toggle` to initialize bootgrid without writing any line of code (like bootstrap controls support) |
| 10 | +- (Done) Request and response handler to support JSON object transformation (solved issue [#3](http://github.com/rstaib/jquery-bootgrid/issues/3)) |
| 11 | +- (Done) WIA-ARIA busy attribute to indicate that the table is loading |
9 | 12 | - Metadata for rows |
10 | | -- Maintain row selection during filtering and sorting |
| 13 | +- New behaviour to maintain row selection during filtering and sorting |
| 14 | +- Entire row click selection |
| 15 | +- New events (`click`, `dblclick` and `rightclick`) |
| 16 | +- (Done) Responsive table support |
| 17 | +- New methods (`select` and `deselect`) |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | +- (Done) Fixed an AJAX issue where multiple fast clicks could lead to strange results |
11 | 21 |
|
12 | 22 | ## 1.0.0 |
| 23 | + |
| 24 | +### Enhancements & Features |
13 | 25 | - Public functions for dynamic manipulation such as append and remove row(s) |
14 | 26 | - Client-side data support (without ajax calls) |
15 | 27 | - Row selecton (multi and single) |
16 | 28 | - Show/Hide column headers |
17 | 29 | - Improved formatters (former know as `data-custom="true"`) |
18 | 30 | - Added type converters per column (`data-converter="string|numeric|custom"`) |
19 | | -- Fixed multi sorting issue |
20 | 31 | - Added new events (selected, deselected, appended, removed, cleared, initialize, initialized) |
21 | 32 | - Added column attribute `data-header-align` to set the alignment of the header cell independent from the body cells (solved issue [#10](http://github.com/rstaib/jquery-bootgrid/issues/10)) |
22 | 33 |
|
| 34 | +### Bug Fixes |
| 35 | +- Fixed multi sorting issue |
| 36 | + |
23 | 37 | ### Breaking Changes |
24 | 38 | - `data-custom` is now `data-formatter` and instead of being a `bool` it is a event name |
25 | 39 |
|
|
0 commit comments