Skip to content

Commit 73880d8

Browse files
committed
Merge branch 'develop'
2 parents 57b7203 + d8d417f commit 73880d8

File tree

113 files changed

+1480
-1476
lines changed

Some content is hidden

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

113 files changed

+1480
-1476
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
id: affected-versions
88
attributes:
99
label: Bootstraptable version(s) affected
10-
placeholder: 1.23.3
10+
placeholder: 1.23.4
1111
validations:
1212
required: true
1313
- type: textarea

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ algolia:
2727
index_name: bootstrap-table
2828

2929
# Custom variables
30-
current_version: 1.23.3
30+
current_version: 1.23.4
3131
title: "Bootstrap Table"
3232
description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
3333
authors: "Zhixin Wen, and Bootstrap Table contributors"

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.23.3",
3+
"version": "1.23.4",
44
"title": "Bootstrap Table",
55
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
66
"author": {

dist/bootstrap-table-locale-all.js

Lines changed: 1362 additions & 1362 deletions
Large diffs are not rendered by default.

dist/bootstrap-table-locale-all.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/**
33
* @author zhixin wen <[email protected]>
4-
* version: 1.23.3
4+
* version: 1.23.4
55
* https://github.com/wenzhixin/bootstrap-table/
66
*/
77
/* stylelint-disable annotation-no-unknown, max-line-length */

dist/bootstrap-table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7022,7 +7022,7 @@
70227022
try {
70237023
for (_iterator13.s(); !(_step13 = _iterator13.n()).done;) {
70247024
var item = _step13.value;
7025-
this.parseStyle(item);
7025+
this.parseStyle(dom, item);
70267026
}
70277027
} catch (err) {
70287028
_iterator13.e(err);
@@ -7102,7 +7102,7 @@
71027102
}
71037103
};
71047104

7105-
var VERSION = '1.23.3';
7105+
var VERSION = '1.23.4';
71067106
var bootstrapVersion = Utils.getBootstrapVersion();
71077107
var CONSTANTS = {
71087108
3: {

dist/bootstrap-table.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)