UNPKG

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