zhixin 6 years ago
parent
commit
e9c1384a74
7 changed files with 20 additions and 6 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      _config.yml
  3. 1 1
      bootstrap-table.jquery.json
  4. 2 2
      package.json
  5. 12 0
      site/news.md
  6. 1 1
      src/bootstrap-table.js
  7. 1 1
      src/bootstrap-table.scss

+ 2 - 0
CHANGELOG.md

@@ -4,7 +4,9 @@ ChangeLog
 ### 1.14.2
 ### 1.14.2
 
 
 - **New(fixed-columns extension):** Added new version fixed-columns extension.
 - **New(fixed-columns extension):** Added new version fixed-columns extension.
+- **New(js):** Updated the style of loading message.
 - **Update(js):** Updated refresh event params.
 - **Update(js):** Updated refresh event params.
+- **Update(locale):** Updated all locale translation with English as default.
 - **Update(export extension):** Fixed export all rows to pdf bug.
 - **Update(export extension):** Fixed export all rows to pdf bug.
 - **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
 - **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
 - **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.
 - **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.

+ 1 - 1
_config.yml

@@ -27,7 +27,7 @@ algolia:
   index_name:     bootstrap-table
   index_name:     bootstrap-table
 
 
 # Custom variables
 # Custom variables
-current_version:  1.14.1
+current_version:  1.14.2
 title:            "Bootstrap Table"
 title:            "Bootstrap Table"
 description:      "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features."
 description:      "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features."
 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.14.1",
+  "version": "1.14.2",
   "title": "Bootstrap Table",
   "title": "Bootstrap Table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
   "author": {
   "author": {

+ 2 - 2
package.json

@@ -1,8 +1,8 @@
 {
 {
   "name": "bootstrap-table",
   "name": "bootstrap-table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
-  "version": "1.14.1",
-  "main": "./dist/bootstrap-table.js",
+  "version": "1.14.2",
+  "main": "./dist/bootstrap-table.min.js",
   "directories": {
   "directories": {
     "doc": "docs"
     "doc": "docs"
   },
   },

+ 12 - 0
site/news.md

@@ -4,6 +4,18 @@ 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.14.2
+
+<span class="post-date">19 Mar 2019</span>
+
+- **New(fixed-columns extension):** Added new version fixed-columns extension.
+- **New(js):** Updated the style of loading message.
+- **Update(js):** Updated refresh event params.
+- **Update(locale):** Updated all locale translation with English as default.
+- **Update(export extension):** Fixed export all rows to pdf bug.
+- **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
+- **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.
+
 ## Bootstrap Table 1.14.1
 ## Bootstrap Table 1.14.1
 
 
 <span class="post-date">5 Mar 2019</span>
 <span class="post-date">5 Mar 2019</span>

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.14.1
+ * version: 1.14.2
  * 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.14.1
+ * version: 1.14.2
  * https://github.com/wenzhixin/bootstrap-table/
  * https://github.com/wenzhixin/bootstrap-table/
  */
  */