Browse Source

Update CHANGELOG and update to 1.10.0

zhixin 10 years ago
parent
commit
124ca54a82
6 changed files with 33 additions and 5 deletions
  1. 28 0
      CHANGELOG.md
  2. 1 1
      _config.yml
  3. 1 1
      bootstrap-table.jquery.json
  4. 1 1
      package.json
  5. 1 1
      src/bootstrap-table.css
  6. 1 1
      src/bootstrap-table.js

+ 28 - 0
CHANGELOG.md

@@ -1,5 +1,33 @@
 ## ChangeLog
 
+### 1.10.0
+
+- [bug] Fixed #1619: sub-table checkbox selects all the table.
+- [bug] Fixed icons for ability customizing.
+- [bug] Fixed #1677: paginationSwitch for server-side.
+- [bug] Fixed #1613: padding in footer.
+- [bug] Fixed #1742: showRow & hideRow param checks.
+- [bug] Fixed getItemField bug.
+- [bug] Fixed #617: server side pagination uses `this.options.searchText`.
+- [bug] Fixed class name does not apply to checkbox field bug.
+- [bug] Fixed clear function and searchFormatter option of filter-control extension.
+- [bug] Fixed year computation on cookie extension.
+- [bug] Fixed ReorderRows init when reorderable is false.
+- [bug] Fix #1660: removed powerpoint type of export extension.
+- [enh] Added `title` attribute to pagination controls defining the page number.
+- [enh] Added `escape` option.
+- [enh] Added `searchOnEnterKey` option.
+- [enh] Added `updateFormatText` method.
+- [enh] Added a third parameter to `detailFormatter` method passing the jQuery element.
+- [enh] Added new param for `updateCell` method to avoid table reinitialization.
+- [enh] Added extension.json and composer.json files.
+- [enh] Added alternative group-by extension.
+- [enh] Added sticky-header extension.
+- [enh] Added filterLocal option to filter-control extension.
+- [enh] Enabled data attributes for editable column.
+- [enh] Added IconSize option to export extension.
+- [enh] Added tooltip for filter-control toolbar button.
+
 ### 1.9.1
 
 - [bug] Removed no records events.

+ 1 - 1
_config.yml

@@ -23,7 +23,7 @@ languages: ["en", "zh-cn", "es"]
 languages_string: ["English", "简体中文", "Español"]
 
 # Custom vars
-current_version: 1.9.1
+current_version: 1.10.0
 repo: https://github.com/wenzhixin/bootstrap-table
 website: http://wenzhixin.net.cn
 repos: http://repos.wenzhixin.net.cn

+ 1 - 1
bootstrap-table.jquery.json

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

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "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.9.1",
+  "version": "1.10.0",
   "main": "Gruntfile.js",
   "directories": {
     "doc": "docs"

+ 1 - 1
src/bootstrap-table.css

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

+ 1 - 1
src/bootstrap-table.js

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