Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Feb 27, 2024
2 parents b8bbf8e + 77afe56 commit 16dd9df
Show file tree
Hide file tree
Showing 228 changed files with 23,196 additions and 24,626 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.22.2
placeholder: 1.22.3
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -16,7 +16,7 @@ src/**/*.css.map
docs_

# check the locale file on README
check.js
release.*

# Common IDE files
nbproject
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,21 @@
ChangeLog
---------

### 1.22.3

#### Core

- **New:** Added `fixedScroll` option.
- **New:** Added support for setting icons automatically by `iconsPrefix`.
- **Update:** Fixed search bug when the field has `.` character.
- **Update:** Updated `tr-TR`, `es-ES`, `pt-BR` and `pt-PT` locales.

#### Extensions

- **New(addrbar):** Fixed addrbar bug when using `sortReset` option.
- **Update(jump-to):** Fixed page jump to bug when using both pagination display.
- **Update(print):** Fixed print bug when field is not set.

### 1.22.2

#### 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.22.2
current_version: 1.22.3
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.22.2",
"version": "1.22.3",
"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 16dd9df

Please sign in to comment.