Skip to content

Commit b5b418c

Browse files
committed
Merge branch 'develop'
2 parents 73880d8 + b3d8096 commit b5b418c

File tree

204 files changed

+182458
-122825
lines changed

Some content is hidden

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

204 files changed

+182458
-122825
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.4
10+
placeholder: 1.23.5
1111
validations:
1212
required: true
1313
- type: textarea

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
ChangeLog
22
---------
33

4+
### 1.23.5
5+
6+
### Core
7+
8+
- **New:** Added `getFooterData` method.
9+
- **Update:** Fixed `refresh` invalid url bug when `url` is relative path.
10+
- **Update:** Fixed `getData` bug with `formatted` param.
11+
- **Update:** Fixed column class option not work bug in td.
12+
413
### 1.23.4
514

615
### Core

_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.4
30+
current_version: 1.23.5
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.4",
3+
"version": "1.23.5",
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": {

0 commit comments

Comments
 (0)