UNPKG

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