Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Dec 12, 2022
2 parents 7fabe36 + cca681e commit 2867376
Show file tree
Hide file tree
Showing 240 changed files with 14,502 additions and 13,577 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Expand Up @@ -7,7 +7,7 @@ body:
id: affected-versions
attributes:
label: Bootstraptable version(s) affected
placeholder: 1.21.1
placeholder: 1.21.2
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -22,7 +22,7 @@

**☑️Self Check before Merge**

⚠️ Please check all items below before review. ⚠️
⚠️ Please check all items below before reviewing. ⚠️

- [ ] Doc is updated/provided or not needed
- [ ] Demo is updated/provided or not needed
Expand Down
13 changes: 6 additions & 7 deletions .stylelintrc
@@ -1,12 +1,11 @@
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-standard-scss",
"rules": {
"indentation": null,
"selector-pseudo-element-colon-notation": null,
"function-comma-space-after": null,
"alpha-value-notation": null,
"color-function-notation": null,
"hue-degree-notation": null,
"no-descending-specificity": null,
"declaration-bang-space-before": null,
"number-leading-zero": null,
"rule-empty-line-before": null
"scss/no-global-function-names": null,
"selector-not-notation": null
}
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,25 @@
ChangeLog
---------

### 1.21.2

#### Core

- **New:** Added `sortResetPage` option to reset the page number when sorting.
- **Update:** Fixed overwrite default option bug.
- **Update:** Updated es-ES, es-CR locale.
- **Update:** Improved scss style and lint.
- **Update:** Used scss vars for sorting background image URLs.

#### Extensions

- **New(custom-view):** Added `onToggleCustomView` event.
- **Update(cookie):** Fixed cookie name compare bug on using `cookiesEnabled` option.
- **Update(custom-view):** Fixed `showCustomView` option cannot work.
- **Update(filter-control):** Fixed bug while using a select filter and set `searchFormatter` to false.
- **Update(filter-control):** Fixed missing class when specifying `iconSize`.
- **Update(reorder-rows):** Updated default value to `reorder-rows-on-drag-class` of `onDragClass` option.

### 1.21.1

#### Core
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -27,7 +27,7 @@ algolia:
index_name: bootstrap-table

# Custom variables
current_version: 1.21.1
current_version: 1.21.2
title: "Bootstrap Table"
description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
authors: "Zhixin Wen, and Bootstrap Table contributors"
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-table.jquery.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
"version": "1.21.1",
"version": "1.21.2",
"title": "Bootstrap Table",
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
"author": {
Expand Down

0 comments on commit 2867376

Please sign in to comment.