diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfe5b6528..a63282a65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ ChangeLog ### 1.14.2 - **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. diff --git a/_config.yml b/_config.yml index 4b5cc6dc83..055877606f 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ algolia: index_name: bootstrap-table # Custom variables -current_version: 1.14.1 +current_version: 1.14.2 title: "Bootstrap Table" description: "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features." authors: "Zhixin Wen, and Bootstrap Table contributors" diff --git a/bootstrap-table.jquery.json b/bootstrap-table.jquery.json index 97b13a3910..9062facb94 100644 --- a/bootstrap-table.jquery.json +++ b/bootstrap-table.jquery.json @@ -1,6 +1,6 @@ { "name": "bootstrap-table", - "version": "1.14.1", + "version": "1.14.2", "title": "Bootstrap Table", "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.", "author": { diff --git a/package.json b/package.json index 3ceae2d001..9bd65f0fea 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "bootstrap-table", "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": { "doc": "docs" }, diff --git a/site/news.md b/site/news.md index 49d034b811..4b92df1e07 100644 --- a/site/news.md +++ b/site/news.md @@ -4,6 +4,18 @@ title: News description: News and announcements for all things Bootstrap Table, including new releases. --- +## Bootstrap Table 1.14.2 + +19 Mar 2019 + +- **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 5 Mar 2019 diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index 24912c02d0..57ffc19850 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -1,6 +1,6 @@ /** * @author zhixin wen - * version: 1.14.1 + * version: 1.14.2 * https://github.com/wenzhixin/bootstrap-table/ */ diff --git a/src/bootstrap-table.scss b/src/bootstrap-table.scss index 094ff8fabd..61c0273593 100644 --- a/src/bootstrap-table.scss +++ b/src/bootstrap-table.scss @@ -1,6 +1,6 @@ /** * @author zhixin wen - * version: 1.14.1 + * version: 1.14.2 * https://github.com/wenzhixin/bootstrap-table/ */