Browse Source

Update version to 1.5.0

zhixin 11 years ago
parent
commit
6ef3b4bdad
7 changed files with 34 additions and 37 deletions
  1. 16 0
      CHANGELOG.md
  2. 0 14
      README.md
  3. 1 1
      bootstrap-table.jquery.json
  4. 1 1
      bower.json
  5. 1 1
      docs/_config.yml
  6. 14 19
      docs/_includes/latest-release.md
  7. 1 1
      src/bootstrap-table.js

+ 16 - 0
CHANGELOG.md

@@ -1,5 +1,21 @@
 ## ChangeLog
 
+### 1.5.0
+
+- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
+- [bug] Fix IE browser display header bug when use `mergeCells` method.
+- [bug] Fix #269: array as row bug.
+- [bug] Fix #314: `rowStyle` bug.
+- [enh] Add de-DE, hu-HU, sk-SK locales.
+- [enh] Fix #261: add namespace to `.table` style.
+- [bug] Fix #160, #323: operate events don't work in card view.
+- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
+- [enh] Add `onPreBody` and `onPostBody` events.
+- [enh] Add `searchable` column option.
+- [enh] Fix #59: support load multiple locale files.
+- [enh] Modify the scope of the column events.
+- [enh] Improve editable extension.
+
 ### 1.4.0
 
 - [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.

+ 0 - 14
README.md

@@ -16,20 +16,6 @@ To get started, check out http://bootstrap-table.wenzhixin.net.cn!
 
 ## Bugs & Enhancements (next version)
 
-- [x] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
-- [x] Fix IE browser display header bug when use `mergeCells` method.
-- [x] Fix #269: array as row bug.
-- [x] Fix #314: `rowStyle` bug.
-- [x] Add de-DE, hu-HU, sk-SK locales.
-- [x] Fix #261: add namespace to `.table` style.
-- [x] Fix #160, #323: operate events don't work in card view.
-- [x] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
-- [x] Add `onPreBody` and `onPostBody` events.
-- [x] Add `searchable` column option.
-- [x] Fix #59: support load multiple locale files.
-- [x] Modify the scope of the column events.
-- [x] Improve editable extension.
-
 ## Features
 
 * Created for Bootstrap 3 (Bootstrap 2 supported)

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.4.0",
+    "version": "1.5.0",
     "title": "Bootstrap Table",
     "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
     "author": {

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "bootstrap-table",
-  "version": "1.4.0",
+  "version": "1.5.0",
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
   "authors": [
     "zhixin <wenzhixin2010@gmail.com>"

+ 1 - 1
docs/_config.yml

@@ -11,7 +11,7 @@ highlighter: rouge
 permalink: pretty
 
 # Custom vars
-current_version: 1.4.0
+current_version: 1.5.0
 repo: https://github.com/wenzhixin/bootstrap-table
 website: http://wenzhixin.net.cn
 repos: http://repos.wenzhixin.net.cn

+ 14 - 19
docs/_includes/latest-release.md

@@ -1,22 +1,17 @@
 ### Latest release
 
-#### v{{ site.current_version }} (2014-11-21)
+#### v{{ site.current_version }} (2014-12-12)
 
-- [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.
-- [enh] Fix #149: Hide empty data on Card view.
-- [enh] Fix #131: Add `onPageChange` event.
-- [enh] Add `onSearch` event.
-- [enh] Apply `width` column option to row style.
-- [enh] Add bootstrap-table-filter extension.
-- [enh] Add cs-CZ, es-CR, es-NI, pl-PL, ur-PK, ko-KR, th-TH locales.
-- [bug] Fix `minimumCountColumns` option init error.
-- [bug] Fix #161: `undefined` or `null` string sort bug.
-- [bug] Fix #171: IE disabled button can be clicked bug.
-- [bug] Fix #185: Reset the page to the first page when changing the url with `refresh` method.
-- [bug] Fix #202: updateRow method keep the scroll position.
-- [enh] Add `smartDisplay` option.
-- [enh] Add `searchAlign` and `toolbarAlign` options.
-- [enh] Fix #193: Add `dataType` option.
-- [enh] Add flatJSON and editable extensions.
-- [enh] Add `rowAttributes` option.
-- [enh] Update documentation.
+- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
+- [bug] Fix IE browser display header bug when use `mergeCells` method.
+- [bug] Fix #269: array as row bug.
+- [bug] Fix #314: `rowStyle` bug.
+- [enh] Add de-DE, hu-HU, sk-SK locales.
+- [enh] Fix #261: add namespace to `.table` style.
+- [bug] Fix #160, #323: operate events don't work in card view.
+- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
+- [enh] Add `onPreBody` and `onPostBody` events.
+- [enh] Add `searchable` column option.
+- [enh] Fix #59: support load multiple locale files.
+- [enh] Modify the scope of the column events.
+- [enh] Improve editable extension.

+ 1 - 1
src/bootstrap-table.js

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