UNPKG

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