Skip to content

Commit 83e8651

Browse files
committed
Merge branch 'develop'
2 parents 8834e43 + fbdcf69 commit 83e8651

File tree

300 files changed

+22454
-13309
lines changed

Some content is hidden

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

300 files changed

+22454
-13309
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.25.0
10+
placeholder: 1.26.0
1111
validations:
1212
required: true
1313
- type: textarea

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ src/**/*.css
1212
src/**/*.css.map
1313
.sass-cache
1414

15-
# old docs
16-
docs_
17-
1815
# check the locale file on README
1916
release.*
2017

CHANGELOG.md

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

4+
### 1.26.0
5+
6+
#### Core
7+
8+
- **New:** Added Chinese locale support to the site.
9+
- **New:** Added comprehensive tests for utility functions.
10+
- **Update:** Updated `normalizeAccent` function to handle diacritics properly.
11+
- **Update:** Set `aria-sort` attribute on sortable headers.
12+
- **Update:** Refactored `BootstrapTable` into separate modules.
13+
- **Update:** Clarified exact property names for column options and usage.
14+
- **Update:** Fixed character encoding for locale files.
15+
16+
#### Extensions
17+
18+
- **Update(filter-control):** Fixed bug where `showSearchClearButton` does not clear `searchText` from options.
19+
- **Update(filter-control):** Fixed page number resetting to 1 during initial table rendering when filter controls are initializing.
20+
421
### 1.25.0
522

623
#### Core

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.25.0",
3+
"version": "1.26.0",
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)