UNPKG

34.4 kBMarkdownView Raw
1ChangeLog
2---------
3
4### 1.15.5
5
6- **New:** Added `jqXHR` for `responseHandler` option and `onLoadSuccess` event.
7- **New:** Added `stickyHeaderOffsetLeft` and `stickyHeaderOffsetRight` for sticky-header.
8- **New:** Added Serbian RS cyrillic and latin locales.
9- **Update:** Improved `export` button when there is only one type.
10- **Update:** Fixed column events click error with `detailView`.
11- **Update:** Fixed bug for `searchOnEnterKey` and `showSearchButton` are true.
12- **Update:** Fixed `onScrollBody` event and added parameter.
13- **Update:** Fixed search input size bug with `iconSize` option.
14- **Update:** Fixed filter control select cannot work more than one table.
15- **Update:** Fixed virtual scroll to top error when using `append` method.
16- **Update:** Fixed `events` cannot work on virtual scroll.
17- **Update:** Fixed bottom border bug with `height` option.
18- **Update:** Fixed min version throw cannot convert object to primitive value error.
19
20### 1.15.4
21
22- **New:** Added `query` to `queryParams` option.
23- **New:** Added `filter` parameter of `customSearch` option.
24- **Update:** Fixed search bug in hidden columns.
25- **Update:** Fixed table zoom width calculating bug.
26- **Update:** Fixed events of column formatted by nested table.
27- **Update:** Fixed checkbox style display bug.
28- **Update:** Fixed stack overflow error of `checkBy` method.
29- **Update:** Fixed `showSearchButton` and `showSearchClearButton` style bug.
30- **Update:** Fixed filter-control select `null` value handle error.
31- **Update:** Fixed `showSearchClearButton` bug in filter-control extension.
32- **Update:** Fixed `print` button appears twice bug.
33
34### 1.15.3
35
36- **New:** Added nl-BE, fr-CH and fr-LU locale.
37- **Update:** Updated nl-NL, pt-BR, fr-BE, fr-FR, nl-BE and nl-NL locale.
38- **Update:** Fixed treegrid duplicate rows bug.
39- **Update:** Fixed `updateCellByUniqueId` method bug on a filtered table.
40- **Update:** Fixed colspan group header display bug.
41- **Update:** Fixed table footer display bug in some case.
42- **Update:** Fixed `getOptions` bug.
43- **Update:** Fixed `detailView` bug when hiding columns.
44- **Update:** Fixed IE minify bug.
45- **Update:** Fixed full screen scrolling bug.
46
47### 1.15.2
48
49#### Core
50
51- **New:** Added `virtualScroll` and `virtualScrollItemHeight` options to support large data.
52- **New:** Added vue component support.
53- **New:** Added support comparisons search(<, >, <=, =<, >=, =>).
54- **New:** Added `detailViewByClick` table option and `detailFormatter` column option.
55- **New:** Added `showExtendedPagination` and `totalNotFilteredField` table options.
56- **New:** Added `widthUnit` option to allow any unit.
57- **New:** Added `multipleSelectRow` option to support ctrl and shift select.
58- **New:** Added `onPostFooter`(`post-footer.bs.table`) event.
59- **New:** Added `detailViewIcon` and `toggleDetailView` method to hide the show/hide icons.
60- **New:** Added `showSearchButton` and `showSearchClearButton` options to improve the search.
61- **New:** Added `showButtonIcons` and `showButtonText` options to improve the icons display.
62- **New:** Added `visibleSearch` option search only on displayed/visible columns.
63- **New:** Added `showColumnsToggleAll` option to toggle all columns.
64- **New:** Added `cellStyle` to support checkbox field.
65- **New:** Added checkbox and radio auto checked from html support.
66- **New:** Added screen reader support for pagination.
67- **New:** Added travis lint src and check docs scripts.
68- **New:** Added webpack support and user rollup to build the src.
69- **New:** Added a version number property.
70- **New:** Improved `filterBy` method with `or` condition and custom filter algorithm.
71- **New:** Improved `showColumn` and `hideColumn` methods with array of fields.
72- **New:** Improved `scrollTo` method to allow `rows` units.
73- **Update:** Rewrote all code to ES6.
74- **Update:** Improved `pageList` options to support localization.
75- **Update:** Improved the `totalRows` option.
76- **Update:** Improved table footer.
77- **Update:** Improved `getSelections` and `getAllSelections` methods.
78- **Update:** Improved css frameworks themes.
79- **Update:** Updated parameters of the `getData` method.
80- **Update:** Updated parameters of the (un)checkAll events to `rowsAfter, rowsBefore`.
81- **Update:** Updated parameters of the `updateRow` method to support `replace`.
82- **Update:** Updated page number to 1 while making a server side sort.
83- **Update:** Renamed table `maintainSelected` option to `maintainMetaData`.
84- **Update:** Renamed method `refreshColumnTitle` to `updateColumnTitle`.
85- **Update:** Fixed card view value to be aligned incorrectly bug.
86- **Update:** Fixed `smartDisplay` option pagination bug.
87- **Update:** Fixed data-* attribute is an object bug.
88- **Update:** Fixed page separators click bug.
89- **Update:** Fixed scrolling bug in IE11.
90- **Update:** Fixed initHeader error caused by toggleColumn.
91- **Update:** Fixed search input trigger multiple times bug.
92- **Update:** Fix Pagination/totalRows not updated on `hideRow`.
93- **Update:** Fixed columns title error.
94
95#### Extensions
96
97- **New(editable):** Added `onExportSaved` event.
98- **New(export):** Added `forceExport` column option force export columns with hidden.
99- **New(export):** Added function support of `fileName` option.
100- **New(filter-control):** Added `filterDataCollector` to control the filter select options.
101- **New(filter-control):** Added `filterOrderBy` and filterDefault column options.
102- **New(multiple-sort):** Added bootstrap v4 theme support.
103- **New(print):** Added RTL dir support.
104- **Remove:** Removed group-by, multi-column-toggle, multiple-search, multiple-selection-row, select2-filter and tree-column extensions.
105- **Update(cookie):** Fixed cookie search cannot work bug.
106- **Update(editable):** Updated parameters of `onEditableSave` to `field, row, rowIndex, oldValue, $el`.
107- **Update(editable):** Fixed editable rerender bug after saving data.
108- **Update(export):** Updated to only export table header.
109- **Update(export):** Fixed bug with the footer extensions while sorting.
110- **Update(filter-control):** Added ability to handle boolean.
111- **Update(filter-control):** Fixed DatePicker of filter-control does not work bug.
112- **Update(filter-control):** Fixed clear filterControl with Cookie bug.
113- **Update(filter-control):** Fixed loading screen with filter control.
114- **Update(filter-control):** Fixed overwriting the searchText bug.
115- **Update(filter-control):** Fixed filtering does not work json sub-object.
116- **Update(filter-control):** Fixed select filter with formatter.
117- **Update(multiple-sort):** Fixed multiple-sort does not work with data-query-params bug.
118- **Update(page-jump-to):** Fixed `click` bug when paginationVAlign is 'both'.
119- **Update(reorder-columns):** Fixed reorder columns cannot work bug.
120- **Update(reorder-columns):** Fix search and columns bug after reorder columns.
121- **Update(treegrid):** Fixed treegrid cannot work bug.
122
123### 1.14.2
124
125- **New(fixed-columns extension):** Added new version fixed-columns extension.
126- **New(js):** Updated the style of loading message.
127- **Update(js):** Updated refresh event params.
128- **Update(locale):** Updated all locale translation with English as default.
129- **Update(export extension):** Fixed export all rows to pdf bug.
130- **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
131- **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.
132
133### 1.14.1
134
135- **New(css):** Added CSS Frameworks supported.
136- **New(css):** Added [Semantic UI](http://semantic-ui.com) theme.
137- **New(css):** Added [Bulma](http://bulma.io) theme.
138- **New(css):** Added [Materialize](https://materializecss.com/) theme.
139- **New(css):** Added [Foundation](https://foundation.zurb.com/) theme.
140- **New(js):** Added data attribute support for `ignoreClickToSelectOn` option.
141- **Update(js):** Fixed `detailView` find td elements bug.
142- **Update(js):** Fixed `showColumns` close dropdown bug when item label clicking.
143- **Update(js):** Fixed reset width error after `toggleFullscreen`.
144- **Update(js):** Fixed `cardview` click event bug.
145
146### 1.13.5
147
148- **New(auto-refresh extension):** Rewrote auto-refresh extension to ES6.
149- **Update(js):** Fixed showFullscreen cannot work bug.
150- **Update(js):** Redefined customSearch option.
151- **Update(js):** Fixed show footer cannot work bug.
152- **Update(js):** Updated the parameter of `footerStyle`.
153- **Update(js):** Added classes supported for `footerStyle`.
154- **Update(js):** Fixed IE11 transform bug.
155- **Update(js):** Removed beginning and end whitespace from td.
156- **Update(export extension):** Fixed export selected bug.
157
158### 1.13.4
159
160- **New(sticky-header extension):** Rewrote sticky-header extension to ES6.
161- **New(sticky-header extension):** Added to support bootstrap v4 and `theadClasses` option.
162- **New(auto-refresh extension):** Icons update to font-awesome 5.
163- **New(examples):** Added examples Algolia search.
164- **Update(js):** Fixed `theadClasses` is not set when a `thead` exists.
165- **Update(js):** Fixed table resize after mergeCell the first row.
166- **Update(cookie extension):** Fixed cookie extension broken bug.
167- **Update(cookie extension):** Fixed cookie extension unicode encode bug.
168- **Update(package):** Added `sass` devDependencies.
169
170### 1.13.3
171
172- **New(js):** Supported full table classes of bootstrap v4.
173- **New(css):** Rewrote bootstrap-table.css to scss.
174- **New(accent-neutralise extension):** Rewrote accent-neutralise extension to ES6.
175- **New(addrbar extension):** Rewrote addrbar extension to ES6 and supported attribute option.
176- **New(group-by-v2 extension):** New `groupByFormatter` option.
177- **New(pipeline extension):** New pipeline extension `bootstrap-table-pipeline`.
178- **Remove(js):** Removed `striped` option and use classes instead.
179- **Update(js):** Fixed `locale` option bug.
180- **Update(js):** Fixed `sortClass` option bug.
181- **Update(js):** Fixed `sortStable` option cannot work bug.
182- **Update(js):** Improved built-in sort function and `customSort` logic.
183- **Update(js):** Fixed horizontal scrollbar bug.
184- **Update(cookie extension):** Improved cookie extension code.
185
186### 1.13.2
187
188- **New(js):** Added `paginationSuccessivelySize`, `paginationPagesBySide` and `paginationUseIntermediate` pagination options.
189- **New(cookie extension):** Rewrote cookie extension to ES6.
190- **New(cookie extension):** Saved `filterBy` method.
191- **New(filter-control extension):** Added `placeholder` as a empty option to the select controls.
192- **New(filter-control extension):** Added `clearFilterControl` method in order to clear all filter controls.
193- **New(docs)** Added algolia search.
194- **Update(js):** Fixed sort column shows hidden rows in `server` side pagination bug.
195- **Update(js):** Fixed `scrollTo` bug.
196- **Update(css):** Fixed no-bordered problem of bootstrap v4.
197- **Update(filter-control extension):** Added bootstrap v4 icon support.
198
199### 1.13.1
200
201- feat(js): add `theadClasses` option to supoort bootstrap v4
202- feat(js): fix #3727, icons update to font-awesome 5
203- feat(locale): rewrite all locales to ES6
204- feat(editable extension): rewrite bootstrap-table-editable to ES6
205- feat(filter-control extension): rewrite bootstrap-table-filter-control to ES6
206- feat(treegrid extension): add `rootParentId` option
207- fix(js): fix #3653, getHiddenRows method bug
208- fix(js): fix #4066, `getOptions` method remove data property
209- fix(js): fix #4088, no matches display error
210- fix(js): fix eslint warning and error
211- fix(locale): fix #3999, improve es-ES locale
212- fix(filter-control extension): fix #3474, multiple choice bug
213- fix(filter-control extension): fix #4008, select all rows and `keyup` event error
214- fix(export extension): fix #4086, export in cardView display error
215
216### 1.13.0
217
218- feat(js): rewrite bootstrap-table to ES6
219- feat(locale): add fi-FI.js locale
220- feat(build): use babel instead grunt
221- feat(filter-control): add `created-controls.bs.table` event to filter-control
222- feat(export extension): rewrite export extension to ES6
223- feat(export extension): export extension support bootstrap v4
224- feat(export extension): add `exportTable` method
225- feat(toolbar extension): rewrite toolbar extension to ES6
226- feat(toolbar extension): toolbar extension supports bootstrap v4
227- feat(toolbar extension): add server sidePagination support
228- feat(resizable extension): new resizable extension version 2.0.0
229- feat(editable extension): allow different x-editable configuration per table row
230- feat(addrbar extension): add addrbar extension
231- fix(js): fix #1769, improve check/uncheck methods
232- fix(js): fix #1983, cookie with pageNumber and searchText bug
233- fix(js): fix #2485, selections bugs
234- fix(js): fix #2545, customSearch support data attribute
235- fix(js): fix #3696, can't search data with formatter
236- fix(js): fix #4081, getRowByUniqueId error when row unique id is undefined
237- fix(js): fix older bootstrap version bug
238- fix(css): fix #1848, remove toolbar line-height
239- fix(css): limit fullscreen CSS rule scope
240- fix(editable extension): fix #1819, #2072, editable formatter bug
241- fix(extension): fix #3720, fix #3682, bug with export extension together
242- fix(extension): remove lick-edit-row and flat-json extensions
243
244### 1.12.2
245
246- fix(js): fix #3656, toggle icon typo release error
247
248### 1.12.1
249
250- fix(js): fix #3656, toggle icon typo
251- fix(js): fix #3657, opencollective postinstall error
252- fix(group-by-v2 extension): fix #3598, detailView display bug
253- feat(tree-grid extension): fix #3607, add `rowStyle` support
254
255### 1.12.0
256
257- fix(js): fix zoom header width bug
258- fix(js): fix #3452, reset the table data when url loaded error
259- fix(js): fix #3380, check-all was wrong with the sub-table
260- fix(js): fix #2963, singleSelect, maintainSelected and pagination bug
261- fix(js): fix #3342, remove limit when it is 0
262- fix(js): fix #3472, group header style bug
263- fix(js): fix #3310, searchText causes two requests
264- fix(js): fix #3029, IE8 does not support getOwnPropertyNames
265- fix(js): fix #3204, sortName cannot work in server side pagination
266- fix(js): fix #3163, `showToolbar` bug when using extensions
267- fix(js): fix #3087, only send pagination parameters when `sidePagination` is `server`
268- fix(export extension): fix #3477, server pagination mode cannot export all data
269- fix(filter-control extension): fix #3271, duplicate select option with fixed header and client pagination
270- feat(js): add `detailFilter` option
271- feat(js): add `rememberOrder` option
272- feat(js): improve pageList `All` option locale independent
273- feat(js): add `Bootstrap v4.0` support
274- feat(js): add `row` data to sorter function
275- feat(js): add `ignoreClickToSelectOn` option
276- feat(js): add `onScrollBody` / `scroll-body.bs.table` event
277- feat(js): add `showFullscreen` option
278- feat(js): add `showSelectTitle` column option
279- feat(js): add `$el` to collapse-row
280- feat(locale): add `eu-EU` locale
281- feat(export extension): add `exportFooter` option
282- feat(multiple-sort extension): add `showMultiSortButton` option
283- feat(filter-control extension): add `searchOnEnterKey` option
284- feat(page-jumpto extension): add `page-jumpto` extension
285- feat(resizable extension): add `resizeMode` option
286- feat(sticky-header extension): add `Bootstrap v4.0` support
287- feat(treegrid extension): add `treegrid` extension
288- feat(print extension): add support to print complex table
289- feat(extension): add cookie in combination with filter-control and strict search
290
291#### Breaking changes in 1.12.0
292
293- feat(js): add `toggleOn` and `toggleOff` icons instead `toggle` icon
294
295
296### 1.11.1
297
298- fix(js): fix #2439, `filterBy` cannot filter array keys
299- fix(js): fix #2424, from html with checkbox bug
300- fix(js): fix #2385, checkbox render bug with formatter
301- fix(js): fix #750, showRow and hideRow bug
302- fix(js): fix #2387, page list bug
303- fix(js): decrement totalRows on remove if using server side pagination
304- fix(js): bug in the calculation of toolbar and pagination heights
305- feat(js): fix #2414, add `paginationLoop` option
306- feat(js): update method `getRowsHidden` to `getHiddenRows`
307- feat(js): add `sortClass` option
308- feat(js): add `totalField` Option
309- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
310- feat(js): add `escape` column option
311- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
312- fix(js): fix #2879, IE8 bug
313- fix(js): fix #2719, remove `tabindex`
314- fix(css): fix #2208, dropdown-menu style bug
315- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
316- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
317- fix(reorder-row extension): fix #1343, reorder rows bug with pagination
318- fix(cookie extension): correction regex to match 'mi'
319- feat(locale): fix #2759, add es-CL and uz-UZ locales
320- feat(cookie extension): fix #2386, add `getCookies` method
321- feat(cookie extension): fix #2371, add `cookieStorage` option
322- feat(multiple-selection-row extension): add multiple-selection-row extension
323- feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
324- feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
325- feat(filter-control extension): fix #2189, set placeholder of the filter-control input
326- feat(print extension): add print extension
327- feat(auto-refresh extension): add auto refresh extension
328- feat(tree-column extension): add tree column extension
329
330#### Breaking changes in 1.11.1
331
332- **Filter-Control extension**: deleted the inline-style and now this extension is using a separated css file.
333
334
335### 1.11.0
336
337- fix(js): fix cardVisible doesn't work bug
338- fix(js): int field break toggleColumn
339- fix(js): table elements inside bootstrap table bug
340- fix(js): move formatter after cellStyle
341- fix(js): the footer is hidden in card view
342- fix(js): fix sorting rows not working bug
343- fix(js): return field from visible cells
344- fix(js): onSearch event is not fire when we press the arrows keys
345- fix(js): fix fromHtml error
346- fix(js): fix event cannot work when some columns are hideen
347- fix(js): remove page size and number when pagination is false
348- fix(js): remove getFieldIndexFromColumnIndex because it cause events bug
349- fix(js): fix getSelections method bug
350- fix(js): update records to rows
351- fix(locale): update it-IT locale
352- fix(locale): add formatAllRows in template locale
353- fix(filter-control extension): add check for null values on existsOptionInSelectControl
354- fix(filter-control extension): fix show-clear button bug
355- fix(editable extesion): fix editable formatter error when refreshOptions
356- feat(js): add support for transfer from rowspan / colspan table
357- feat(js): add data variable to post-body event
358- feat(js): add `buttonsClass` option
359- feat(js): add `getVisibleColumns` method
360- feat(js): add resize event to fit the header
361- feat(js): add `onRefresh` event
362- feat(js): add field parameter in the click and dblClick row events
363- feat(js): add div.card-views surrounds all the card view divs
364- feat(js): add `field` parameter to cellStyle
365- feat(js): add `sortStable` option
366- feat(js): add `footerStyle` option
367- feat(extension): add select2 filter and i18n enhance extensions
368- feat(extension): add multi-column-toggle extension
369- feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search
370- feat(angular extension): add constant in order to get it from angular scope
371- feat(export extension): add `formatExport` locale
372- feat(multiple-sort extension): add `formatSortOrders` option
373- feat(multiple-sort extension): support pagination server
374- refactor(filter-control extension): refactor the filterDataType method
375- refactor(filter-control extension): adding all unique values to select control and performance improvements
376- refactor(extension): refactor filter cookies extension to avoid dbcalls
377- docs(filter-control extension): add documentation for filterData
378
379
380### 1.10.1
381
382- revert: feat: update escape to false
383- feat: add `checkInvert` method
384- feat: add `bootstrap-table-he-IL.js`
385- bug: update grunt to development dependency
386- bug: press on toolbar elements, the key-events it will not run
387- bug: remove bogus conditions that will always be true
388- bug: refactor filter control select input initialization
389- bug: typo in Slovak translation
390
391### 1.10.0
392
393- [bug] Fixed #1619: sub-table checkbox selects all the table.
394- [bug] Fixed icons for ability customizing.
395- [bug] Fixed #1677: paginationSwitch for server-side.
396- [bug] Fixed #1613: padding in footer.
397- [bug] Fixed #1742: showRow & hideRow param checks.
398- [bug] Fixed getItemField bug.
399- [bug] Fixed #617: server side pagination uses `this.options.searchText`.
400- [bug] Fixed class name does not apply to checkbox field bug.
401- [bug] Fixed clear function and searchFormatter option of filter-control extension.
402- [bug] Fixed year computation on cookie extension.
403- [bug] Fixed ReorderRows init when reorderable is false.
404- [bug] Fix #1660: removed powerpoint type of export extension.
405- [enh] Added `title` attribute to pagination controls defining the page number.
406- [enh] Added `escape` option.
407- [enh] Added `searchOnEnterKey` option.
408- [enh] Added `updateFormatText` method.
409- [enh] Added a third parameter to `detailFormatter` method passing the jQuery element.
410- [enh] Added new param for `updateCell` method to avoid table reinitialization.
411- [enh] Removed outline of th.
412- [enh] Added extension.json and composer.json files.
413- [enh] Added alternative group-by extension.
414- [enh] Added sticky-header extension.
415- [enh] Added filterLocal option to filter-control extension.
416- [enh] Enabled data attributes for editable column.
417- [enh] Added IconSize option to export extension.
418- [enh] Added tooltip for filter-control toolbar button.
419
420### 1.9.1
421
422- [bug] Removed no records events.
423- [bug] Fixed cardView fieldIndex error.
424- [bug] Fixed #1130: table-condensed is not working.
425- [bug] Fixed #1482: export all server sidePagination bug(export extension).
426- [bug] Fixed #1248: IE8 does not support indexOf function.
427- [bug] Fixed #1491: (un)check event element argument missing.
428- [bug] Fixed Italian translation.
429- [bug] Unified naming of MS in type names(export extension).
430- [bug] Fixed selectPage method fails(cookie extension).
431- [bug] Add ja-JP and ms-MY translation for formatAllRows.
432- [enh] UniqueId can also be stored in a row's data property.
433- [enh] Use default settings when cookie settings don't exist(cookie extension).
434- [enh] Expand `filterBy` to accept and array of values.
435- [enh] Added `updateByUniqueId` method.
436- [doc] Added `iconSize` docs.
437
438### 1.9.0
439
440- [enh] Update bootstrap-table-cookie.js.
441- [enh] Use options for detailView's open/close icons.
442- [enh] Added `refreshOptions` and `gtHiddenColumns` method.
443- [enh] Added `datepicker` option to Filter Control.
444- [bug] Fix #936 Sort carets should not be inline-styled by JS.
445- [bug] Fix table header width bug when setting table to no bordered.
446- [bug] Fix #938, fix #940: Multiple Sort and Hide/Show column.
447- [bug] Fix #970: `click`and `dblclick` bug on no-rows table.
448- [bug] Fix #967: unselected column while column sorted display error.
449- [enh] Support title feature in cells.
450- [enh] Improved cookie, mobile extension.
451- [enh] Added group-by, angular extension.
452- [enh] Added option for setting locale.
453- [enh] Added `exportDataType` option for export extension.
454- [enh] Add fa-IR, ca-ES, es-ES, et-EE and af-ZA locales.
455- [enh] Supported complex header with `rowspans` and `colspans`.
456- [enh] Added `searchFomatter` column option.
457- [bug] Fixed ResetRow function and undefined column search bug.
458- [bug] Fixed #639: footer resizing problem.
459- [enh] Added resetSearch method to reset the search text.
460- [enh] Supported flat json.
461- [enh] Improved reorder-columns extension.
462- [enh] Added multiple-search, accent-neutralise extension.
463- [enh] Added fixed-columns extension.
464- [enh] Added `$.fn.bootstrapTable.utils` tools.
465- [enh] Added `expandRow` and `collapseRow` methods.
466- [enh] Updated `showRow`, `hideRow` and `updateCell` methods.
467- [bug] Fix #1390: radio maintainSelected bug.
468- [bug] Fix #1421: checkBy filter enabled.
469- [bug] Remove `bootstrap-table-all.js` and `bootstrap-table-all.min.js`.
470
471### 1.8.1
472
473- [enh] Accessing field name in formatter.
474- [enh] Improve function option to support string format for example formatter.
475- [enh] Added multiple sort extension.
476- [enh] Improve filter control extension.
477- [enh] Added jsdelivr CDN.
478- [bug] Fix #912: Bug when switching to card view.
479- [bug] Fix #914: extra empty toolbar div bug.
480- [bug] Fix bootstrap-table-pt-PT.js typo.
481
482### 1.8.0
483
484- [enh] Added state saving for visible columns and the ability to use extension with multiple simultaneous tables.
485- [enh] Added `ajax` option to replace jquery ajax method.
486- [enh] Added `resetWidth` method to reset header and footer width.
487- [enh] Added key-events, mobile, filter-control, reorder-columns, reorder-rows, resizable, natural-sorting, toolbar extensions, and update the extensions name.
488- [enh] Added `onToggle`, `onCheckSome` and `onUncheckSome` events.
489- [enh] Added `getScrollPosition`, `removeAll`, `removeByUniqueId` methods.
490- [bug] Fix double header bug after table show from hidden.
491- [bug] Fix #279: scrollWidth bug.
492- [enh] `getData` method support to get the current page data.
493- [enh] Added 'getAllSelections' method to get checked rows across all pages.
494- [enh] Added `ro-RO` locale.
495- [enh] Added `table-no-bordered` class to remove table-bordered style.
496- [enh] Added `bootstrap-table-all.js` and `bootstrap-table-locale-all.js` files to dist.
497- [enh] Added detail view feature.
498- [enh] Added `updateCell` method.
499- [enh] Added `onClickCell` and `onDblClickCell` events.
500- [bug] Fix #672: Column Fixed Width in Percentage bug.
501- [bug] Fix row state field value bug when there are disabled rows.
502- [bug] Fix #762: save tr's data-* attributes.
503- [bug] Fix #823, #850: break rowspan bug, data-attribute bug.
504
505### 1.7.0
506
507- [enh] Add `showFooter`, `keyEvents`, `searchText` and `uniqueId` options.
508- [enh] Add `cardVisible` column options.
509- [enh] Add `checkBy` and `uncheckBy`, `showRow` and `hideRow` and `getRowsHidden` methods.
510- [enh] Add nb-NO, ar-SA, es-MX, ka-GE locales.
511- [enh] Add cookie, resizable, natural-sorting, toolbar extensions.
512- [enh] Add exportOptions to export extension.
513- [enh] Fix #263: prepend method support object and array.
514- [enh] Card View support checkbox and radio.
515- [bug] Fix Card View events bug.
516- [enh] Keep all `data-*` attributes when transform from normal table.
517- [enh] Load method support fixedScroll param.
518- [enh] Added 'all' option in pagination.
519- [enh] Added pagination detail align.
520
521### 1.6.0
522
523- [bug] Fix queryParams bug when use `sidePagination='server'`.
524- [enh] Add uk-UA, sv-SE, pt-PT, ms-MY, ja-JP locales.
525- [enh] Add `searchTimeOut` option.
526- [bug] Fix #220: state column hideColumn bug.
527- [bug] Fix #221: cellStyle bug.
528- [enh] Add `iconsPrefix` and `icons` options to support custom icons.
529- [enh] Add i18n support for docs.
530- [enh] Allow `query` params to be specified during refresh.
531- [bug] Fix bug of ellipsis string.
532- [bug] Fix pageList smartDisplay.
533- [bug] Fix #188: Export Button is not shown only use `showExport=true`.
534- [bug] Fix page-change event params bug.
535- [enh] Add limit and offset params only if pagination is activated.
536- [enh] Add `ajaxOptions` option to custom $.ajax options.
537- [enh] Add a toggle pagination toolbar button.
538- [enh] Add `iconSize` option.
539- [enh] Add `buttonsAlign` option and update `toolbarAlign` option.
540- [enh] Add `prepend`, `insertRow` and `toggleView` methods.
541- [enh] Add `editable-save.bs.table` event to editatble extension.
542- [enh] #431: load method support pagination.
543
544### 1.5.0
545
546- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
547- [bug] Fix IE browser display header bug when use `mergeCells` method.
548- [bug] Fix #269: array as row bug.
549- [bug] Fix #314: `rowStyle` bug.
550- [enh] Add de-DE, hu-HU, sk-SK locales.
551- [enh] Fix #261: add namespace to `.table` style.
552- [bug] Fix #160, #323: operate events don't work in card view.
553- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
554- [enh] Add `onPreBody` and `onPostBody` events.
555- [enh] Add `searchable` column option.
556- [enh] Fix #59: support load multiple locale files.
557- [enh] Modify the scope of the column events.
558- [enh] Improve editable extension.
559
560### 1.4.0
561
562- [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.
563- [enh] Fix #149: Hide empty data on Card view.
564- [enh] Fix #131: Add `onPageChange` event.
565- [enh] Add `onSearch` event.
566- [enh] Apply `width` column option to row style.
567- [enh] Add bootstrap-table-filter extension.
568- [enh] Add cs-CZ, es-CR, es-NI, pl-PL, ur-PK, ko-KR, th-TH locales.
569- [bug] Fix `minimumCountColumns` option init error.
570- [bug] Fix #161: `undefined` or `null` string sort bug.
571- [bug] Fix #171: IE disabled button can be clicked bug.
572- [bug] Fix #185: Reset the page to the first page when changing the url with `refresh` method.
573- [bug] Fix #202: updateRow method keep the scroll position.
574- [enh] Add `smartDisplay` option.
575- [enh] Add `searchAlign` and `toolbarAlign` options.
576- [enh] Fix #193: Add `dataType` option.
577- [enh] Add flatJSON and editable extensions.
578- [enh] Add `rowAttributes` option.
579- [enh] Update documentation.
580
581### 1.3.0
582
583- [enh] Take `showHeader` option effect to the card view.
584- [enh] Rename and update locale files.
585- [bug] Fix #102: Wrong `options.columns` initialization.
586- [enh] Fix #121: Add extensions for bootstrap table.
587- [bug] Fix #138: IE8 search data and remove method error.
588- [bug] Fix bug: sorter and check all do not work in some case.
589- [enh] Add `bootstrap-table-nl-NL.js` and `bootstrap-table-el-GR.js`.
590- [enh] Support search without data-field set, trim search input.
591- [enh] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
592- [bug] Fix #135, #142: Search use formatted data.
593- [enh] Verify search text before send queryParams.
594- [bug] Fix #148: column events support namespace.
595- [enh] Support to disable radio or checkbox column by formatter.
596
597### 1.2.4
598
599- [enh] Fix #23: Add css and classes parameters to column cell.
600- [enh] Fix #64: Add support for change remote url.
601- [enh] Fix #112: update the `refresh` method.
602- [bug] Fix #113: Using radio type and cardView error.
603- [enh] Fix #117: Add `updateRow` method.
604- [enh] Fix #96, #103: apply `class` option to td elements.
605- [enh] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
606- [enh] Fix #124: change `queryParams` and `queryParamsType` default option.
607- [enh] Remove the `eval` method.
608- [enh] Add `bootstrap-table-it-IT.js` locale.
609
610### 1.2.3
611
612- [bug] Fix the selected row class reset after toggle column bug.
613- [bug] Fix #86: invisible column are still searchable.
614- [bug] Fix search result error when toggle column display.
615- [enh] Add `clickToSelect` to columns.
616- [bug] Fix click-row event bug.
617- [enh] When field is undefined, use index instead.
618- [enh] Add `cache` option for AJAX calls.
619- [enh] Improve zh-TW translation.
620- [enh] #82: Add `getData` method.
621- [enh] #82: Add `remove` method.
622
623### 1.2.2
624
625- Fix #68: Add `showColumn`/`hideColumn` methods.
626- Fix #69: Add `bootstrap-table-es_AR.js` locale.
627- Fix #88: Add `bootstrap-table-fr_BE.js` locale.
628- Fix #85: Select row and add row class.
629- Add `halign` column option.
630
631### 1.2.1
632
633- Fix #56: Pagination issue in bootstrap 2.3.
634- Fix #76: After refreshing table data, search no longer works.
635- Fix #77: After searching and then clearing the search field, table is no longer sortable.
636- Add `sortable` option, `false` to disable sortable of all columns.
637- Support localization for docs.
638
639### 1.2.0
640
641- Fix bootstrap 2 table border bug.
642- Fix loading and not found record display bug.
643- Update `minimunCountColumns` option to `minimumCountColumns`.
644- Fix sort order bug.
645
646### 1.1.5
647
648- Fix the bottom border bug on Chrome.
649- Add horizontal scroll for support.
650- Fix scroll header width error.
651- Add `showRefresh` and `showToggle` options.
652
653### 1.1.4
654
655- Fix `destroy` method bug.
656- Initialize table data from HTML.
657- Fix the hidden table reset header bug.
658
659### 1.1.3
660
661- Add `events` column option.
662- Add `checkboxHeader` option.
663- Add `queryParamsType` option.
664- Fix ie class bug, and fix duplicated data error.
665
666### 1.1.2
667
668- Add switchable column option.
669- Add `data-toggle` attribute.
670- Add support for number search.
671- Use html function instead of text in header th.
672
673### 1.1.1
674
675- Remove `bootstrapVerion` option.
676- Add `data-page-list` attribute.
677- Fix search data error.
678- Non case sensitive search in client side.
679- Added support for Danish translation.
680
681### 1.1.0
682
683- Fix old firefox browser display error.
684- Add minimunCountColumns option.
685- Update the table body header implementation and resetView method.
686- Remove bootstrapVersion option.
687- Fix search data error.
688
689### 1.0.6
690
691- Add jQuery events.
692- Add `onDblClickRow` event and `onAll` event.
693- Add `singleSelect` option.
694- Search improvent: add a timeout and trigger the search event when the text has changed to improve the search.
695- Scroll to top after data loaded.
696- Add `toolbar` option.
697- Add `rowStyle` option.
698- Add `bootstrapVersion` option.
699
700### 1.0.5
701
702- Update the pagination list position.
703- Update `queryParams` option.
704- Add `contentType` and `onBeforeLoad` options.
705- Add server side pagination(`pageSize, pageNumber, searchText, sortName, sortOrder`).
706- Add `COLUMN_DEFAULTS`.
707- Add `refresh` method.
708- Add `index` argument in `formatter` function.
709- Update card view display.
710
711### 1.0.4
712
713- Add `showLoading` and `hideLoading` methods.
714- Add `onLoadSuccess` and `onLoadError` events.
715- Add `clickToSelect` option.
716- Add `cardView` option.
717- Add loading with `formatLoadingMessage` function.
718- Add `idField` option.
719
720### 1.0.3
721
722- Update fixed headers.
723- Add zh-TW locale file.
724- Add `showColumns` option and `visible` column option.
725- Update `hideHeader` option to `showHeader`.
726- Add `formatNoMatches` locale function.
727- Add table events.
728
729### 1.0.2
730
731- Add i18n support.
732- Add `selectItemName` option.
733- Update the `pageList` default.
734- Add `search` option.
735- Add `destroy` method.
736- Add page list support.
737
738### 1.0.1
739
740- Add `pagination` support.
741
742### 1.0.0
743
744- Initial release