Skip to content

Commit acf5ffa

Browse files
committed
Update to version v1.9.0
1 parent ffd3cc1 commit acf5ffa

File tree

162 files changed

+1795
-11079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+1795
-11079
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- [enh] Updated `showRow`, `hideRow` and `updateCell` methods.
3232
- [bug] Fix #1390: radio maintainSelected bug.
3333
- [bug] Fix #1421: checkBy filter enabled.
34+
- [bug] Remove `bootstrap-table-all.js` and `bootstrap-table-all.min.js`.
3435

3536
### 1.8.1
3637

Gruntfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ module.exports = function(grunt) {
1515
// Task configuration.
1616
clean: ['dist', 'docs/dist'],
1717
concat: {
18-
basic_target: {
19-
src: ['src/<%= pkg.name %>.js', 'src/extensions/**/*.js'],
20-
dest: 'dist/<%= pkg.name %>-all.js'
21-
},
18+
//basic_target: {
19+
// src: ['src/<%= pkg.name %>.js', 'src/extensions/**/*.js'],
20+
// dest: 'dist/<%= pkg.name %>-all.js'
21+
//},
2222
locale_target: {
2323
src: ['src/locale/**/*.js'],
2424
dest: 'dist/<%= pkg.name %>-locale-all.js'
@@ -31,7 +31,7 @@ module.exports = function(grunt) {
3131
basic_target: {
3232
files: {
3333
'dist/<%= pkg.name %>.min.js': ['src/<%=pkg.name %>.js'],
34-
'dist/<%= pkg.name %>-all.min.js': ['dist/<%=pkg.name %>-all.js'],
34+
//'dist/<%= pkg.name %>-all.min.js': ['dist/<%=pkg.name %>-all.js'],
3535
'dist/<%= pkg.name %>-locale-all.min.js': ['dist/<%=pkg.name %>-locale-all.js']
3636
}
3737
},

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ languages: ["en", "zh-cn", "es"]
2323
languages_string: ["English", "简体中文", "Español"]
2424

2525
# Custom vars
26-
current_version: 1.8.1
26+
current_version: 1.9.0
2727
repo: https://github.com/wenzhixin/bootstrap-table
2828
website: http://wenzhixin.net.cn
2929
repos: http://repos.wenzhixin.net.cn

bootstrap-table.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"title": "Bootstrap Table",
55
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
66
"author": {

0 commit comments

Comments
 (0)