Browse Source

Update to 1.17.1

zhixin 5 years ago
parent
commit
de450e5407
8 changed files with 17 additions and 9 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      _config.yml
  3. 1 1
      bootstrap-table.jquery.json
  4. 1 1
      package.json
  5. 10 2
      site/news.md
  6. 1 1
      src/bootstrap-table.js
  7. 1 1
      src/bootstrap-table.scss
  8. 1 1
      src/constants/index.js

+ 1 - 1
CHANGELOG.md

@@ -1,7 +1,7 @@
 ChangeLog
 ChangeLog
 ---------
 ---------
 
 
-### 1.17.0
+### 1.17.1
 
 
 #### Core
 #### Core
 
 

+ 1 - 1
_config.yml

@@ -27,7 +27,7 @@ algolia:
   index_name:     bootstrap-table
   index_name:     bootstrap-table
 
 
 # Custom variables
 # Custom variables
-current_version:  1.17.0
+current_version:  1.17.1
 title:            "Bootstrap Table"
 title:            "Bootstrap Table"
 description:      "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
 description:      "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
 authors:          "Zhixin Wen, and Bootstrap Table contributors"
 authors:          "Zhixin Wen, and Bootstrap Table contributors"

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "bootstrap-table",
   "name": "bootstrap-table",
-  "version": "1.17.0",
+  "version": "1.17.1",
   "title": "Bootstrap Table",
   "title": "Bootstrap Table",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "author": {
   "author": {

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "bootstrap-table",
   "name": "bootstrap-table",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
-  "version": "1.17.0",
+  "version": "1.17.1",
   "main": "./dist/bootstrap-table.min.js",
   "main": "./dist/bootstrap-table.min.js",
   "directories": {
   "directories": {
     "doc": "site"
     "doc": "site"

+ 10 - 2
site/news.md

@@ -4,9 +4,11 @@ title: News
 description: News and announcements for all things Bootstrap Table, including new releases.
 description: News and announcements for all things Bootstrap Table, including new releases.
 ---
 ---
 
 
-## Bootstrap Table 1.17.0
+## Bootstrap Table 1.17.1
 
 
-<span class="post-date">8 Jul 2020</span>
+<span class="post-date">11 Jul 2020</span>
+
+#### Core
 
 
 #### Core
 #### Core
 
 
@@ -24,6 +26,8 @@ description: News and announcements for all things Bootstrap Table, including ne
 - **New:** Added tr `class` support for `thead`.
 - **New:** Added tr `class` support for `thead`.
 - **New:** Added `formatted` parameter for `getData` method to get formatted data.
 - **New:** Added `formatted` parameter for `getData` method to get formatted data.
 - **New:** Added `paginationParts` option instead of `onlyInfoPagination`.
 - **New:** Added `paginationParts` option instead of `onlyInfoPagination`.
+- **New:** Added `sortReset` option to reset sort on third click.
+- **New:** Added support for auto merge the table body cells.
 - **Update:** Fixed `updateByUniqueId` method cannot update multiple rows bug.
 - **Update:** Fixed `updateByUniqueId` method cannot update multiple rows bug.
 - **Update:** Fixed `insertRow` not write to source data array bug.
 - **Update:** Fixed `insertRow` not write to source data array bug.
 - **Update:** Fixed events bug with `detailViewIcon` option.
 - **Update:** Fixed events bug with `detailViewIcon` option.
@@ -34,7 +38,9 @@ description: News and announcements for all things Bootstrap Table, including ne
 - **Update:** Fixed `font-size` of the loading text.
 - **Update:** Fixed `font-size` of the loading text.
 - **Update:** Fixed table `border` bug when table is hidden.
 - **Update:** Fixed table `border` bug when table is hidden.
 - **Update:** Fixed `showRow` method show all hidden rows bug.
 - **Update:** Fixed `showRow` method show all hidden rows bug.
+- **Update:** Fixed columnsSearch non-unique id warning.
 - **Remove:** Removed the `onlyInfoPagination` option.
 - **Remove:** Removed the `onlyInfoPagination` option.
+- **Remove:** Removed accent neutralise extension and moved it to core.
 
 
 #### Extensions
 #### Extensions
 
 
@@ -44,6 +50,7 @@ description: News and announcements for all things Bootstrap Table, including ne
 - **New(export):** Added `forceHide` column option.
 - **New(export):** Added `forceHide` column option.
 - **New(filter-control):** Added `filterOrderBy` column option support order by `server`.
 - **New(filter-control):** Added `filterOrderBy` column option support order by `server`.
 - **New(filter-control):** Added radio support for `filterControlContainer`.
 - **New(filter-control):** Added radio support for `filterControlContainer`.
+- **New(filter-control):** Added support for array filter.
 - **New(filter-control):** Added `filterControlVisible` option and `toggleFilterControl` method.
 - **New(filter-control):** Added `filterControlVisible` option and `toggleFilterControl` method.
 - **New(filter-control):** Added `showFilterControlSwitch` option.
 - **New(filter-control):** Added `showFilterControlSwitch` option.
 - **New(fixed-columns):** Added support for sticky-header.
 - **New(fixed-columns):** Added support for sticky-header.
@@ -52,6 +59,7 @@ description: News and announcements for all things Bootstrap Table, including ne
 - **Update(accent-neutralise):** Fixed comparison with arrays.
 - **Update(accent-neutralise):** Fixed comparison with arrays.
 - **Update(cookie):** Updated cookie columns to always visible when `switchable` is `false`.
 - **Update(cookie):** Updated cookie columns to always visible when `switchable` is `false`.
 - **Update(cookie):** Fixed cookie value from existing options bug.
 - **Update(cookie):** Fixed cookie value from existing options bug.
+- **Update(copy-rows):** Fixed copy rows bug with fixed-column.
 - **Update(editable):** Fixed not handle quotation marks bug.
 - **Update(editable):** Fixed not handle quotation marks bug.
 - **Update(editable):** Updated `noeditFormatter` to `noEditFormatter`.
 - **Update(editable):** Updated `noeditFormatter` to `noEditFormatter`.
 - **Update(export):** Fixed export error with `maintainMetaData` and `clientSidePagination`.
 - **Update(export):** Fixed export error with `maintainMetaData` and `clientSidePagination`.

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.17.0
+ * version: 1.17.1
  * https://github.com/wenzhixin/bootstrap-table/
  * https://github.com/wenzhixin/bootstrap-table/
  */
  */
 
 

+ 1 - 1
src/bootstrap-table.scss

@@ -1,6 +1,6 @@
 /**
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.17.0
+ * version: 1.17.1
  * https://github.com/wenzhixin/bootstrap-table/
  * https://github.com/wenzhixin/bootstrap-table/
  */
  */
 
 

+ 1 - 1
src/constants/index.js

@@ -1,4 +1,4 @@
-const VERSION = '1.17.0'
+const VERSION = '1.17.1'
 
 
 let bootstrapVersion = 4
 let bootstrapVersion = 4
 try {
 try {