Browse Source

Update to 1.11.1

zhixin 8 years ago
parent
commit
4381a9b33c
7 changed files with 40 additions and 48 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      LICENSE
  3. 1 1
      _config.yml
  4. 1 1
      bootstrap-table.jquery.json
  5. 33 43
      docs/_includes/latest-release.md
  6. 1 1
      package.json
  7. 1 1
      src/bootstrap-table.css

+ 2 - 0
CHANGELOG.md

@@ -15,8 +15,10 @@ ChangeLog
 - feat(js): add `sortClass` option
 - feat(js): add `totalField` Option
 - feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
+- feat(js): add `escape` column option
 - fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
 - fix(js): fix #2879, IE8 bug
+- fix(js): fix #2719, remove `tabindex`
 - fix(css): fix #2208, dropdown-menu style bug
 - fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
 - fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 (The MIT License)
 
-Copyright (c) 2012-2016 Zhixin Wen <wenzhixin2010@gmail.com>
+Copyright (c) 2012-2017 Zhixin Wen <wenzhixin2010@gmail.com>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
_config.yml

@@ -23,7 +23,7 @@ languages: ["en", "zh-cn", "es"]
 languages_string: ["English", "简体中文", "Español"]
 
 # Custom vars
-current_version: 1.11.0
+current_version: 1.11.1
 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.11.0",
+  "version": "1.11.1",
   "title": "Bootstrap Table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
   "author": {

+ 33 - 43
docs/_includes/latest-release.md

@@ -1,45 +1,35 @@
-### Latest release (2016-07-02)
+### Latest release (2017-02-22)
 
-#### v1.11.0
+#### v1.11.1
 
-- fix(js): fix cardVisible doesn't work bug
-- fix(js): int field break toggleColumn
-- fix(js): table elements inside bootstrap table bug
-- fix(js): move formatter after cellStyle
-- fix(js): the footer is hidden in card view
-- fix(js): fix sorting rows not working bug
-- fix(js): return field from visible cells
-- fix(js): onSearch event is not fire when we press the arrows keys
-- fix(js): fix fromHtml error
-- fix(js): fix event cannot work when some columns are hideen
-- fix(js): remove page size and number when pagination is false
-- fix(js): remove getFieldIndexFromColumnIndex because it cause events bug
-- fix(js): fix getSelections method bug
-- fix(js): update records to rows
-- fix(locale): update it-IT locale
-- fix(locale): add formatAllRows in template locale
-- fix(filter-control extension): add check for null values on existsOptionInSelectControl
-- fix(filter-control extension): fix show-clear button bug
-- fix(editable extesion): fix editable formatter error when refreshOptions
-- feat(js): add support for transfer from rowspan / colspan table
-- feat(js): add data variable to post-body event
-- feat(js): add `buttonsClass` option
-- feat(js): add `getVisibleColumns` method
-- feat(js): add resize event to fit the header
-- feat(js): add `onRefresh` event
-- feat(js): add field parameter in the click and dblClick row events
-- feat(js): add div.card-views surrounds all the card view divs
-- feat(js): add `field` parameter to cellStyle
-- feat(js): add `sortStable` option
-- feat(js): add `footerStyle` option
-- feat(extension): add select2 filter and i18n enhance extensions
-- feat(extension): add multi-column-toggle extension
-- feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search
-- feat(angular extension): add constant in order to get it from angular scope
-- feat(export extension): add `formatExport` locale
-- feat(multiple-sort extension): add `formatSortOrders` option
-- feat(multiple-sort extension): support pagination server
-- refactor(filter-control extension): refactor the filterDataType method
-- refactor(filter-control extension): adding all unique values to select control and performance improvements
-- refactor(extension): refactor filter cookies extension to avoid dbcalls
-- docs(filter-control extension): add documentation for filterData
+- fix(js): fix #2439, `filterBy` cannot filter array keys
+- fix(js): fix #2424, from html with checkbox bug
+- fix(js): fix #2385, checkbox render bug with formatter
+- fix(js): fix #750, showRow and hideRow bug
+- fix(js): fix #2387, page list bug
+- fix(js): decrement totalRows on remove if using server side pagination
+- fix(js): bug in the calculation of toolbar and pagination heights
+- feat(js): fix #2414, add `paginationLoop` option
+- feat(js): update method `getRowsHidden` to `getHiddenRows`
+- feat(js): add `sortClass` option
+- feat(js): add `totalField` Option
+- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
+- feat(js): add `escape` column option
+- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
+- fix(js): fix #2879, IE8 bug
+- fix(js): fix #2719, remove `tabindex`
+- fix(css): fix #2208, dropdown-menu style bug
+- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
+- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
+- fix(reorder-row extension): fix #1343, reorder rows bug with pagination
+- fix(cookie extension): correction regex to match 'mi'
+- feat(locale): fix #2759, add es-CL and uz-UZ locales
+- feat(cookie extension): fix #2386, add `getCookies` method
+- feat(cookie extension): fix #2371, add `cookieStorage` option
+- feat(multiple-selection-row extension): add multiple-selection-row extension
+- feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
+- feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
+- feat(filter-control extension): fix #2189, set placeholder of the filter-control input
+- feat(print extension): add print extension
+- feat(auto-refresh extension): add auto refresh extension
+- feat(tree-column extension): add tree column extension

+ 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.11.0",
+  "version": "1.11.1",
   "main": "./dist/bootstrap-table.js",
   "directories": {
     "doc": "docs"

+ 1 - 1
src/bootstrap-table.css

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