diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9cf0b1f..5c69ca39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,29 @@ ChangeLog --------- +### 1.24.0 + +#### Core + +- **New:** Added `card-view-field` class to `card-view`. +- **Update:** Fixed `id` not working bug in `rowAttributes`. +- **Update:** Fixed `data` field attr not working bug. +- **Update:** Fixed column is `undefined` bug in `updateFieldGroup` when using `refreshOptions`. +- **Update:** Fixed `post-header` trigger bug after table destroy. +- **Update:** Fixed `strictSearch` not working bug. +- **Update:** Fixed `insertRow` bug after on the last row of the table. +- **Update:** Fixed display error of total rows using load more pagination. +- **Update:** Updated Sass and refined the SCSS file. +- **Update:** Update Eslint and fix some lint errors. + +#### Extensions + +- **Update(cookie):** Fixed cookie columns display error after adding a column. +- **Update(filter-control):** Fixed select not working bug after an Ajax loaded. + ### 1.23.5 -### Core +#### Core - **New:** Added `getFooterData` method. - **Update:** Fixed `refresh` invalid url bug when `url` is relative path. @@ -12,7 +32,7 @@ ChangeLog ### 1.23.4 -### Core +#### Core - **New:** Added support for column options `formatter` and `footerFormatter` methods returning type `jQuery`, `HTMLElement`. - **New:** Added `sortReset` method to reset the current sort state. @@ -20,14 +40,14 @@ ChangeLog - **Update:** Fixed `refresh` method doesn't reuse parameters provided as query bug. - **Update:** Fixed compatibility issues when `colspan` is set as a string. -### Extensions +#### Extensions - **Update(fixed-columns):** Fixed undefined error in some cases. - **Update(reorder-columns):** Fixed incorrect column values order with detail view. ### 1.23.2 -### Core +#### Core - **New:** Added `buttonsAttributeTitle` option to customize title attribute. - **Update:** Updated sort icons using SVG instead of PNG. @@ -38,12 +58,12 @@ ChangeLog ### 1.23.1 -### Core +#### Core - **Update:** Improved vue component init twice without `setTimeout`. - **Update:** Updated `af-ZA`, `fr-BE`, `fr-CH`, `fr-FR`, `fr-LU`, and `id-ID` locales. -### Extensions +#### Extensions - **Update(editable):** Fixed editable display bug of select type. - **Update(sticky-header):** Fixed issue if sticky-header extension is loaded but not enabled. diff --git a/site/news.md b/site/news.md index 2c3d1add8..e3847f500 100644 --- a/site/news.md +++ b/site/news.md @@ -8,22 +8,52 @@ description: News and announcements for all things Bootstrap Table, including ne 1 Oct 2024 +#### Core + +- **New:** Added `getFooterData` method. +- **Update:** Fixed `refresh` invalid url bug when `url` is relative path. +- **Update:** Fixed `getData` bug with `formatted` param. +- **Update:** Fixed column class option not work bug in td. + ## Bootstrap Table 1.23.4 20 Sep 2024 -## Bootstrap Table 1.23.3 +#### Core -20 Sep 2024 +- **New:** Added support for column options `formatter` and `footerFormatter` methods returning type `jQuery`, `HTMLElement`. +- **New:** Added `sortReset` method to reset the current sort state. +- **New:** Added a presentation role if no matching rows are found. +- **Update:** Fixed `refresh` method doesn't reuse parameters provided as query bug. +- **Update:** Fixed compatibility issues when `colspan` is set as a string. ## Bootstrap Table 1.23.2 27 Jul 2024 +#### Core + +- **New:** Added `buttonsAttributeTitle` option to customize title attribute. +- **Update:** Updated sort icons using SVG instead of PNG. +- **Update:** Fixed search highlight not working when it contains multiple HTML elements. +- **Update:** Fixed the `esbuild` bundle error. +- **Update:** Fixed insertRow, updateRow, and updateCell methods bugs. +- **Update:** Fixed `undefined` error when searching using the dotted field. + ## Bootstrap Table 1.23.1 13 Jul 2024 +#### Core + +- **Update:** Improved vue component init twice without `setTimeout`. +- **Update:** Updated `af-ZA`, `fr-BE`, `fr-CH`, `fr-FR`, `fr-LU`, and `id-ID` locales. + +#### Extensions + +- **Update(editable):** Fixed editable display bug of select type. +- **Update(sticky-header):** Fixed issue if sticky-header extension is loaded but not enabled. + ## Bootstrap Table 1.23.0 30 Jun 2024