|
|
@@ -1,4 +1,26 @@
|
|
|
-## ChangeLog
|
|
|
+ChangeLog
|
|
|
+---------
|
|
|
+
|
|
|
+### 1.10.2
|
|
|
+
|
|
|
+- fix(js): fix cardVisible doesn't work bug
|
|
|
+- feat(js): add support for transfer from rowspan / colspan table
|
|
|
+- fix(js): int field break toggleColumn
|
|
|
+- fix(locale): update it-IT locale
|
|
|
+- fix(locale): add formatAllRows in template locale
|
|
|
+- fix(js): table elements inside bootstrap table bug
|
|
|
+- docs(filter-control extension): add documentation for filterData
|
|
|
+- feat(js): add data variable to post-body event
|
|
|
+- feat(js): add `buttonsClass` option
|
|
|
+- fix(js): move formatter after cellStyle
|
|
|
+- feat(js): add `getVisibleColumns` method
|
|
|
+- feat(js): add resize event to fit the header
|
|
|
+- fix(js): the footer is hidden in card view
|
|
|
+- fix(filter-control extension): add check for null values on existsOptionInSelectControl
|
|
|
+- fix(js): fix sorting rows not working bug
|
|
|
+- refactor(filter-control extension): refactor the filterDataType method
|
|
|
+- feat(angular extension): add constant in order to get it from angular scope
|
|
|
+- fix(js): return field from visible cells
|
|
|
|
|
|
### 1.10.1
|
|
|
|
|
|
@@ -219,149 +241,149 @@
|
|
|
|
|
|
### 1.2.4
|
|
|
|
|
|
-* [enh] Fix #23: Add css and classes parameters to column cell.
|
|
|
-* [enh] Fix #64: Add support for change remote url.
|
|
|
-* [enh] Fix #112: update the `refresh` method.
|
|
|
-* [bug] Fix #113: Using radio type and cardView error.
|
|
|
-* [enh] Fix #117: Add `updateRow` method.
|
|
|
-* [enh] Fix #96, #103: apply `class` option to td elements.
|
|
|
-* [enh] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
|
|
|
-* [enh] Fix #124: change `queryParams` and `queryParamsType` default option.
|
|
|
-* [enh] Remove the `eval` method.
|
|
|
-* [enh] Add `bootstrap-table-it-IT.js` locale.
|
|
|
+- [enh] Fix #23: Add css and classes parameters to column cell.
|
|
|
+- [enh] Fix #64: Add support for change remote url.
|
|
|
+- [enh] Fix #112: update the `refresh` method.
|
|
|
+- [bug] Fix #113: Using radio type and cardView error.
|
|
|
+- [enh] Fix #117: Add `updateRow` method.
|
|
|
+- [enh] Fix #96, #103: apply `class` option to td elements.
|
|
|
+- [enh] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
|
|
|
+- [enh] Fix #124: change `queryParams` and `queryParamsType` default option.
|
|
|
+- [enh] Remove the `eval` method.
|
|
|
+- [enh] Add `bootstrap-table-it-IT.js` locale.
|
|
|
|
|
|
### 1.2.3
|
|
|
|
|
|
-* [bug] Fix the selected row class reset after toggle column bug.
|
|
|
-* [bug] Fix #86: invisible column are still searchable.
|
|
|
-* [bug] Fix search result error when toggle column display.
|
|
|
-* [enh] Add `clickToSelect` to columns.
|
|
|
-* [bug] Fix click-row event bug.
|
|
|
-* [enh] When field is undefined, use index instead.
|
|
|
-* [enh] Add `cache` option for AJAX calls.
|
|
|
-* [enh] Improve zh-TW translation.
|
|
|
-* [enh] #82: Add `getData` method.
|
|
|
-* [enh] #82: Add `remove` method.
|
|
|
+- [bug] Fix the selected row class reset after toggle column bug.
|
|
|
+- [bug] Fix #86: invisible column are still searchable.
|
|
|
+- [bug] Fix search result error when toggle column display.
|
|
|
+- [enh] Add `clickToSelect` to columns.
|
|
|
+- [bug] Fix click-row event bug.
|
|
|
+- [enh] When field is undefined, use index instead.
|
|
|
+- [enh] Add `cache` option for AJAX calls.
|
|
|
+- [enh] Improve zh-TW translation.
|
|
|
+- [enh] #82: Add `getData` method.
|
|
|
+- [enh] #82: Add `remove` method.
|
|
|
|
|
|
### 1.2.2
|
|
|
|
|
|
-* Fix #68: Add `showColumn`/`hideColumn` methods.
|
|
|
-* Fix #69: Add `bootstrap-table-es_AR.js` locale.
|
|
|
-* Fix #88: Add `bootstrap-table-fr_BE.js` locale.
|
|
|
-* Fix #85: Select row and add row class.
|
|
|
-* Add `halign` column option.
|
|
|
+- Fix #68: Add `showColumn`/`hideColumn` methods.
|
|
|
+- Fix #69: Add `bootstrap-table-es_AR.js` locale.
|
|
|
+- Fix #88: Add `bootstrap-table-fr_BE.js` locale.
|
|
|
+- Fix #85: Select row and add row class.
|
|
|
+- Add `halign` column option.
|
|
|
|
|
|
### 1.2.1
|
|
|
|
|
|
-* Fix #56: Pagination issue in bootstrap 2.3.
|
|
|
-* Fix #76: After refreshing table data, search no longer works.
|
|
|
-* Fix #77: After searching and then clearing the search field, table is no longer sortable.
|
|
|
-* Add `sortable` option, `false` to disable sortable of all columns.
|
|
|
-* Support localization for docs.
|
|
|
+- Fix #56: Pagination issue in bootstrap 2.3.
|
|
|
+- Fix #76: After refreshing table data, search no longer works.
|
|
|
+- Fix #77: After searching and then clearing the search field, table is no longer sortable.
|
|
|
+- Add `sortable` option, `false` to disable sortable of all columns.
|
|
|
+- Support localization for docs.
|
|
|
|
|
|
### 1.2.0
|
|
|
|
|
|
-* Fix bootstrap 2 table border bug.
|
|
|
-* Fix loading and not found record display bug.
|
|
|
-* Update ```minimunCountColumns``` option to ```minimumCountColumns```.
|
|
|
-* Fix sort order bug.
|
|
|
+- Fix bootstrap 2 table border bug.
|
|
|
+- Fix loading and not found record display bug.
|
|
|
+- Update `minimunCountColumns` option to `minimumCountColumns`.
|
|
|
+- Fix sort order bug.
|
|
|
|
|
|
### 1.1.5
|
|
|
|
|
|
-* Fix the bottom border bug on Chrome.
|
|
|
-* Add horizontal scroll for support.
|
|
|
-* Fix scroll header width error.
|
|
|
-* Add ```showRefresh``` and ```showToggle``` options.
|
|
|
+- Fix the bottom border bug on Chrome.
|
|
|
+- Add horizontal scroll for support.
|
|
|
+- Fix scroll header width error.
|
|
|
+- Add `showRefresh` and `showToggle` options.
|
|
|
|
|
|
### 1.1.4
|
|
|
|
|
|
-* Fix ```destroy``` method bug.
|
|
|
-* Initialize table data from HTML.
|
|
|
-* Fix the hidden table reset header bug.
|
|
|
+- Fix `destroy` method bug.
|
|
|
+- Initialize table data from HTML.
|
|
|
+- Fix the hidden table reset header bug.
|
|
|
|
|
|
### 1.1.3
|
|
|
|
|
|
-* Add ```events``` column option.
|
|
|
-* Add ```checkboxHeader``` option.
|
|
|
-* Add ```queryParamsType``` option.
|
|
|
-* Fix ie class bug, and fix duplicated data error.
|
|
|
+- Add `events` column option.
|
|
|
+- Add `checkboxHeader` option.
|
|
|
+- Add `queryParamsType` option.
|
|
|
+- Fix ie class bug, and fix duplicated data error.
|
|
|
|
|
|
### 1.1.2
|
|
|
|
|
|
-* Add switchable column option.
|
|
|
-* Add ```data-toggle``` attribute.
|
|
|
-* Add support for number search.
|
|
|
-* Use html function instead of text in header th.
|
|
|
+- Add switchable column option.
|
|
|
+- Add `data-toggle` attribute.
|
|
|
+- Add support for number search.
|
|
|
+- Use html function instead of text in header th.
|
|
|
|
|
|
### 1.1.1
|
|
|
|
|
|
-* Remove ```bootstrapVerion``` option.
|
|
|
-* Add ```data-page-list``` attribute.
|
|
|
-* Fix search data error.
|
|
|
-* Non case sensitive search in client side.
|
|
|
-* Added support for Danish translation.
|
|
|
+- Remove `bootstrapVerion` option.
|
|
|
+- Add `data-page-list` attribute.
|
|
|
+- Fix search data error.
|
|
|
+- Non case sensitive search in client side.
|
|
|
+- Added support for Danish translation.
|
|
|
|
|
|
### 1.1.0
|
|
|
|
|
|
-* Fix old firefox browser display error.
|
|
|
-* Add minimunCountColumns option.
|
|
|
-* Update the table body header implementation and resetView method.
|
|
|
-* Remove bootstrapVersion option.
|
|
|
-* Fix search data error.
|
|
|
+- Fix old firefox browser display error.
|
|
|
+- Add minimunCountColumns option.
|
|
|
+- Update the table body header implementation and resetView method.
|
|
|
+- Remove bootstrapVersion option.
|
|
|
+- Fix search data error.
|
|
|
|
|
|
### 1.0.6
|
|
|
|
|
|
-* Add jQuery events.
|
|
|
-* Add ```onDblClickRow``` event and ```onAll``` event.
|
|
|
-* Add ```singleSelect``` option.
|
|
|
-* Search improvent: add a timeout and trigger the search event when the text has changed to improve the search.
|
|
|
-* Scroll to top after data loaded.
|
|
|
-* Add ```toolbar``` option.
|
|
|
-* Add ```rowStyle``` option.
|
|
|
-* Add ```bootstrapVersion``` option.
|
|
|
+- Add jQuery events.
|
|
|
+- Add `onDblClickRow` event and `onAll` event.
|
|
|
+- Add `singleSelect` option.
|
|
|
+- Search improvent: add a timeout and trigger the search event when the text has changed to improve the search.
|
|
|
+- Scroll to top after data loaded.
|
|
|
+- Add `toolbar` option.
|
|
|
+- Add `rowStyle` option.
|
|
|
+- Add `bootstrapVersion` option.
|
|
|
|
|
|
### 1.0.5
|
|
|
|
|
|
-* Update the pagination list position.
|
|
|
-* Update ```queryParams``` option.
|
|
|
-* Add ```contentType``` and ```onBeforeLoad``` options.
|
|
|
-* Add server side pagination(```pageSize, pageNumber, searchText, sortName, sortOrder```).
|
|
|
-* Add ```COLUMN_DEFAULTS```.
|
|
|
-* Add ```refresh``` method.
|
|
|
-* Add ```index``` argument in ```formatter``` function.
|
|
|
-* Update card view display.
|
|
|
+- Update the pagination list position.
|
|
|
+- Update `queryParams` option.
|
|
|
+- Add `contentType` and `onBeforeLoad` options.
|
|
|
+- Add server side pagination(`pageSize, pageNumber, searchText, sortName, sortOrder`).
|
|
|
+- Add `COLUMN_DEFAULTS`.
|
|
|
+- Add `refresh` method.
|
|
|
+- Add `index` argument in `formatter` function.
|
|
|
+- Update card view display.
|
|
|
|
|
|
### 1.0.4
|
|
|
|
|
|
-* Add ```showLoading``` and ```hideLoading``` methods.
|
|
|
-* Add ```onLoadSuccess``` and ```onLoadError``` events.
|
|
|
-* Add ```clickToSelect``` option.
|
|
|
-* Add ```cardView``` option.
|
|
|
-* Add loading with ```formatLoadingMessage``` function.
|
|
|
-* Add ```idField``` option.
|
|
|
+- Add `showLoading` and `hideLoading` methods.
|
|
|
+- Add `onLoadSuccess` and `onLoadError` events.
|
|
|
+- Add `clickToSelect` option.
|
|
|
+- Add `cardView` option.
|
|
|
+- Add loading with `formatLoadingMessage` function.
|
|
|
+- Add `idField` option.
|
|
|
|
|
|
### 1.0.3
|
|
|
|
|
|
-* Update fixed headers.
|
|
|
-* Add zh-TW locale file.
|
|
|
-* Add ```showColumns``` option and ```visible``` column option.
|
|
|
-* Update ```hideHeader``` option to ```showHeader```.
|
|
|
-* Add ```formatNoMatches``` locale function.
|
|
|
-* Add table events.
|
|
|
+- Update fixed headers.
|
|
|
+- Add zh-TW locale file.
|
|
|
+- Add `showColumns` option and `visible` column option.
|
|
|
+- Update `hideHeader` option to `showHeader`.
|
|
|
+- Add `formatNoMatches` locale function.
|
|
|
+- Add table events.
|
|
|
|
|
|
### 1.0.2
|
|
|
|
|
|
-* Add i18n support.
|
|
|
-* Add ```selectItemName``` option.
|
|
|
-* Update the ```pageList``` default.
|
|
|
-* Add ```search``` option.
|
|
|
-* Add ```destroy``` method.
|
|
|
-* Add page list support.
|
|
|
+- Add i18n support.
|
|
|
+- Add `selectItemName` option.
|
|
|
+- Update the `pageList` default.
|
|
|
+- Add `search` option.
|
|
|
+- Add `destroy` method.
|
|
|
+- Add page list support.
|
|
|
|
|
|
### 1.0.1
|
|
|
|
|
|
-* Add ```pagination``` support.
|
|
|
+- Add `pagination` support.
|
|
|
|
|
|
### 1.0.0
|
|
|
|
|
|
-* Initial release
|
|
|
+- Initial release
|