corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 ChangeLog
2 ---------
3  
4 ### 1.11.1
5  
6 - fix(js): fix #2439, `filterBy` cannot filter array keys
7 - fix(js): fix #2424, from html with checkbox bug
8 - fix(js): fix #2385, checkbox render bug with formatter
9 - fix(js): fix #750, showRow and hideRow bug
10 - fix(js): fix #2387, page list bug
11 - fix(js): decrement totalRows on remove if using server side pagination
12 - fix(js): bug in the calculation of toolbar and pagination heights
13 - feat(js): fix #2414, add `paginationLoop` option
14 - feat(js): update method `getRowsHidden` to `getHiddenRows`
15 - feat(js): add `sortClass` option
16 - feat(js): add `totalField` Option
17 - feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
18 - feat(js): add `escape` column option
19 - fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
20 - fix(js): fix #2879, IE8 bug
21 - fix(js): fix #2719, remove `tabindex`
22 - fix(css): fix #2208, dropdown-menu style bug
23 - fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
24 - fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
25 - fix(reorder-row extension): fix #1343, reorder rows bug with pagination
26 - fix(cookie extension): correction regex to match 'mi'
27 - feat(locale): fix #2759, add es-CL and uz-UZ locales
28 - feat(cookie extension): fix #2386, add `getCookies` method
29 - feat(cookie extension): fix #2371, add `cookieStorage` option
30 - feat(multiple-selection-row extension): add multiple-selection-row extension
31 - feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
32 - feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
33 - feat(filter-control extension): fix #2189, set placeholder of the filter-control input
34 - feat(print extension): add print extension
35 - feat(auto-refresh extension): add auto refresh extension
36 - feat(tree-column extension): add tree column extension
37  
38 #### Breaking changes in 1.11.1
39 - **Filter-Control extension**: deleted the inline-style and now this extension is using a separated css file.
40  
41  
42 ### 1.11.0
43  
44 - fix(js): fix cardVisible doesn't work bug
45 - fix(js): int field break toggleColumn
46 - fix(js): table elements inside bootstrap table bug
47 - fix(js): move formatter after cellStyle
48 - fix(js): the footer is hidden in card view
49 - fix(js): fix sorting rows not working bug
50 - fix(js): return field from visible cells
51 - fix(js): onSearch event is not fire when we press the arrows keys
52 - fix(js): fix fromHtml error
53 - fix(js): fix event cannot work when some columns are hideen
54 - fix(js): remove page size and number when pagination is false
55 - fix(js): remove getFieldIndexFromColumnIndex because it cause events bug
56 - fix(js): fix getSelections method bug
57 - fix(js): update records to rows
58 - fix(locale): update it-IT locale
59 - fix(locale): add formatAllRows in template locale
60 - fix(filter-control extension): add check for null values on existsOptionInSelectControl
61 - fix(filter-control extension): fix show-clear button bug
62 - fix(editable extesion): fix editable formatter error when refreshOptions
63 - feat(js): add support for transfer from rowspan / colspan table
64 - feat(js): add data variable to post-body event
65 - feat(js): add `buttonsClass` option
66 - feat(js): add `getVisibleColumns` method
67 - feat(js): add resize event to fit the header
68 - feat(js): add `onRefresh` event
69 - feat(js): add field parameter in the click and dblClick row events
70 - feat(js): add div.card-views surrounds all the card view divs
71 - feat(js): add `field` parameter to cellStyle
72 - feat(js): add `sortStable` option
73 - feat(js): add `footerStyle` option
74 - feat(extension): add select2 filter and i18n enhance extensions
75 - feat(extension): add multi-column-toggle extension
76 - feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search
77 - feat(angular extension): add constant in order to get it from angular scope
78 - feat(export extension): add `formatExport` locale
79 - feat(multiple-sort extension): add `formatSortOrders` option
80 - feat(multiple-sort extension): support pagination server
81 - refactor(filter-control extension): refactor the filterDataType method
82 - refactor(filter-control extension): adding all unique values to select control and performance improvements
83 - refactor(extension): refactor filter cookies extension to avoid dbcalls
84 - docs(filter-control extension): add documentation for filterData
85  
86  
87 ### 1.10.1
88  
89 - revert: feat: update escape to false
90 - feat: add `checkInvert` method
91 - feat: add `bootstrap-table-he-IL.js`
92 - bug: update grunt to development dependency
93 - bug: press on toolbar elements, the key-events it will not run
94 - bug: remove bogus conditions that will always be true
95 - bug: refactor filter control select input initialization
96 - bug: typo in Slovak translation
97  
98 ### 1.10.0
99  
100 - [bug] Fixed #1619: sub-table checkbox selects all the table.
101 - [bug] Fixed icons for ability customizing.
102 - [bug] Fixed #1677: paginationSwitch for server-side.
103 - [bug] Fixed #1613: padding in footer.
104 - [bug] Fixed #1742: showRow & hideRow param checks.
105 - [bug] Fixed getItemField bug.
106 - [bug] Fixed #617: server side pagination uses `this.options.searchText`.
107 - [bug] Fixed class name does not apply to checkbox field bug.
108 - [bug] Fixed clear function and searchFormatter option of filter-control extension.
109 - [bug] Fixed year computation on cookie extension.
110 - [bug] Fixed ReorderRows init when reorderable is false.
111 - [bug] Fix #1660: removed powerpoint type of export extension.
112 - [enh] Added `title` attribute to pagination controls defining the page number.
113 - [enh] Added `escape` option.
114 - [enh] Added `searchOnEnterKey` option.
115 - [enh] Added `updateFormatText` method.
116 - [enh] Added a third parameter to `detailFormatter` method passing the jQuery element.
117 - [enh] Added new param for `updateCell` method to avoid table reinitialization.
118 - [enh] Removed outline of th.
119 - [enh] Added extension.json and composer.json files.
120 - [enh] Added alternative group-by extension.
121 - [enh] Added sticky-header extension.
122 - [enh] Added filterLocal option to filter-control extension.
123 - [enh] Enabled data attributes for editable column.
124 - [enh] Added IconSize option to export extension.
125 - [enh] Added tooltip for filter-control toolbar button.
126  
127 ### 1.9.1
128  
129 - [bug] Removed no records events.
130 - [bug] Fixed cardView fieldIndex error.
131 - [bug] Fixed #1130: table-condensed is not working.
132 - [bug] Fixed #1482: export all server sidePagination bug(export extension).
133 - [bug] Fixed #1248: IE8 does not support indexOf function.
134 - [bug] Fixed #1491: (un)check event element argument missing.
135 - [bug] Fixed Italian translation.
136 - [bug] Unified naming of MS in type names(export extension).
137 - [bug] Fixed selectPage method fails(cookie extension).
138 - [bug] Add ja-JP and ms-MY translation for formatAllRows.
139 - [enh] UniqueId can also be stored in a row's data property.
140 - [enh] Use default settings when cookie settings don't exist(cookie extension).
141 - [enh] Expand `filterBy` to accept and array of values.
142 - [enh] Added `updateByUniqueId` method.
143 - [doc] Added `iconSize` docs.
144  
145 ### 1.9.0
146  
147 - [enh] Update bootstrap-table-cookie.js.
148 - [enh] Use options for detailView's open/close icons.
149 - [enh] Added `refreshOptions` and `gtHiddenColumns` method.
150 - [enh] Added `datepicker` option to Filter Control.
151 - [bug] Fix #936 Sort carets should not be inline-styled by JS.
152 - [bug] Fix table header width bug when setting table to no bordered.
153 - [bug] Fix #938, fix #940: Multiple Sort and Hide/Show column.
154 - [bug] Fix #970: `click`and `dblclick` bug on no-rows table.
155 - [bug] Fix #967: unselected column while column sorted display error.
156 - [enh] Support title feature in cells.
157 - [enh] Improved cookie, mobile extension.
158 - [enh] Added group-by, angular extension.
159 - [enh] Added option for setting locale.
160 - [enh] Added `exportDataType` option for export extension.
161 - [enh] Add fa-IR, ca-ES, es-ES, et-EE and af-ZA locales.
162 - [enh] Supported complex header with `rowspans` and `colspans`.
163 - [enh] Added `searchFomatter` column option.
164 - [bug] Fixed ResetRow function and undefined column search bug.
165 - [bug] Fixed #639: footer resizing problem.
166 - [enh] Added resetSearch method to reset the search text.
167 - [enh] Supported flat json.
168 - [enh] Improved reorder-columns extension.
169 - [enh] Added multiple-search, accent-neutralise extension.
170 - [enh] Added fixed-columns extension.
171 - [enh] Added `$.fn.bootstrapTable.utils` tools.
172 - [enh] Added `expandRow` and `collapseRow` methods.
173 - [enh] Updated `showRow`, `hideRow` and `updateCell` methods.
174 - [bug] Fix #1390: radio maintainSelected bug.
175 - [bug] Fix #1421: checkBy filter enabled.
176 - [bug] Remove `bootstrap-table-all.js` and `bootstrap-table-all.min.js`.
177  
178 ### 1.8.1
179  
180 - [enh] Accessing field name in formatter.
181 - [enh] Improve function option to support string format for example formatter.
182 - [enh] Added multiple sort extension.
183 - [enh] Improve filter control extension.
184 - [enh] Added jsdelivr CDN.
185 - [bug] Fix #912: Bug when switching to card view.
186 - [bug] Fix #914: extra empty toolbar div bug.
187 - [bug] Fix bootstrap-table-pt-PT.js typo.
188  
189 ### 1.8.0
190  
191 - [enh] Added state saving for visible columns and the ability to use extension with multiple simultaneous tables.
192 - [enh] Added `ajax` option to replace jquery ajax method.
193 - [enh] Added `resetWidth` method to reset header and footer width.
194 - [enh] Added key-events, mobile, filter-control, reorder-columns, reorder-rows, resizable, natural-sorting, toolbar extensions, and update the extensions name.
195 - [enh] Added `onToggle`, `onCheckSome` and `onUncheckSome` events.
196 - [enh] Added `getScrollPosition`, `removeAll`, `removeByUniqueId` methods.
197 - [bug] Fix double header bug after table show from hidden.
198 - [bug] Fix #279: scrollWidth bug.
199 - [enh] `getData` method support to get the current page data.
200 - [enh] Added 'getAllSelections' method to get checked rows across all pages.
201 - [enh] Added `ro-RO` locale.
202 - [enh] Added `table-no-bordered` class to remove table-bordered style.
203 - [enh] Added `bootstrap-table-all.js` and `bootstrap-table-locale-all.js` files to dist.
204 - [enh] Added detail view feature.
205 - [enh] Added `updateCell` method.
206 - [enh] Added `onClickCell` and `onDblClickCell` events.
207 - [bug] Fix #672: Column Fixed Width in Percentage bug.
208 - [bug] Fix row state field value bug when there are disabled rows.
209 - [bug] Fix #762: save tr's data-* attributes.
210 - [bug] Fix #823, #850: break rowspan bug, data-attribute bug.
211  
212 ### 1.7.0
213  
214 - [enh] Add `showFooter`, `keyEvents`, `searchText` and `uniqueId` options.
215 - [enh] Add `cardVisible` column options.
216 - [enh] Add `checkBy` and `uncheckBy`, `showRow` and `hideRow` and `getRowsHidden` methods.
217 - [enh] Add nb-NO, ar-SA, es-MX, ka-GE locales.
218 - [enh] Add cookie, resizable, natural-sorting, toolbar extensions.
219 - [enh] Add exportOptions to export extension.
220 - [enh] Fix #263: prepend method support object and array.
221 - [enh] Card View support checkbox and radio.
222 - [bug] Fix Card View events bug.
223 - [enh] Keep all `data-*` attributes when transform from normal table.
224 - [enh] Load method support fixedScroll param.
225 - [enh] Added 'all' option in pagination.
226 - [enh] Added pagination detail align.
227  
228 ### 1.6.0
229  
230 - [bug] Fix queryParams bug when use `sidePagination='server'`.
231 - [enh] Add uk-UA, sv-SE, pt-PT, ms-MY, ja-JP locales.
232 - [enh] Add `searchTimeOut` option.
233 - [bug] Fix #220: state column hideColumn bug.
234 - [bug] Fix #221: cellStyle bug.
235 - [enh] Add `iconsPrefix` and `icons` options to support custom icons.
236 - [enh] Add i18n support for docs.
237 - [enh] Allow `query` params to be specified during refresh.
238 - [bug] Fix bug of ellipsis string.
239 - [bug] Fix pageList smartDisplay.
240 - [bug] Fix #188: Export Button is not shown only use `showExport=true`.
241 - [bug] Fix page-change event params bug.
242 - [enh] Add limit and offset params only if pagination is activated.
243 - [enh] Add `ajaxOptions` option to custom $.ajax options.
244 - [enh] Add a toggle pagination toolbar button.
245 - [enh] Add `iconSize` option.
246 - [enh] Add `buttonsAlign` option and update `toolbarAlign` option.
247 - [enh] Add `prepend`, `insertRow` and `toggleView` methods.
248 - [enh] Add `editable-save.bs.table` event to editatble extension.
249 - [enh] #431: load method support pagination.
250  
251 ### 1.5.0
252  
253 - [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
254 - [bug] Fix IE browser display header bug when use `mergeCells` method.
255 - [bug] Fix #269: array as row bug.
256 - [bug] Fix #314: `rowStyle` bug.
257 - [enh] Add de-DE, hu-HU, sk-SK locales.
258 - [enh] Fix #261: add namespace to `.table` style.
259 - [bug] Fix #160, #323: operate events don't work in card view.
260 - [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
261 - [enh] Add `onPreBody` and `onPostBody` events.
262 - [enh] Add `searchable` column option.
263 - [enh] Fix #59: support load multiple locale files.
264 - [enh] Modify the scope of the column events.
265 - [enh] Improve editable extension.
266  
267 ### 1.4.0
268  
269 - [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.
270 - [enh] Fix #149: Hide empty data on Card view.
271 - [enh] Fix #131: Add `onPageChange` event.
272 - [enh] Add `onSearch` event.
273 - [enh] Apply `width` column option to row style.
274 - [enh] Add bootstrap-table-filter extension.
275 - [enh] Add cs-CZ, es-CR, es-NI, pl-PL, ur-PK, ko-KR, th-TH locales.
276 - [bug] Fix `minimumCountColumns` option init error.
277 - [bug] Fix #161: `undefined` or `null` string sort bug.
278 - [bug] Fix #171: IE disabled button can be clicked bug.
279 - [bug] Fix #185: Reset the page to the first page when changing the url with `refresh` method.
280 - [bug] Fix #202: updateRow method keep the scroll position.
281 - [enh] Add `smartDisplay` option.
282 - [enh] Add `searchAlign` and `toolbarAlign` options.
283 - [enh] Fix #193: Add `dataType` option.
284 - [enh] Add flatJSON and editable extensions.
285 - [enh] Add `rowAttributes` option.
286 - [enh] Update documentation.
287  
288 ### 1.3.0
289  
290 - [enh] Take `showHeader` option effect to the card view.
291 - [enh] Rename and update locale files.
292 - [bug] Fix #102: Wrong `options.columns` initialization.
293 - [enh] Fix #121: Add extensions for bootstrap table.
294 - [bug] Fix #138: IE8 search data and remove method error.
295 - [bug] Fix bug: sorter and check all do not work in some case.
296 - [enh] Add `bootstrap-table-nl-NL.js` and `bootstrap-table-el-GR.js`.
297 - [enh] Support search without data-field set, trim search input.
298 - [enh] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
299 - [bug] Fix #135, #142: Search use formatted data.
300 - [enh] Verify search text before send queryParams.
301 - [bug] Fix #148: column events support namespace.
302 - [enh] Support to disable radio or checkbox column by formatter.
303  
304 ### 1.2.4
305  
306 - [enh] Fix #23: Add css and classes parameters to column cell.
307 - [enh] Fix #64: Add support for change remote url.
308 - [enh] Fix #112: update the `refresh` method.
309 - [bug] Fix #113: Using radio type and cardView error.
310 - [enh] Fix #117: Add `updateRow` method.
311 - [enh] Fix #96, #103: apply `class` option to td elements.
312 - [enh] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
313 - [enh] Fix #124: change `queryParams` and `queryParamsType` default option.
314 - [enh] Remove the `eval` method.
315 - [enh] Add `bootstrap-table-it-IT.js` locale.
316  
317 ### 1.2.3
318  
319 - [bug] Fix the selected row class reset after toggle column bug.
320 - [bug] Fix #86: invisible column are still searchable.
321 - [bug] Fix search result error when toggle column display.
322 - [enh] Add `clickToSelect` to columns.
323 - [bug] Fix click-row event bug.
324 - [enh] When field is undefined, use index instead.
325 - [enh] Add `cache` option for AJAX calls.
326 - [enh] Improve zh-TW translation.
327 - [enh] #82: Add `getData` method.
328 - [enh] #82: Add `remove` method.
329  
330 ### 1.2.2
331  
332 - Fix #68: Add `showColumn`/`hideColumn` methods.
333 - Fix #69: Add `bootstrap-table-es_AR.js` locale.
334 - Fix #88: Add `bootstrap-table-fr_BE.js` locale.
335 - Fix #85: Select row and add row class.
336 - Add `halign` column option.
337  
338 ### 1.2.1
339  
340 - Fix #56: Pagination issue in bootstrap 2.3.
341 - Fix #76: After refreshing table data, search no longer works.
342 - Fix #77: After searching and then clearing the search field, table is no longer sortable.
343 - Add `sortable` option, `false` to disable sortable of all columns.
344 - Support localization for docs.
345  
346 ### 1.2.0
347  
348 - Fix bootstrap 2 table border bug.
349 - Fix loading and not found record display bug.
350 - Update `minimunCountColumns` option to `minimumCountColumns`.
351 - Fix sort order bug.
352  
353 ### 1.1.5
354  
355 - Fix the bottom border bug on Chrome.
356 - Add horizontal scroll for support.
357 - Fix scroll header width error.
358 - Add `showRefresh` and `showToggle` options.
359  
360 ### 1.1.4
361  
362 - Fix `destroy` method bug.
363 - Initialize table data from HTML.
364 - Fix the hidden table reset header bug.
365  
366 ### 1.1.3
367  
368 - Add `events` column option.
369 - Add `checkboxHeader` option.
370 - Add `queryParamsType` option.
371 - Fix ie class bug, and fix duplicated data error.
372  
373 ### 1.1.2
374  
375 - Add switchable column option.
376 - Add `data-toggle` attribute.
377 - Add support for number search.
378 - Use html function instead of text in header th.
379  
380 ### 1.1.1
381  
382 - Remove `bootstrapVerion` option.
383 - Add `data-page-list` attribute.
384 - Fix search data error.
385 - Non case sensitive search in client side.
386 - Added support for Danish translation.
387  
388 ### 1.1.0
389  
390 - Fix old firefox browser display error.
391 - Add minimunCountColumns option.
392 - Update the table body header implementation and resetView method.
393 - Remove bootstrapVersion option.
394 - Fix search data error.
395  
396 ### 1.0.6
397  
398 - Add jQuery events.
399 - Add `onDblClickRow` event and `onAll` event.
400 - Add `singleSelect` option.
401 - Search improvent: add a timeout and trigger the search event when the text has changed to improve the search.
402 - Scroll to top after data loaded.
403 - Add `toolbar` option.
404 - Add `rowStyle` option.
405 - Add `bootstrapVersion` option.
406  
407 ### 1.0.5
408  
409 - Update the pagination list position.
410 - Update `queryParams` option.
411 - Add `contentType` and `onBeforeLoad` options.
412 - Add server side pagination(`pageSize, pageNumber, searchText, sortName, sortOrder`).
413 - Add `COLUMN_DEFAULTS`.
414 - Add `refresh` method.
415 - Add `index` argument in `formatter` function.
416 - Update card view display.
417  
418 ### 1.0.4
419  
420 - Add `showLoading` and `hideLoading` methods.
421 - Add `onLoadSuccess` and `onLoadError` events.
422 - Add `clickToSelect` option.
423 - Add `cardView` option.
424 - Add loading with `formatLoadingMessage` function.
425 - Add `idField` option.
426  
427 ### 1.0.3
428  
429 - Update fixed headers.
430 - Add zh-TW locale file.
431 - Add `showColumns` option and `visible` column option.
432 - Update `hideHeader` option to `showHeader`.
433 - Add `formatNoMatches` locale function.
434 - Add table events.
435  
436 ### 1.0.2
437  
438 - Add i18n support.
439 - Add `selectItemName` option.
440 - Update the `pageList` default.
441 - Add `search` option.
442 - Add `destroy` method.
443 - Add page list support.
444  
445 ### 1.0.1
446  
447 - Add `pagination` support.
448  
449 ### 1.0.0
450  
451 - Initial release