Skip to content

Commit

Permalink
Merge pull request #6148 from wenzhixin/develop
Browse files Browse the repository at this point in the history
v1.20.1
  • Loading branch information
wenzhixin authored May 12, 2022
2 parents 67eba84 + 5f7af6f commit 151edfa
Show file tree
Hide file tree
Showing 224 changed files with 15,237 additions and 7,333 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
id: affected-versions
attributes:
label: Bootstraptable version(s) affected
placeholder: 1.18.0
placeholder: 1.20.1
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -38,4 +38,4 @@ body:
attributes:
value: |
Love bootstrap-table? Please consider supporting our collective:
👉 https://opencollective.com/bootstrap-table/donate
👉 https://opencollective.com/bootstrap-table/donate
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build theme with node
run: |
cd ${{ github.workspace }}/site/_themes
yarn
yarn install --frozen-lockfile
yarn build
mv dist/js ../assets/js/themes
cd ../assets/js/themes
Expand Down
31 changes: 31 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Test

on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'

- uses: actions/checkout@v3
with:
repository: 'wenzhixin/bootstrap-table-examples'
path: './tools/bootstrap-table-examples'

- name: Lint src and check docs
run: |
yarn install --frozen-lockfile
yarn pre-commit
- name: Cypress Test
run: |
mv ./tools/bootstrap-table-examples cypress/html
yarn css:build:src
yarn test
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ check.js
# Common IDE files
nbproject
.~lock.*
Gemfile.lock
package-lock.json
*.lock
.buildpath
.idea
.project
Expand Down
51 changes: 0 additions & 51 deletions .travis.yml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
ChangeLog
---------

### 1.20.1

### Core

- **Update:** Fixed toggle column bug with complex headers.
- **Update:** Fixed icons option cannot work bug when it's a string.
- **Update:** Updated TypeScript definitions.

##### Extensions

- **Update(cookie):** Fixed cookie extension error with multiple-sort.
- **Update(export):** Fixed the `exportOptions` option cannot support the data attribute.
- **Update(reorder-rows):** Fixed reorder-rows cannot work because of missing default functions.


### 1.20.0

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

# Custom variables
current_version: 1.20.0
current_version: 1.20.1
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
"version": "1.20.0",
"version": "1.20.1",
"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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require('../../../../extensions/filter-control/options')('bootstrap5')
require('../../../../extensions/filter-control/options')('bootstrap4')
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require('../../../../extensions/filter-control/options')()
require('../../../../extensions/filter-control/options')()
1 change: 1 addition & 0 deletions cypress/integration/options/bootstrap4.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('../../common/options')('bootstrap4')
1 change: 0 additions & 1 deletion cypress/integration/options/bootstrap5.js

This file was deleted.

1 change: 1 addition & 0 deletions cypress/integration/welcome/bootstrap4.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('../../common/welcome')('bootstrap4')
1 change: 0 additions & 1 deletion cypress/integration/welcome/bootstrap5.js

This file was deleted.

78 changes: 0 additions & 78 deletions deploy.sh

This file was deleted.

Binary file removed deploy_key.enc
Binary file not shown.
Loading

0 comments on commit 151edfa

Please sign in to comment.