UNPKG

58.6 kBMarkdownView Raw
1ChangeLog
2---------
3
4### 1.21.3
5
6#### Core
7
8- **New:** Added `escapeTitle` table option.
9- **New:** Added Aria Label to the search input for screenreaders.
10- **New:** Persist data attributes for the header(`th`).
11- **Update:** Fixed wrong condition for searching with server-side pagination.
12- **Update:** Fixed overwriting the `filterOptions` after rebuild.
13- **Update:** Fixed apostrophe issue when table via `html`.
14- **Update:** Updated extend util instead of `$.extend`.
15- **Update:** Updated Constructor.EVENTS to events.
16- **Update:** Updated packages to the latest version.
17
18#### Extensions
19
20- **Update(cookie):** Fixed issue with hidden and radio/checkbox columns.
21- **Update(export):** Fixed `exportTypes` option not working bug.
22- **Update(filter-control):** Fixed selector scope issues with multiple tables.
23- **Update(filter-control):** Fixed filtering values issue of select with `html` value.
24- **Update(reorder-columns):** Fixed same internal function name with `reorder-rows`.
25- **Update(treegrid):** Fixed `treegrid` not working when id is text.
26
27### 1.21.2
28
29#### Core
30
31- **New:** Added `sortResetPage` option to reset the page number when sorting.
32- **Update:** Fixed overwrite default option bug.
33- **Update:** Updated es-ES, es-CR locale.
34- **Update:** Improved scss style and lint.
35- **Update:** Used scss vars for sorting background image URLs.
36
37#### Extensions
38
39- **New(custom-view):** Added `onToggleCustomView` event.
40- **Update(cookie):** Fixed cookie name compare bug on using `cookiesEnabled` option.
41- **Update(custom-view):** Fixed `showCustomView` option cannot work.
42- **Update(filter-control):** Fixed bug while using a select filter and set `searchFormatter` to false.
43- **Update(filter-control):** Fixed missing class when specifying `iconSize`.
44- **Update(reorder-rows):** Updated default value to `reorder-rows-on-drag-class` of `onDragClass` option.
45
46### 1.21.1
47
48#### Core
49
50- **Update:** Improved `updateCell` to update one HTML cell only.
51- **Update:** Updated `fr-FR` locale.
52- **Update:** Added missing locales for aria-label.
53
54#### Extensions
55
56- **Update(export):** Added missing locales for aria-label.
57
58### 1.21.0
59
60#### Core
61
62- **New:** Added `sortEmptyLast` option to allow sorting empty data.
63- **Update:** Fixed bug on nested search with null child.
64- **Update:** Fixed detail view with filter click error.
65- **Update:** Fixed header does not center correctly for the sortable column.
66- **Update:** Fixed `regexpCompare` bug when filtering columns.
67- **Update:** Fixed `showToogle` title display error.
68- **Update:** Fixed `remove` and `removeByUnqiueId` using object param bug.
69- **Update:** Fixed `searchHighlight` bug while using `searchAccentNeutralise`.
70- **Update:** Fixed missing sort for `customSearch` option.
71- **Update:** Removed duplicated escaping of the column value.
72- **Update:** Updated `uk-UA` locale.
73
74#### Extensions
75
76- **New(cookie):** : Added `hiddenColumns` cookie to prevent issues with new added columns.
77- **New(editable):** Added `field` param to `noEditFormatter` option.
78- **New(export):** Added `onExportStarted` event.
79- **New(filter-control):** Added accent normalization check.
80- **New(filter-control):** Added `filterControlMultipleSearch` and `filterControlMultipleSearchDelimiter` options.
81- **Update(custom-by):** Fixed the custom view attributes.
82- **Update(group-by):** Fixed not handle complex objects bug.
83- **Update(filter-control):** Fixed select values not clear bug after search.
84- **Update(filter-control):** Fixed the select sorting error.
85- **Update(filter-control):** Fixed wrong selector for caching values with multiple tables.
86- **Update(filter-control):** Fixed the `filterDefault` option bug as filter if multiple filters exists.
87- **Update(filter-control):** Fixed filter control special char.
88- **Update(filter-control):** Updated default value to false of `filterStrictSearch`.
89- **Update(filter-control):** Supported not visible columns when using `filterControlContainer` option.
90- **Update(multiple-sort):** Fixed `showMultiSortButton` option bug.
91- **Update(print):** Fixed not handle complex objects bug.
92- **Update(print):** Removed switched-off columns from printed table.
93
94### 1.20.2
95
96#### Core
97
98- **Update:** Fixed small memory leak.
99- **Update:** Fixed the detail view bug with the `td` instead of `icon`.
100
101#### Extensions
102
103- **Update(export):** Fixed XSS vulnerability bug by onCellHtmlData.
104- **Update(export):** Fixed export footer bug without setting height.
105- **Update(filter-control):** Fixed the comparison of dates when using the `datepicker`.
106
107### 1.20.1
108
109#### Core
110
111- **Update:** Fixed toggle column bug with complex headers.
112- **Update:** Fixed icons option cannot work bug when it's a string.
113- **Update:** Updated TypeScript definitions.
114
115#### Extensions
116
117- **Update(cookie):** Fixed cookie extension error with multiple-sort.
118- **Update(export):** Fixed the `exportOptions` option cannot support the data attribute.
119- **Update(reorder-rows):** Fixed reorder-rows cannot work because of missing default functions.
120
121
122### 1.20.0
123
124#### Core
125
126- **New:** Used `bootstrap5` as the default theme.
127- **New:** Added column-switch-all event of toggle all columns.
128- **New:** Added hi-IN and lb-LU locales.
129- **Update:** Fixed the toolbar cannot refresh search bug.
130- **Update:** Fixed the card view align style bug.
131- **Update:** Fixed custom search filter bug if the value is Object.
132- **Update:** Fixed table border displays bug when setting height.
133- **Update:** Fixed error when the column events are undefined.
134- **Update:** Fixed escape column option doesn't override table option bug.
135- **Update:** Fixed toggle all columns error when column switchable is false.
136- **Update:** Fixed check if the column is visible on card view.
137- **Update:** Fixed hide loading bug when canceling the request.
138- **Update:** Fixed default value of `clickToSelect` column option.
139- **Update:** Fixed `onVirtualScroll` not define default method.
140- **Update:** Updated cs-CZ, ko-KR, nl-NL, nl-BE, bg-BG, fr-LU locales.
141
142#### Extensions
143
144- **New(filter-control):** New version of filter-control with new features.
145- **New(reorder-rows):**: Added `onAllowDrop` and `onDragStop` options.
146- **Update(cookie):** Fixed `sortName` and `sortOrder` bug with cookie.
147- **Update(cookie):** Fixed the toggle column bug with the cookie.
148- **Update(export):** Fixed selector error if only one export type is defined.
149- **Update(filter-control):** Fixed new input class `form-select` of bootstrap 5.
150- **Update(multiple-sort):** Fixed the modal cannot close after sorting.
151- **Update(print):** Fixed missing print button for bootstrap 5.
152- **Update(print):** Fixed `printPageBuilder` option cannot define in html attribute.
153- **Update(toolbar):** Fixed toolbar extension modal bug with bootstrap 5.
154
155### 1.19.1
156
157#### Core
158
159- **Update:** Fixed the CVE security problem.
160- **Update:** Fixed cannot search for special characters when using `searchHighlight`.
161
162#### Extensions
163
164- **Update(auto-refresh):** Updated the `showAutoRefresh` option as default.
165- **Update(export):** Fixed export with only one export type bug.
166- **Update(filter-control):** Fixed filter-control cannot work bug.
167- **Update(filter-control):** Prevent duplicated elements for filter-control.
168
169### 1.19.0
170
171#### Core
172
173- **New:** Added `onlyCurrentPage` param for `checkBy/uncheckBy` methods.
174- **New:** Used `bootstrap icons` as default icons for bootstrap v5.
175- **New:** Added `regexSearch` option which allows to filter the table using regex.
176- **New:** Added support for allow importing stylesheets.
177- **New:** Added `toggle-pagination` event.
178- **New:** Added `virtual-scroll` event.
179- **Update:** Fixed `vue` component cannot work.
180- **Update:** Fixed infinite loop error with wrong server-side pagination metadata.
181- **Update:** Improved the behavior of `ajax` abort.
182- **Update:** Fixed click bug when paginationLoop is false.
183- **Update:** Fixed the highlighting bug when using radio/checkboxes.
184- **Update:** Fixed width bug caused by loading css.
185- **Update:** Removed the `input-group-append` class for bootstrap v5.
186- **Update:** Fixed duplicate definition `id` bug.
187- **Update:** Fixed the comparison of search inputs.
188- **Update:** Fixed broken page-list selector.
189- **Update:** Fixed overwrite custom locale function bug.
190- **Update:** Fixed bug with server side pagination and the page size `all`.
191- **Update:** Fixed all checkbox not auto check after pagination changed.
192- **Update:** Updated the `es-MX` locate.
193
194#### Extensions
195
196- **New(cookie):** Added `Multiple Sort order` stored in cookie extension.
197- **New(cookie):** Added `Card view state` stored in cookie extension.
198- **New(copy):** Added `ignoreCopy` column option to prevent copying the column data.
199- **New(copy):** Added `rawCopy` column option to copy the raw value instead of the formatted value.
200- **Update(cookie):** Fixed `switchable` column bug with the cookie extension.
201- **Update(export):** Fixed the export dropdown cannot be closed bug.
202- **Update(filter-control):** Updated `filterMultipleSelectOptions` to `filterControlMultipleSelectOptions` option.
203- **Update(filter-control):** Fixed bug with cookie deletion of none filter cookies.
204- **Update(filter-control):** Fixed bug when using the `load` method.
205- **Update(group-by):** Fixed overwriting the column classes bug on group collapsed rows.
206- **Update(multiple-sort):** Fixed hide/show column error with no sortPriority defined.
207- **Update(page-jump-to):** Fixed jump-to display bug in bootstrap v3.
208- **Update(print):** Fixed print formatter bug.
209- **Update(reorder-rows):** Fixed `reorder-rows` not work property.
210- **Update(reorder-rows):** Fixed the drag selector to prevent a checkbox bug on mobile.
211- **Update(resizable):** Fixed the reinitialization after the table changed.
212- **Update(sticky-header):** Fixed sticky-header not work property with group header.
213- **Update(treegrid):** Fixed bug of treegrid from html.
214
215### 1.18.3
216
217#### Core
218
219- **Update:** Fixed negative number bug when searching with comparison.
220- **Update:** Fixed non-conform HTML-Standard problems.
221- **Update:** Fixed `td` width bug using card view.
222- **Update:** Fixed exact match problem when searching term with accent.
223- **Update:** Update `pt-PT` and `fa-IR` locales.
224
225#### Extensions
226
227- **New(page-jump-to):** Added `showJumpToByPages` option.
228- **Update(auth-refresh):** Fixed auto refresh not clear interval bug.
229- **Update(multiple-sort):** Fixed multiple-sort cannot support iconSize bug.
230- **Update(sticky-header):** Fixed `stickyHeaderOffsetY` option cannot work.
231- **Update(sticky-header):** Updated the stickyHeader `offset` options to number.
232
233### 1.18.2
234
235#### Core
236
237- **Update:** Fixed bootstrap5 cannot work bug.
238- **Update:** Fixed checkbox display bug when using `formatter`.
239- **Update:** Fixed search highlight bug.
240- **Update:** Updated `ru-RU` and `de-DE` locales.
241
242#### Extensions
243
244- **New(filter-control):** Added support for flat JSON.
245- **Update(cookie):** Fixed not deleted cookie bug when the sort was reset.
246- **Update(export):** Not export the detail view icon column.
247- **Update(filter-control):** Fixed not working when using `filterControlContainer`.
248- **Update(multiple-sort):** Fixed multiple-sort cannot work bug.
249- **Update(resizable):** Fixed resizable cannot work in modal.
250
251### 1.18.1
252
253#### Core
254
255- **New(locale):** Added short locales based on [ISO Language](http://www.lingoes.net/en/translator/langcode.htm).
256- **Update:** Updated `sk-SK`, `fr-FR`, `de-DE`, and `es-*` locales.
257- **Update:** Fixed `toggleCheck`, `getSelections` and `remove` bug.
258- **Update:** Fixed `buttons` option bug using in data attribute.
259- **Update:** Fixed custom `icons` option bug.
260- **Update:** Fixed `cellStyle` column option not work in card view.
261- **Update:** Fixed getSelection bug when using search.
262- **Update:** Fixed `pageList` option with `all` display bug using `smartDisplay`.
263- **Update:** Fixed search highlight cannot work bug when data field is number.
264- **Update:** Fixed `updateColumnTitle` is undo bug after pagination.
265- **Update:** Fixed `multipleSelectRow` option bug.
266- **Update:** Fixed `icon-size` option bug with pagination.
267
268#### Extensions
269
270- **New(page-jump-to):** Added `min`, `max` and enter support for jump input.
271- **Update(export):** Fixed export cannot work with `materialize` and `foundation` themes.
272- **Update(filter-control):** Updated `filterDatepickerOptions` to support datepicker option.
273- **Update(filter-control):** Fixed select bug when using `&` in the value.
274- **Update(fixed-columns):** Fixed `toggleView` display bug.
275- **Update(group-by):** Fixed not collapse detail view expanded row bug.
276- **Update(group-by):** Fixed display error using `formatter` column option.
277- **Update(group-by):** Fixed `groupByFormatter` option bug using in data attribute.
278- **Update(multiple-sort):** Fixed cannot work bug using in server `sidePagination`.
279- **Update(page-jump-to):** Fixed page jump input and button bug with `icon-size` option.
280- **Update(print):** Fixed print with `rowspan` or `colspan`.
281- **Update(reorder-columns):** Fixed reorder column when a column is removed or added.
282
283### 1.18.0
284
285#### Core
286
287- **New(option):** Added `buttons` to add custom buttons to the button bar.
288- **New(option):** Added `footerField` to support `server` side pagination.
289- **New(option):** Added new parameter `value` to `footerFormatter`.
290- **New(option):** Added `searchHighlight` and `searchHighlightFormatter`.
291- **New(option):** Added `searchSelector` to custom the search input.
292- **New(event):** Added `BootstrapTable` object as last parameter to all `event`.
293- **New(css):** Added CSS transitions for loading style.
294- **New:** Added support for `style` attribute of `tr` or `td`.
295- **New:** Added ability to use `colspan` in the footer.
296- **Update:** Updated search input type from `text` to `search`.
297- **Update:** Fixed `normalize` not string bug when using `searchAccentNeutralise`.
298- **Update:** Fixed complex group header bug.
299- **Update:** Fixed `resize` and `scroll` event bug with multiple tables.
300- **Update:** Fixed `getScrollPosition` bug when using group-by extension.
301- **Update:** Fixed `updateRow` with `customSearch` and `sortReset` bug.
302- **Update:** Fixed `colspan` and `mergeCell` bug when using `detailFormatter`.
303- **Update:** Fixed `init` bug when using `onPostBody`.
304- **Update:** Fixed sort bug when the `field` is set to `0`.
305- **Update:** Fixed `showFooter` display bug after resize table width.
306- **Update:** Fixed not update selected rows bug when using `checkAll`/`uncheckAll`.
307- **Update:** Fixed `checked` property bug using `formatter` when the field has a value.
308- **Update:** Fixed default data shared bug with multiple tables.
309- **Remove(method):** Removed `getAllSelections` method.
310
311#### Extensions
312
313- **New(addrbar):** Added support for `client` side pagination.
314- **New(cookie):** Added `cookieSameSite` option to prevent breaking changes.
315- **New(group-by):** Added `groupByToggle` and `groupByShowToggleIcon` options.
316- **New(group-by):** Added `groupByCollapsedGroups` option to allow collapse groups.
317- **Update(cookie):** Fixed cookie size is too big bug when saving columns.
318- **Update(cookie):** Fixed checkbox column disappears bug.
319- **Update(export):** Fixed cannot export `all` data bug with pagination.
320- **Update(group-by):** Fixed `scrollTo` not working properly bug.
321- **Update(multiple-sort):** Fixed cannot work bug.
322- **Update(sticky-header):** Fixed vertical scroll cannot work bug.
323
324### 1.17.1
325
326#### Core
327
328- **New:** Added `bootstrap-table` theme without any framework.
329- **New:** Added support for Bootstrap v5.
330- **New:** Added `$index` field for `remove` method.
331- **New:** Added `on-all` event for vue component.
332- **New:** Added `bg-BG` locale.
333- **New:** Added `loadingFontSize` option.
334- **New:** Added `loadingTemplate` option.
335- **New:** Added `detailView` support for `cardView`.
336- **New:** Added the `searchable` columns to the query params for server side.
337- **New:** Added `collapseRowByUniqueId` and `expandRowByUniqueId` methods.
338- **New:** Added `detailViewAlign` option for the detail view icon.
339- **New:** Added tr `class` support for `thead`.
340- **New:** Added `formatted` parameter for `getData` method to get formatted data.
341- **New:** Added `paginationParts` option instead of `onlyInfoPagination`.
342- **New:** Added `sortReset` option to reset sort on third click.
343- **New:** Added support for auto merge the table body cells.
344- **Update:** Fixed `updateByUniqueId` method cannot update multiple rows bug.
345- **Update:** Fixed `insertRow` not write to source data array bug.
346- **Update:** Fixed events bug with `detailViewIcon` option.
347- **Update:** Fixed server side pagination sort bug.
348- **Update:** Fixed the `page-change` event before init server.
349- **Update:** Fixed no records found `colspan` error.
350- **Update:** Fixed the `page-change` event before init server.
351- **Update:** Fixed `font-size` of the loading text.
352- **Update:** Fixed table `border` bug when table is hidden.
353- **Update:** Fixed `showRow` method show all hidden rows bug.
354- **Update:** Fixed columnsSearch non-unique id warning.
355- **Remove:** Removed the `onlyInfoPagination` option.
356- **Remove:** Removed accent neutralise extension and moved it to core.
357
358#### Extensions
359
360- **New(cookie)**: Added support for toggle all columns options.
361- **New(custom-view):** Added `custom-view` extension.
362- **New(editable):** Added `alwaysUseFormatter` option.
363- **New(export):** Added `forceHide` column option.
364- **New(filter-control):** Added `filterOrderBy` column option support order by `server`.
365- **New(filter-control):** Added radio support for `filterControlContainer`.
366- **New(filter-control):** Added support for array filter.
367- **New(filter-control):** Added `filterControlVisible` option and `toggleFilterControl` method.
368- **New(filter-control):** Added `showFilterControlSwitch` option.
369- **New(fixed-columns):** Added support for sticky-header.
370- **New(pipeline):** Added `pipeline` extension.
371- **New(print):** Added support for print footer and merge cells.
372- **Update(accent-neutralise):** Fixed comparison with arrays.
373- **Update(cookie):** Updated cookie columns to always visible when `switchable` is `false`.
374- **Update(cookie):** Fixed cookie value from existing options bug.
375- **Update(copy-rows):** Fixed copy rows bug with fixed-column.
376- **Update(editable):** Fixed not handle quotation marks bug.
377- **Update(editable):** Updated `noeditFormatter` to `noEditFormatter`.
378- **Update(export):** Fixed export error with `maintainMetaData` and `clientSidePagination`.
379- **Update(filter-control):** Fixed not work with `height` option.
380- **Update(filter-control):** Fixed not work in multiple tables.
381- **Update(filter-control):** Fixed ignore default search text bug.
382- **Update(filter-control):** Fixed not work with html formatter.
383- **Update(filter-control):** Fixed reset `filterBy` method bug.
384- **Update(filter-control):** Fixed issue with a custom filter control container.
385- **Update(filter-control):** Fixed filter control disappear after column switched.
386- **Update(fixed-columns):** Fixed loading message not hide bug.
387- **Update(group-by):** Fixed params error of `checkAll`/`uncheckAll`.
388- **Update(multiple-sort):** Fixed not working with multiple level field bug.
389- **Update(reorder-columns):** Fixed cannot work bug.
390- **Update(reorder-rows):** Fixed `this` context of `onPostBody` error.
391- **Update(treegrid):** Fixed treegrid `destroy` bug.
392
393### 1.16.0
394
395#### Core
396
397- **New:** Added `buttonsOrder` option.
398- **New:** Added `headerStyle` option.
399- **New:** Added `showColumnsSearch` option.
400- **New:** Added `serverSort` option.
401- **New:** Added `unfiltered` parameter for `getData` method.
402- **Update:** Updated `event` name to lowercase hyphen format for vue component.
403- **Update:** Updated `es-AR` locale.
404- **Update:** Updated the default classes of semantic theme.
405- **Update:** Improved the `resize` problem with multiple tables.
406- **Update:** Fixed `checkAll` event bug with sortable checkbox field.
407- **Update:** Fixed `checkbox` and not-found td style errors.
408- **Update:** Fixed `customSearch` return empty array bug.
409- **Update:** Fixed column checkboxes not being disabled when using `toggleAll`.
410- **Update:** Fixed `flat` not polyfilled error in vue cli3.
411- **Update:** Fixed `height` and `border` not aligned bug.
412- **Update:** Fixed `jqXHR` `undefined` error using custom ajax.
413- **Update:** Fixed `pageSize` set to all bug with filter.
414- **Update:** Fixed `refreshOptions` bug with radio and checkbox.
415- **Update:** Fixed `removeAll` bug in the last page when sidePagination is server.
416- **Update:** Fixed `search` not always trigger in IE11 bug.
417- **Update:** Fixed `search` width `escape` bug.
418- **Update:** Fixed `showColumns` cannot work of foundation theme.
419- **Update:** Fixed `showFullscreen` bug when setting height.
420- **Update:** Fixed `sort` cannot work after searching.
421- **Update:** Fixed `sortable` style error when using `table-sm`.
422- **Update:** Fixed `sortStable` not work bug.
423- **Update:** Fixed `triggerSearch` not work bug.
424- **Update:** Supported build cross all platforms.
425- **Remove:** Removed `resetWidth` method and use `resetView` instead.
426
427#### Extensions
428
429- **New(cookie):** Added new options to get/set/delete the values by a custom function.
430- **New(cookie):** Added save re-order and resize support.
431- **New(filter-control):** Added `filterControlContainer` option.
432- **New(filter-control):** Added `filterCustomSearch` option.
433- **New(filter-control):** Added object and function support in `filterData` column option.
434- **New(filter-control):** Added support for using sticky-header extension.
435- **New(filter-control):** Added support comparisons search(<, >, <=, =<, >=, =>).
436- **New(fixed-columns):** Added all themes support.
437- **New(fixed-columns):** Added `fixedRightNumber` option.
438- **New(fixed-columns):** Added support for using filter-control extension.
439- **New(group-by):** Add `Array` support for `groupByField` option.
440- **New(group-by):** Added `customSort` option support.
441- **New(multiple-sort):** Added custom `sorter` support.
442- **New(multiple-sort):** Added `multiSortStrictSort` option.
443- **New(multiple-sort):** Added `multiSort` method.
444- **New(print):** Added `printFormatter` data-attribute support.
445- **New(reorder-columns):** Added `orderColumns` method.
446- **New(reorder-rows):** Added `search` and `cardView` supported.
447- **New(sticky-header):** Added support for all themes.
448- **New(toolbar):** Added support for all themes.
449- **New(reorder-rows):** Added `search` and `cardView` support.
450- **Update(cookie):** Fixed cookie localeStorage not work bug with filter-control.
451- **Update(cookie):** Fixed `minimumCountColumns` not working bug.
452- **Update(cookie):** Improved `cookiesEnabled` to support ' in `data-attribute`.
453- **Update(editable):** Fixed `formatter` bug if the column was edited.
454- **Update(filter-control):** Fixed `hideUnusedSelectOptions` not work bug.
455- **Update(filter-control):** Fixed filter not work bug with `undefined`.
456- **Update(filter-control):** Fixed missing parameter of `resetSearch` and `filterDataType`.
457- **Update(filter-control):** Fixed `search` with filter-control `search` bug.
458- **Update(filter-control):** Fixed the `value` of select display error using editable.
459- **Update(fixed-columns):** Fixed checkbox bug with fixed columns.
460- **Update(fixed-columns):** Updated default value to `0` of `fixedNumber` option.
461- **Update(group-by):** Improved `number` type support.
462- **Update(group-by):** Fixed new table using modal bug.
463- **Update(group-by):** Fixed `scrollTo` method using group-by.
464- **Update(mobile):** Fixed input keyboard bug.
465- **Update(multiple-sort):** Fixed not destroy bug.
466- **Update(multiple-sort):** Fixed sort not work with `boolean` bug.
467- **Update(print):** Improved to use `undefinedText` option.
468- **Update(print):** Fixed IE11 not work bug.
469- **Update(reorder-columns):** Fixed detail view column reorder bug.
470- **Update(resizable):** Fixed columns resizing not work bug.
471- **Update(resizable):** Fixed not work via JavaScript.
472- **Update(sticky-header):** Fixed not work bug with fullscreen.
473- **Update(treegrid):** Fixed `virtualScroll` option bug.
474- **Remove:** Removed natural-sorting extension.
475
476### 1.15.5
477
478- **New:** Added `jqXHR` for `responseHandler` option and `onLoadSuccess` event.
479- **New:** Added `stickyHeaderOffsetLeft` and `stickyHeaderOffsetRight` for sticky-header.
480- **New:** Added Serbian RS cyrillic and latin locales.
481- **Update:** Improved `export` button when there is only one type.
482- **Update:** Fixed column events click error with `detailView`.
483- **Update:** Fixed bug for `searchOnEnterKey` and `showSearchButton` are true.
484- **Update:** Fixed `onScrollBody` event and added parameter.
485- **Update:** Fixed search input size bug with `iconSize` option.
486- **Update:** Fixed filter control select cannot work more than one table.
487- **Update:** Fixed virtual scroll to top error when using `append` method.
488- **Update:** Fixed `events` cannot work on virtual scroll.
489- **Update:** Fixed bottom border bug with `height` option.
490- **Update:** Fixed min version throw cannot convert object to primitive value error.
491
492### 1.15.4
493
494- **New:** Added `query` to `queryParams` option.
495- **New:** Added `filter` parameter of `customSearch` option.
496- **Update:** Fixed search bug in hidden columns.
497- **Update:** Fixed table zoom width calculating bug.
498- **Update:** Fixed events of column formatted by nested table.
499- **Update:** Fixed checkbox style display bug.
500- **Update:** Fixed stack overflow error of `checkBy` method.
501- **Update:** Fixed `showSearchButton` and `showSearchClearButton` style bug.
502- **Update:** Fixed filter-control select `null` value handle error.
503- **Update:** Fixed `showSearchClearButton` bug in filter-control extension.
504- **Update:** Fixed `print` button appears twice bug.
505
506### 1.15.3
507
508- **New:** Added nl-BE, fr-CH and fr-LU locale.
509- **Update:** Updated nl-NL, pt-BR, fr-BE, fr-FR, nl-BE and nl-NL locale.
510- **Update:** Fixed treegrid duplicate rows bug.
511- **Update:** Fixed `updateCellByUniqueId` method bug on a filtered table.
512- **Update:** Fixed colspan group header display bug.
513- **Update:** Fixed table footer display bug in some case.
514- **Update:** Fixed `getOptions` bug.
515- **Update:** Fixed `detailView` bug when hiding columns.
516- **Update:** Fixed IE minify bug.
517- **Update:** Fixed full screen scrolling bug.
518
519### 1.15.2
520
521#### Core
522
523- **New:** Added `virtualScroll` and `virtualScrollItemHeight` options to support large data.
524- **New:** Added vue component support.
525- **New:** Added support comparisons search(<, >, <=, =<, >=, =>).
526- **New:** Added `detailViewByClick` table option and `detailFormatter` column option.
527- **New:** Added `showExtendedPagination` and `totalNotFilteredField` table options.
528- **New:** Added `widthUnit` option to allow any unit.
529- **New:** Added `multipleSelectRow` option to support ctrl and shift select.
530- **New:** Added `onPostFooter`(`post-footer.bs.table`) event.
531- **New:** Added `detailViewIcon` and `toggleDetailView` method to hide the show/hide icons.
532- **New:** Added `showSearchButton` and `showSearchClearButton` options to improve the search.
533- **New:** Added `showButtonIcons` and `showButtonText` options to improve the icons display.
534- **New:** Added `visibleSearch` option search only on displayed/visible columns.
535- **New:** Added `showColumnsToggleAll` option to toggle all columns.
536- **New:** Added `cellStyle` to support checkbox field.
537- **New:** Added checkbox and radio auto checked from html support.
538- **New:** Added screen reader support for pagination.
539- **New:** Added travis lint src and check docs scripts.
540- **New:** Added webpack support and user rollup to build the src.
541- **New:** Added a version number property.
542- **New:** Improved `filterBy` method with `or` condition and custom filter algorithm.
543- **New:** Improved `showColumn` and `hideColumn` methods with array of fields.
544- **New:** Improved `scrollTo` method to allow `rows` units.
545- **Update:** Rewrote all code to ES6.
546- **Update:** Improved `pageList` options to support localization.
547- **Update:** Improved the `totalRows` option.
548- **Update:** Improved table footer.
549- **Update:** Improved `getSelections` and `getAllSelections` methods.
550- **Update:** Improved css frameworks themes.
551- **Update:** Updated parameters of the `getData` method.
552- **Update:** Updated parameters of the (un)checkAll events to `rowsAfter, rowsBefore`.
553- **Update:** Updated parameters of the `updateRow` method to support `replace`.
554- **Update:** Updated page number to 1 while making a server side sort.
555- **Update:** Renamed table `maintainSelected` option to `maintainMetaData`.
556- **Update:** Renamed method `refreshColumnTitle` to `updateColumnTitle`.
557- **Update:** Fixed card view value to be aligned incorrectly bug.
558- **Update:** Fixed `smartDisplay` option pagination bug.
559- **Update:** Fixed data-* attribute is an object bug.
560- **Update:** Fixed page separators click bug.
561- **Update:** Fixed scrolling bug in IE11.
562- **Update:** Fixed initHeader error caused by toggleColumn.
563- **Update:** Fixed search input trigger multiple times bug.
564- **Update:** Fix Pagination/totalRows not updated on `hideRow`.
565- **Update:** Fixed columns title error.
566
567#### Extensions
568
569- **New(editable):** Added `onExportSaved` event.
570- **New(export):** Added `forceExport` column option force export columns with hidden.
571- **New(export):** Added function support of `fileName` option.
572- **New(filter-control):** Added `filterDataCollector` to control the filter select options.
573- **New(filter-control):** Added `filterOrderBy` and filterDefault column options.
574- **New(multiple-sort):** Added bootstrap v4 theme support.
575- **New(print):** Added RTL dir support.
576- **Remove:** Removed group-by, multi-column-toggle, multiple-search, multiple-selection-row, select2-filter and tree-column extensions.
577- **Update(cookie):** Fixed cookie search cannot work bug.
578- **Update(editable):** Updated parameters of `onEditableSave` to `field, row, rowIndex, oldValue, $el`.
579- **Update(editable):** Fixed editable rerender bug after saving data.
580- **Update(export):** Updated to only export table header.
581- **Update(export):** Fixed bug with the footer extensions while sorting.
582- **Update(filter-control):** Added ability to handle boolean.
583- **Update(filter-control):** Fixed DatePicker of filter-control does not work bug.
584- **Update(filter-control):** Fixed clear filterControl with Cookie bug.
585- **Update(filter-control):** Fixed loading screen with filter control.
586- **Update(filter-control):** Fixed overwriting the searchText bug.
587- **Update(filter-control):** Fixed filtering does not work json sub-object.
588- **Update(filter-control):** Fixed select filter with formatter.
589- **Update(multiple-sort):** Fixed multiple-sort does not work with data-query-params bug.
590- **Update(page-jump-to):** Fixed `click` bug when paginationVAlign is 'both'.
591- **Update(reorder-columns):** Fixed reorder columns cannot work bug.
592- **Update(reorder-columns):** Fix search and columns bug after reorder columns.
593- **Update(treegrid):** Fixed treegrid cannot work bug.
594
595### 1.14.2
596
597- **New(fixed-columns extension):** Added new version fixed-columns extension.
598- **New(js):** Updated the style of loading message.
599- **Update(js):** Updated refresh event params.
600- **Update(locale):** Updated all locale translation with English as default.
601- **Update(export extension):** Fixed export all rows to pdf bug.
602- **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
603- **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.
604
605### 1.14.1
606
607- **New(css):** Added CSS Frameworks supported.
608- **New(css):** Added [Semantic UI](http://semantic-ui.com) theme.
609- **New(css):** Added [Bulma](http://bulma.io) theme.
610- **New(css):** Added [Materialize](https://materializecss.com/) theme.
611- **New(css):** Added [Foundation](https://foundation.zurb.com/) theme.
612- **New(js):** Added data attribute support for `ignoreClickToSelectOn` option.
613- **Update(js):** Fixed `detailView` find td elements bug.
614- **Update(js):** Fixed `showColumns` close dropdown bug when item label clicking.
615- **Update(js):** Fixed reset width error after `toggleFullscreen`.
616- **Update(js):** Fixed `cardView` click event bug.
617
618### 1.13.5
619
620- **New(auto-refresh extension):** Rewrote auto-refresh extension to ES6.
621- **Update(js):** Fixed showFullscreen cannot work bug.
622- **Update(js):** Redefined customSearch option.
623- **Update(js):** Fixed show footer cannot work bug.
624- **Update(js):** Updated the parameter of `footerStyle`.
625- **Update(js):** Added classes supported for `footerStyle`.
626- **Update(js):** Fixed IE11 transform bug.
627- **Update(js):** Removed beginning and end whitespace from td.
628- **Update(export extension):** Fixed export selected bug.
629
630### 1.13.4
631
632- **New(sticky-header extension):** Rewrote sticky-header extension to ES6.
633- **New(sticky-header extension):** Added to support bootstrap v4 and `theadClasses` option.
634- **New(auto-refresh extension):** Icons update to font-awesome 5.
635- **New(examples):** Added examples Algolia search.
636- **Update(js):** Fixed `theadClasses` is not set when a `thead` exists.
637- **Update(js):** Fixed table resize after mergeCell the first row.
638- **Update(cookie extension):** Fixed cookie extension broken bug.
639- **Update(cookie extension):** Fixed cookie extension unicode encode bug.
640- **Update(package):** Added `sass` devDependencies.
641
642### 1.13.3
643
644- **New(js):** Supported full table classes of bootstrap v4.
645- **New(css):** Rewrote bootstrap-table.css to scss.
646- **New(accent-neutralise extension):** Rewrote accent-neutralise extension to ES6.
647- **New(addrbar extension):** Rewrote addrbar extension to ES6 and supported attribute option.
648- **New(group-by-v2 extension):** New `groupByFormatter` option.
649- **New(pipeline extension):** New pipeline extension `bootstrap-table-pipeline`.
650- **Remove(js):** Removed `striped` option and use classes instead.
651- **Update(js):** Fixed `locale` option bug.
652- **Update(js):** Fixed `sortClass` option bug.
653- **Update(js):** Fixed `sortStable` option cannot work bug.
654- **Update(js):** Improved built-in sort function and `customSort` logic.
655- **Update(js):** Fixed horizontal scrollbar bug.
656- **Update(cookie extension):** Improved cookie extension code.
657
658### 1.13.2
659
660- **New(js):** Added `paginationSuccessivelySize`, `paginationPagesBySide` and `paginationUseIntermediate` pagination options.
661- **New(cookie extension):** Rewrote cookie extension to ES6.
662- **New(cookie extension):** Saved `filterBy` method.
663- **New(filter-control extension):** Added `placeholder` as a empty option to the select controls.
664- **New(filter-control extension):** Added `clearFilterControl` method in order to clear all filter controls.
665- **New(docs)** Added Algolia search.
666- **Update(js):** Fixed sort column shows hidden rows in `server` side pagination bug.
667- **Update(js):** Fixed `scrollTo` bug.
668- **Update(css):** Fixed no-bordered problem of bootstrap v4.
669- **Update(filter-control extension):** Added bootstrap v4 icon support.
670
671### 1.13.1
672
673- feat(js): add `theadClasses` option to support bootstrap v4
674- feat(js): fix #3727, icons update to font-awesome 5
675- feat(locale): rewrite all locales to ES6
676- feat(editable extension): rewrite bootstrap-table-editable to ES6
677- feat(filter-control extension): rewrite bootstrap-table-filter-control to ES6
678- feat(treegrid extension): add `rootParentId` option
679- fix(js): fix #3653, getHiddenRows method bug
680- fix(js): fix #4066, `getOptions` method remove data property
681- fix(js): fix #4088, no matches display error
682- fix(js): fix eslint warning and error
683- fix(locale): fix #3999, improve es-ES locale
684- fix(filter-control extension): fix #3474, multiple choice bug
685- fix(filter-control extension): fix #4008, select all rows and `keyup` event error
686- fix(export extension): fix #4086, export in cardView display error
687
688### 1.13.0
689
690- feat(js): rewrite bootstrap-table to ES6
691- feat(locale): add fi-FI.js locale
692- feat(build): use babel instead grunt
693- feat(filter-control): add `created-controls.bs.table` event to filter-control
694- feat(export extension): rewrite export extension to ES6
695- feat(export extension): export extension support bootstrap v4
696- feat(export extension): add `exportTable` method
697- feat(toolbar extension): rewrite toolbar extension to ES6
698- feat(toolbar extension): toolbar extension supports bootstrap v4
699- feat(toolbar extension): add server sidePagination support
700- feat(resizable extension): new resizable extension version 2.0.0
701- feat(editable extension): allow different x-editable configuration per table row
702- feat(addrbar extension): add addrbar extension
703- fix(js): fix #1769, improve check/uncheck methods
704- fix(js): fix #1983, cookie with pageNumber and searchText bug
705- fix(js): fix #2485, selections bugs
706- fix(js): fix #2545, customSearch support data attribute
707- fix(js): fix #3696, can't search data with formatter
708- fix(js): fix #4081, getRowByUniqueId error when row unique id is undefined
709- fix(js): fix older bootstrap version bug
710- fix(css): fix #1848, remove toolbar line-height
711- fix(css): limit fullscreen CSS rule scope
712- fix(editable extension): fix #1819, #2072, editable formatter bug
713- fix(extension): fix #3720, fix #3682, bug with export extension together
714- fix(extension): remove lick-edit-row and flat-json extensions
715
716### 1.12.2
717
718- fix(js): fix #3656, toggle icon typo release error
719
720### 1.12.1
721
722- fix(js): fix #3656, toggle icon typo
723- fix(js): fix #3657, opencollective postinstall error
724- fix(group-by-v2 extension): fix #3598, detailView display bug
725- feat(tree-grid extension): fix #3607, add `rowStyle` support
726
727### 1.12.0
728
729- fix(js): fix zoom header width bug
730- fix(js): fix #3452, reset the table data when url loaded error
731- fix(js): fix #3380, check-all was wrong with the sub-table
732- fix(js): fix #2963, singleSelect, maintainSelected and pagination bug
733- fix(js): fix #3342, remove limit when it is 0
734- fix(js): fix #3472, group header style bug
735- fix(js): fix #3310, searchText causes two requests
736- fix(js): fix #3029, IE8 does not support getOwnPropertyNames
737- fix(js): fix #3204, sortName cannot work in server side pagination
738- fix(js): fix #3163, `showToolbar` bug when using extensions
739- fix(js): fix #3087, only send pagination parameters when `sidePagination` is `server`
740- fix(export extension): fix #3477, server pagination mode cannot export all data
741- fix(filter-control extension): fix #3271, duplicate select option with fixed header and client pagination
742- feat(js): add `detailFilter` option
743- feat(js): add `rememberOrder` option
744- feat(js): improve pageList `All` option locale independent
745- feat(js): add `Bootstrap v4.0` support
746- feat(js): add `row` data to sorter function
747- feat(js): add `ignoreClickToSelectOn` option
748- feat(js): add `onScrollBody` / `scroll-body.bs.table` event
749- feat(js): add `showFullscreen` option
750- feat(js): add `showSelectTitle` column option
751- feat(js): add `$el` to collapse-row
752- feat(locale): add `eu-EU` locale
753- feat(export extension): add `exportFooter` option
754- feat(multiple-sort extension): add `showMultiSortButton` option
755- feat(filter-control extension): add `searchOnEnterKey` option
756- feat(page-jump-to extension): add `page-jump-to` extension
757- feat(resizable extension): add `resizeMode` option
758- feat(sticky-header extension): add `Bootstrap v4.0` support
759- feat(treegrid extension): add `treegrid` extension
760- feat(print extension): add support to print complex table
761- feat(extension): add cookie in combination with filter-control and strict search
762
763#### Breaking changes in 1.12.0
764
765- feat(js): add `toggleOn` and `toggleOff` icons instead `toggle` icon
766
767
768### 1.11.1
769
770- fix(js): fix #2439, `filterBy` cannot filter array keys
771- fix(js): fix #2424, from html with checkbox bug
772- fix(js): fix #2385, checkbox render bug with formatter
773- fix(js): fix #750, showRow and hideRow bug
774- fix(js): fix #2387, page list bug
775- fix(js): decrement totalRows on remove if using server side pagination
776- fix(js): bug in the calculation of toolbar and pagination heights
777- feat(js): fix #2414, add `paginationLoop` option
778- feat(js): update method `getRowsHidden` to `getHiddenRows`
779- feat(js): add `sortClass` option
780- feat(js): add `totalField` Option
781- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
782- feat(js): add `escape` column option
783- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
784- fix(js): fix #2879, IE8 bug
785- fix(js): fix #2719, remove `tabindex`
786- fix(css): fix #2208, dropdown-menu style bug
787- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
788- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
789- fix(reorder-row extension): fix #1343, reorder rows bug with pagination
790- fix(cookie extension): correction regex to match 'mi'
791- feat(locale): fix #2759, add es-CL and uz-UZ locales
792- feat(cookie extension): fix #2386, add `getCookies` method
793- feat(cookie extension): fix #2371, add `cookieStorage` option
794- feat(multiple-selection-row extension): add multiple-selection-row extension
795- feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
796- feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
797- feat(filter-control extension): fix #2189, set placeholder of the filter-control input
798- feat(print extension): add print extension
799- feat(auto-refresh extension): add auto refresh extension
800- feat(tree-column extension): add tree column extension
801
802#### Breaking changes in 1.11.1
803
804- **Filter-Control extension**: deleted the inline-style and now this extension is using a separated css file.
805
806
807### 1.11.0
808
809- fix(js): fix cardVisible doesn't work bug
810- fix(js): int field break toggleColumn
811- fix(js): table elements inside bootstrap table bug
812- fix(js): move formatter after cellStyle
813- fix(js): the footer is hidden in card view
814- fix(js): fix sorting rows not working bug
815- fix(js): return field from visible cells
816- fix(js): onSearch event is not fire when we press the arrows keys
817- fix(js): fix fromHtml error
818- fix(js): fix event cannot work when some columns are hidden
819- fix(js): remove page size and number when pagination is false
820- fix(js): remove getFieldIndexFromColumnIndex because it cause events bug
821- fix(js): fix getSelections method bug
822- fix(js): update records to rows
823- fix(locale): update it-IT locale
824- fix(locale): add formatAllRows in template locale
825- fix(filter-control extension): add check for null values on existsOptionInSelectControl
826- fix(filter-control extension): fix show-clear button bug
827- fix(editable extension): fix editable formatter error when refreshOptions
828- feat(js): add support for transfer from rowspan / colspan table
829- feat(js): add data variable to post-body event
830- feat(js): add `buttonsClass` option
831- feat(js): add `getVisibleColumns` method
832- feat(js): add resize event to fit the header
833- feat(js): add `onRefresh` event
834- feat(js): add field parameter in the click and dblClick row events
835- feat(js): add div.card-views surrounds all the card view div
836- feat(js): add `field` parameter to cellStyle
837- feat(js): add `sortStable` option
838- feat(js): add `footerStyle` option
839- feat(extension): add select2 filter and i18n enhance extensions
840- feat(extension): add multi-column-toggle extension
841- feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search
842- feat(angular extension): add constant in order to get it from angular scope
843- feat(export extension): add `formatExport` locale
844- feat(multiple-sort extension): add `formatSortOrders` option
845- feat(multiple-sort extension): support pagination server
846- refactor(filter-control extension): refactor the filterDataType method
847- refactor(filter-control extension): adding all unique values to select control and performance improvements
848- refactor(extension): refactor filter cookies extension to avoid double calls
849- docs(filter-control extension): add documentation for filterData
850
851
852### 1.10.1
853
854- revert: feat: update escape to false
855- feat: add `checkInvert` method
856- feat: add `bootstrap-table-he-IL.js`
857- bug: update grunt to development dependency
858- bug: press on toolbar elements, the key-events it will not run
859- bug: remove bogus conditions that will always be true
860- bug: refactor filter control select input initialization
861- bug: typo in Slovak translation
862
863### 1.10.0
864
865- [bug] Fixed #1619: sub-table checkbox selects all the table.
866- [bug] Fixed icons for ability customizing.
867- [bug] Fixed #1677: paginationSwitch for server-side.
868- [bug] Fixed #1613: padding in footer.
869- [bug] Fixed #1742: showRow & hideRow param checks.
870- [bug] Fixed getItemField bug.
871- [bug] Fixed #617: server side pagination uses `this.options.searchText`.
872- [bug] Fixed class name does not apply to checkbox field bug.
873- [bug] Fixed clear function and searchFormatter option of filter-control extension.
874- [bug] Fixed year computation on cookie extension.
875- [bug] Fixed ReorderRows init when reorderable is false.
876- [bug] Fix #1660: removed PowerPoint type of export extension.
877- [enh] Added `title` attribute to pagination controls defining the page number.
878- [enh] Added `escape` option.
879- [enh] Added `searchOnEnterKey` option.
880- [enh] Added `updateFormatText` method.
881- [enh] Added a third parameter to `detailFormatter` method passing the jQuery element.
882- [enh] Added new param for `updateCell` method to avoid table reinitialization.
883- [enh] Removed outline of th.
884- [enh] Added extension.json and composer.json files.
885- [enh] Added alternative group-by extension.
886- [enh] Added sticky-header extension.
887- [enh] Added filterLocal option to filter-control extension.
888- [enh] Enabled data attributes for editable column.
889- [enh] Added IconSize option to export extension.
890- [enh] Added tooltip for filter-control toolbar button.
891
892### 1.9.1
893
894- [bug] Removed no records events.
895- [bug] Fixed cardView fieldIndex error.
896- [bug] Fixed #1130: table-condensed is not working.
897- [bug] Fixed #1482: export all server sidePagination bug(export extension).
898- [bug] Fixed #1248: IE8 does not support indexOf function.
899- [bug] Fixed #1491: (un)check event element argument missing.
900- [bug] Fixed Italian translation.
901- [bug] Unified naming of MS in type names(export extension).
902- [bug] Fixed selectPage method fails(cookie extension).
903- [bug] Add ja-JP and ms-MY translation for formatAllRows.
904- [enh] UniqueId can also be stored in a row's data property.
905- [enh] Use default settings when cookie settings don't exist(cookie extension).
906- [enh] Expand `filterBy` to accept and array of values.
907- [enh] Added `updateByUniqueId` method.
908- [doc] Added `iconSize` docs.
909
910### 1.9.0
911
912- [enh] Update bootstrap-table-cookie.js.
913- [enh] Use options for detailView's open/close icons.
914- [enh] Added `refreshOptions` and `gtHiddenColumns` method.
915- [enh] Added `datepicker` option to Filter Control.
916- [bug] Fix #936 Sort carets should not be inline-styled by JS.
917- [bug] Fix table header width bug when setting table to no bordered.
918- [bug] Fix #938, fix #940: Multiple Sort and Hide/Show column.
919- [bug] Fix #970: `click`and `dblclick` bug on no-rows table.
920- [bug] Fix #967: unselected column while column sorted display error.
921- [enh] Support title feature in cells.
922- [enh] Improved cookie, mobile extension.
923- [enh] Added group-by, angular extension.
924- [enh] Added option for setting locale.
925- [enh] Added `exportDataType` option for export extension.
926- [enh] Add fa-IR, ca-ES, es-ES, et-EE and af-ZA locales.
927- [enh] Supported complex header with `rowspan` and `colspan`.
928- [enh] Added `searchFormatter` column option.
929- [bug] Fixed ResetRow function and undefined column search bug.
930- [bug] Fixed #639: footer resizing problem.
931- [enh] Added resetSearch method to reset the search text.
932- [enh] Supported flat json.
933- [enh] Improved reorder-columns extension.
934- [enh] Added multiple-search, accent-neutralise extension.
935- [enh] Added fixed-columns extension.
936- [enh] Added `$.fn.bootstrapTable.utils` tools.
937- [enh] Added `expandRow` and `collapseRow` methods.
938- [enh] Updated `showRow`, `hideRow` and `updateCell` methods.
939- [bug] Fix #1390: radio maintainSelected bug.
940- [bug] Fix #1421: checkBy filter enabled.
941- [bug] Remove `bootstrap-table-all.js` and `bootstrap-table-all.min.js`.
942
943### 1.8.1
944
945- [enh] Accessing field name in formatter.
946- [enh] Improve function option to support string format for example formatter.
947- [enh] Added multiple sort extension.
948- [enh] Improve filter control extension.
949- [enh] Added jsdelivr CDN.
950- [bug] Fix #912: Bug when switching to card view.
951- [bug] Fix #914: extra empty toolbar div bug.
952- [bug] Fix bootstrap-table-pt-PT.js typo.
953
954### 1.8.0
955
956- [enh] Added state saving for visible columns and the ability to use extension with multiple simultaneous tables.
957- [enh] Added `ajax` option to replace jquery ajax method.
958- [enh] Added `resetWidth` method to reset header and footer width.
959- [enh] Added key-events, mobile, filter-control, reorder-columns, reorder-rows, resizable, natural-sorting, toolbar extensions, and update the extensions name.
960- [enh] Added `onToggle`, `onCheckSome` and `onUncheckSome` events.
961- [enh] Added `getScrollPosition`, `removeAll`, `removeByUniqueId` methods.
962- [bug] Fix double header bug after table show from hidden.
963- [bug] Fix #279: scrollWidth bug.
964- [enh] `getData` method support to get the current page data.
965- [enh] Added 'getAllSelections' method to get checked rows across all pages.
966- [enh] Added `ro-RO` locale.
967- [enh] Added `table-no-bordered` class to remove table-bordered style.
968- [enh] Added `bootstrap-table-all.js` and `bootstrap-table-locale-all.js` files to dist.
969- [enh] Added detail view feature.
970- [enh] Added `updateCell` method.
971- [enh] Added `onClickCell` and `onDblClickCell` events.
972- [bug] Fix #672: Column Fixed Width in Percentage bug.
973- [bug] Fix row state field value bug when there are disabled rows.
974- [bug] Fix #762: save data-* attributes of tr.
975- [bug] Fix #823, #850: break rowspan bug, data-attribute bug.
976
977### 1.7.0
978
979- [enh] Add `showFooter`, `keyEvents`, `searchText` and `uniqueId` options.
980- [enh] Add `cardVisible` column options.
981- [enh] Add `checkBy` and `uncheckBy`, `showRow` and `hideRow` and `getRowsHidden` methods.
982- [enh] Add nb-NO, ar-SA, es-MX, ka-GE locales.
983- [enh] Add cookie, resizable, natural-sorting, toolbar extensions.
984- [enh] Add exportOptions to export extension.
985- [enh] Fix #263: prepend method support object and array.
986- [enh] Card View support checkbox and radio.
987- [bug] Fix Card View events bug.
988- [enh] Keep all `data-*` attributes when transform from normal table.
989- [enh] Load method support fixedScroll param.
990- [enh] Added 'all' option in pagination.
991- [enh] Added pagination detail align.
992
993### 1.6.0
994
995- [bug] Fix queryParams bug when use `sidePagination='server'`.
996- [enh] Add uk-UA, sv-SE, pt-PT, ms-MY, ja-JP locales.
997- [enh] Add `searchTimeOut` option.
998- [bug] Fix #220: state column hideColumn bug.
999- [bug] Fix #221: cellStyle bug.
1000- [enh] Add `iconsPrefix` and `icons` options to support custom icons.
1001- [enh] Add i18n support for docs.
1002- [enh] Allow `query` params to be specified during refresh.
1003- [bug] Fix bug of ellipsis string.
1004- [bug] Fix pageList smartDisplay.
1005- [bug] Fix #188: Export Button is not shown only use `showExport=true`.
1006- [bug] Fix page-change event params bug.
1007- [enh] Add limit and offset params only if pagination is activated.
1008- [enh] Add `ajaxOptions` option to custom $.ajax options.
1009- [enh] Add a toggle pagination toolbar button.
1010- [enh] Add `iconSize` option.
1011- [enh] Add `buttonsAlign` option and update `toolbarAlign` option.
1012- [enh] Add `prepend`, `insertRow` and `toggleView` methods.
1013- [enh] Add `editable-save.bs.table` event to editable extension.
1014- [enh] #431: load method support pagination.
1015
1016### 1.5.0
1017
1018- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
1019- [bug] Fix IE browser display header bug when use `mergeCells` method.
1020- [bug] Fix #269: array as row bug.
1021- [bug] Fix #314: `rowStyle` bug.
1022- [enh] Add de-DE, hu-HU, sk-SK locales.
1023- [enh] Fix #261: add namespace to `.table` style.
1024- [bug] Fix #160, #323: operate events don't work in card view.
1025- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
1026- [enh] Add `onPreBody` and `onPostBody` events.
1027- [enh] Add `searchable` column option.
1028- [enh] Fix #59: support load multiple locale files.
1029- [enh] Modify the scope of the column events.
1030- [enh] Improve editable extension.
1031
1032### 1.4.0
1033
1034- [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.
1035- [enh] Fix #149: Hide empty data on Card view.
1036- [enh] Fix #131: Add `onPageChange` event.
1037- [enh] Add `onSearch` event.
1038- [enh] Apply `width` column option to row style.
1039- [enh] Add bootstrap-table-filter extension.
1040- [enh] Add cs-CZ, es-CR, es-NI, pl-PL, ur-PK, ko-KR, th-TH locales.
1041- [bug] Fix `minimumCountColumns` option init error.
1042- [bug] Fix #161: `undefined` or `null` string sort bug.
1043- [bug] Fix #171: IE disabled button can be clicked bug.
1044- [bug] Fix #185: Reset the page to the first page when changing the url with `refresh` method.
1045- [bug] Fix #202: updateRow method keep the scroll position.
1046- [enh] Add `smartDisplay` option.
1047- [enh] Add `searchAlign` and `toolbarAlign` options.
1048- [enh] Fix #193: Add `dataType` option.
1049- [enh] Add flatJSON and editable extensions.
1050- [enh] Add `rowAttributes` option.
1051- [enh] Update documentation.
1052
1053### 1.3.0
1054
1055- [enh] Take `showHeader` option effect to the card view.
1056- [enh] Rename and update locale files.
1057- [bug] Fix #102: Wrong `options.columns` initialization.
1058- [enh] Fix #121: Add extensions for bootstrap table.
1059- [bug] Fix #138: IE8 search data and remove method error.
1060- [bug] Fix bug: sorter and check all do not work in some case.
1061- [enh] Add `bootstrap-table-nl-NL.js` and `bootstrap-table-el-GR.js`.
1062- [enh] Support search without data-field set, trim search input.
1063- [enh] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
1064- [bug] Fix #135, #142: Search use formatted data.
1065- [enh] Verify search text before send queryParams.
1066- [bug] Fix #148: column events support namespace.
1067- [enh] Support to disable radio or checkbox column by formatter.
1068
1069### 1.2.4
1070
1071- [enh] Fix #23: Add css and classes parameters to column cell.
1072- [enh] Fix #64: Add support for change remote url.
1073- [enh] Fix #112: update the `refresh` method.
1074- [bug] Fix #113: Using radio type and cardView error.
1075- [enh] Fix #117: Add `updateRow` method.
1076- [enh] Fix #96, #103: apply `class` option to td elements.
1077- [enh] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
1078- [enh] Fix #124: change `queryParams` and `queryParamsType` default option.
1079- [enh] Remove the `eval` method.
1080- [enh] Add `bootstrap-table-it-IT.js` locale.
1081
1082### 1.2.3
1083
1084- [bug] Fix the selected row class reset after toggle column bug.
1085- [bug] Fix #86: invisible column are still searchable.
1086- [bug] Fix search result error when toggle column display.
1087- [enh] Add `clickToSelect` to columns.
1088- [bug] Fix click-row event bug.
1089- [enh] When field is undefined, use index instead.
1090- [enh] Add `cache` option for AJAX calls.
1091- [enh] Improve zh-TW translation.
1092- [enh] #82: Add `getData` method.
1093- [enh] #82: Add `remove` method.
1094
1095### 1.2.2
1096
1097- Fix #68: Add `showColumn`/`hideColumn` methods.
1098- Fix #69: Add `bootstrap-table-es_AR.js` locale.
1099- Fix #88: Add `bootstrap-table-fr_BE.js` locale.
1100- Fix #85: Select row and add row class.
1101- Add `halign` column option.
1102
1103### 1.2.1
1104
1105- Fix #56: Pagination issue in bootstrap 2.3.
1106- Fix #76: After refreshing table data, search no longer works.
1107- Fix #77: After searching and then clearing the search field, table is no longer sortable.
1108- Add `sortable` option, `false` to disable sortable of all columns.
1109- Support localization for docs.
1110
1111### 1.2.0
1112
1113- Fix bootstrap 2 table border bug.
1114- Fix loading and not found record display bug.
1115- Rename `minimumCountColumns`.
1116- Fix sort order bug.
1117
1118### 1.1.5
1119
1120- Fix the bottom border bug on Chrome.
1121- Add horizontal scroll for support.
1122- Fix scroll header width error.
1123- Add `showRefresh` and `showToggle` options.
1124
1125### 1.1.4
1126
1127- Fix `destroy` method bug.
1128- Initialize table data from HTML.
1129- Fix the hidden table reset header bug.
1130
1131### 1.1.3
1132
1133- Add `events` column option.
1134- Add `checkboxHeader` option.
1135- Add `queryParamsType` option.
1136- Fix ie class bug, and fix duplicated data error.
1137
1138### 1.1.2
1139
1140- Add switchable column option.
1141- Add `data-toggle` attribute.
1142- Add support for number search.
1143- Use html function instead of text in header th.
1144
1145### 1.1.1
1146
1147- Remove `bootstrapVersion` option.
1148- Add `data-page-list` attribute.
1149- Fix search data error.
1150- Non case sensitive search in client side.
1151- Added support for Danish translation.
1152
1153### 1.1.0
1154
1155- Fix old firefox browser display error.
1156- Add minimumCountColumns option.
1157- Update the table body header implementation and resetView method.
1158- Remove bootstrapVersion option.
1159- Fix search data error.
1160
1161### 1.0.6
1162
1163- Add jQuery events.
1164- Add `onDblClickRow` event and `onAll` event.
1165- Add `singleSelect` option.
1166- Search improve: add a timeout and trigger the search event when the text has changed to improve the search.
1167- Scroll to top after data loaded.
1168- Add `toolbar` option.
1169- Add `rowStyle` option.
1170- Add `bootstrapVersion` option.
1171
1172### 1.0.5
1173
1174- Update the pagination list position.
1175- Update `queryParams` option.
1176- Add `contentType` and `onBeforeLoad` options.
1177- Add server side pagination(`pageSize, pageNumber, searchText, sortName, sortOrder`).
1178- Add `COLUMN_DEFAULTS`.
1179- Add `refresh` method.
1180- Add `index` argument in `formatter` function.
1181- Update card view display.
1182
1183### 1.0.4
1184
1185- Add `showLoading` and `hideLoading` methods.
1186- Add `onLoadSuccess` and `onLoadError` events.
1187- Add `clickToSelect` option.
1188- Add `cardView` option.
1189- Add loading with `formatLoadingMessage` function.
1190- Add `idField` option.
1191
1192### 1.0.3
1193
1194- Update fixed headers.
1195- Add zh-TW locale file.
1196- Add `showColumns` option and `visible` column option.
1197- Update `hideHeader` option to `showHeader`.
1198- Add `formatNoMatches` locale function.
1199- Add table events.
1200
1201### 1.0.2
1202
1203- Add i18n support.
1204- Add `selectItemName` option.
1205- Update the `pageList` default.
1206- Add `search` option.
1207- Add `destroy` method.
1208- Add page list support.
1209
1210### 1.0.1
1211
1212- Add `pagination` support.
1213
1214### 1.0.0
1215
1216- Initial release