Skip to content

Commit 756fb21

Browse files
committed
Merge branch 'develop'
2 parents 3f41006 + 073d261 commit 756fb21

146 files changed

Lines changed: 2143 additions & 11705 deletions

File tree

Some content is hidden

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

.cspell-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ clearfix
99
colspan
1010
csses
1111
datepicker
12+
undelegate
1213
dblclick
1314
djhvscf
1415
dragaccept

.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.27.1
10+
placeholder: 1.27.2
1111
validations:
1212
required: true
1313
- type: textarea

.npmignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

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.27.2
5+
6+
#### Core
7+
8+
- **New:** Added `EventHelper` class with delegation and trigger methods.
9+
- **New:** Extracted `renderButton` from `initToolbar` for better modularity.
10+
- **Update:** Fixed guard against `pageSize <= 0` causing division by zero in `initPagination`.
11+
- **Update:** Fixed loading animation styles.
12+
13+
#### Extensions
14+
15+
- **Update(export):** Fixed issues found in export extension and added Cypress tests.
16+
- **Update(filter-control):** Fixed filter-control select option loss issue.
17+
- **Update(sticky-header):** Fixed undefined crash when using sticky-header.
18+
419
### 1.27.1
520

621
#### 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.27.1",
3+
"version": "1.27.2",
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": {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require('../../../../extensions/export/options')()

cypress/e2e/extensions/filter-control/options/bootstrap3.cy.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

cypress/e2e/extensions/filter-control/options/bootstrap4.cy.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

cypress/e2e/extensions/filter-control/options/bulma.cy.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

cypress/e2e/extensions/filter-control/options/foundation.cy.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)