Skip to content

Commit 57b7203

Browse files
committed
Merge branch 'develop'
2 parents a22516e + 86f29e0 commit 57b7203

File tree

221 files changed

+17255
-12573
lines changed

Some content is hidden

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

221 files changed

+17255
-12573
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.2
10+
placeholder: 1.23.3
1111
validations:
1212
required: true
1313
- type: textarea

CHANGELOG.md

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

4+
### 1.23.3
5+
6+
### Core
7+
8+
- **New:** Added support for column options `formatter` and `footerFormatter` methods returning type `jQuery`, `HTMLElement`.
9+
- **New:** Added `sortReset` method to reset the current sort state.
10+
- **New:** Added a presentation role if no matching rows are found.
11+
- **Update:** Fixed `refresh` method doesn't reuse parameters provided as query bug.
12+
- **Update:** Fixed compatibility issues when `colspan` is set as a string.
13+
14+
### Extensions
15+
16+
- **Update(fixed-columns):** Fixed undefined error in some cases.
17+
- **Update(reorder-columns):** Fixed incorrect column values order with detail view.
18+
419
### 1.23.2
520

621
### 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.2
30+
current_version: 1.23.3
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.2",
3+
"version": "1.23.3",
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)