|
@@ -0,0 +1,55 @@
|
|
|
|
|
+---
|
|
|
|
|
+layout: simple
|
|
|
|
|
+title: News
|
|
|
|
|
+description: News and announcements for all things Bootstrap Table, including new releases.
|
|
|
|
|
+---
|
|
|
|
|
+
|
|
|
|
|
+## Bootstrap Table 1.13.1
|
|
|
|
|
+
|
|
|
|
|
+<span class="post-date">01 Jan 2019</span>
|
|
|
|
|
+
|
|
|
|
|
+- **New(js):** Added `theadClasses` option to supoort bootstrap v4.
|
|
|
|
|
+- **New(js):** Updated the default icons to font-awesome 5.
|
|
|
|
|
+- **New(locale):** Rewrited all locales to ES6.
|
|
|
|
|
+- **New(editable extension):** Rewrited `bootstrap-table-editable` to ES6.
|
|
|
|
|
+- **New(filter-control extension):** Rewrited `bootstrap-table-filter-control` to ES6.
|
|
|
|
|
+- **New(treegrid extension):** Added `rootParentId` option.
|
|
|
|
|
+- **Update(js):** Fixed `getHiddenRows` method bug.
|
|
|
|
|
+- **Update(js):** Fixed `getOptions` method to remove data property.
|
|
|
|
|
+- **Update(js):** Fixed no matches display error.
|
|
|
|
|
+- **Update(js):** Fixed eslint warning and error.
|
|
|
|
|
+- **Update(locale):** Improved `es-ES` locale.
|
|
|
|
|
+- **Update(filter-control extension):** Fixed multiple choice bug.
|
|
|
|
|
+- **Update(filter-control extension):** Fixed select all rows and `keyup` event error.
|
|
|
|
|
+- **Update(export extension):** Fixed export in cardView display error.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+## Bootstrap Table 1.13.0
|
|
|
|
|
+
|
|
|
|
|
+<span class="post-date">27 Dec 2019</span>
|
|
|
|
|
+
|
|
|
|
|
+- **New(js):** Rewrited bootstrap-table to ES6.
|
|
|
|
|
+- **New(locale):** Added `fi-FI.js` locale.
|
|
|
|
|
+- **New(build):** Used babel instead of grunt.
|
|
|
|
|
+- **New(filter-control):** Added `created-controls.bs.table` event to filter-control.
|
|
|
|
|
+- **New(export extension):** Rewrited export extension to ES6.
|
|
|
|
|
+- **New(export extension):** Added export extension support bootstrap v4.
|
|
|
|
|
+- **New(export extension):** Added `exportTable` method.
|
|
|
|
|
+- **New(toolbar extension):** Rewrited toolbar extension to ES6.
|
|
|
|
|
+- **New(toolbar extension):** Added toolbar extension supports bootstrap v4.
|
|
|
|
|
+- **New(toolbar extension):** Added server sidePagination support
|
|
|
|
|
+- **New(resizable extension):** Released new resizable extension version 2.0.0.
|
|
|
|
|
+- **New(editable extension):** Allowed different x-editable configuration per table row.
|
|
|
|
|
+- **New(addrbar extension):** Added addrbar extension.
|
|
|
|
|
+- **Update(js):** Improved `check/uncheck` methods
|
|
|
|
|
+- **Update(js):** Fixed cookie with `pageNumber` and `searchText` bug.
|
|
|
|
|
+- **Update(js):** Fix `selections` bugs.
|
|
|
|
|
+- **Update(js):** Added `customSearch` support data attribute.
|
|
|
|
|
+- **Update(js):** Fixed can't search data with formatter.
|
|
|
|
|
+- **Update(js):** Fixed `getRowByUniqueId` error when row unique id is undefined.
|
|
|
|
|
+- **Update(js):** Fxied older bootstrap version bug.
|
|
|
|
|
+- **Update(css):** Removed toolbar line-height.
|
|
|
|
|
+- **Update(css):** Limitted fullscreen CSS rule scope.
|
|
|
|
|
+- **Update(editable extension):** Fixed editable formatter bug.
|
|
|
|
|
+- **Update(extension):** Fixed bug with export extension together.
|
|
|
|
|
+- **Update(extension):** Removed click-edit-row and flat-json extensions.
|