Skip to content

Commit 3f42f66

Browse files
committed
Update to 1.18.0
1 parent c4c851c commit 3f42f66

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

assets/js/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
window._config = {
22
isDebug: location.hash.slice(1) === 'is-debug' ||
33
['localhost', '127.0.0.1', 'dev.bootstrap-table.com'].indexOf(location.hostname) > -1,
4-
cdnUrl: 'https://unpkg.com/bootstrap-table@1.17.1/dist/',
4+
cdnUrl: 'https://unpkg.com/bootstrap-table@1.18.0/dist/',
55
localUrl: '../bootstrap-table/src/'
66
}
77

options/table-locale.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
links: ['bootstrap-table.min.css'],
66
scripts: [
77
'bootstrap-table.min.js',
8-
'https://unpkg.com/bootstrap-table@1.17.1/dist/bootstrap-table-locale-all.min.js'
8+
'https://unpkg.com/bootstrap-table@1.18.0/dist/bootstrap-table-locale-all.min.js'
99
]
1010
})
1111
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table-examples",
3-
"version": "1.17.1",
3+
"version": "1.18.0",
44
"description": "bootstrap-table-examples",
55
"repository": {
66
"type": "git",

vue-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"bootstrap": "^4.5.0",
12-
"bootstrap-table": "^1.17.1",
12+
"bootstrap-table": "^1.18.0",
1313
"bootstrap-vue": "^2.15.0",
1414
"core-js": "^3.6.5",
1515
"jquery": "^3.5.1",

webpack-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"bootstrap": "^4.5.0",
15-
"bootstrap-table": "^1.17.1",
15+
"bootstrap-table": "^1.18.0",
1616
"jquery": "^3.5.1",
1717
"popper.js": "^1.16.1"
1818
},

welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
scripts: [
99
'https://unpkg.com/tableexport.jquery.plugin/tableExport.min.js',
1010
'bootstrap-table.min.js',
11-
'https://unpkg.com/bootstrap-table@1.17.1/dist/bootstrap-table-locale-all.min.js',
11+
'https://unpkg.com/bootstrap-table@1.18.0/dist/bootstrap-table-locale-all.min.js',
1212
'extensions/export/bootstrap-table-export.min.js'
1313
]
1414
})

welcomes/vue-component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
scripts: [
99
'https://cdn.jsdelivr.net/npm/vue',
1010
'bootstrap-table.min.js',
11-
'https://unpkg.com/bootstrap-table@1.17.1/dist/bootstrap-table-vue.min.js'
11+
'https://unpkg.com/bootstrap-table@1.18.0/dist/bootstrap-table-vue.min.js'
1212
]
1313
})
1414
</script>

0 commit comments

Comments
 (0)