Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apalfrey committed Nov 1, 2021
1 parent 65da50a commit 856313f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.full.min.js"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.1/dist/select2-bootstrap-5-theme.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css" />
<!-- Or for RTL support -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.1/dist/select2-bootstrap-5-theme.rtl.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
```

#### Select2 v4.1
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.1/dist/select2-bootstrap-5-theme.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.min.css" />
<!-- Or for RTL support -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.1/dist/select2-bootstrap-5-theme.rtl.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.2.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
```

### Package Managers
Expand Down
3 changes: 2 additions & 1 deletion dist/select2-bootstrap-5-theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.1.1
* Select2 v4 Bootstrap 5 theme v1.2.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down Expand Up @@ -70,6 +70,7 @@
}

.select2-container--bootstrap-5 .select2-dropdown {
z-index: 1056;
border-color: #ced4da;
border-radius: 0.25rem;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/select2-bootstrap-5-theme.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/select2-bootstrap-5-theme.rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.1.1
* Select2 v4 Bootstrap 5 theme v1.2.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down Expand Up @@ -70,6 +70,7 @@
}

.select2-container--bootstrap-5 .select2-dropdown {
z-index: 1056;
border-color: #ced4da;
border-radius: 0.25rem;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/select2-bootstrap-5-theme.rtl.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/select2-bootstrap-5-theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.1.1
* Select2 v4 Bootstrap 5 theme v1.2.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down Expand Up @@ -70,6 +70,7 @@
}

.select2-container--bootstrap-5 .select2-dropdown {
z-index: 1056;
border-color: #ced4da;
border-radius: 0.25rem;
}
Expand Down
3 changes: 2 additions & 1 deletion docs/select2-bootstrap-5-theme.rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.1.1
* Select2 v4 Bootstrap 5 theme v1.2.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand Down Expand Up @@ -70,6 +70,7 @@
}

.select2-container--bootstrap-5 .select2-dropdown {
z-index: 1056;
border-color: #ced4da;
border-radius: 0.25rem;
}
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "select2-bootstrap-5-theme",
"description": "Select2 v4 theme for Bootstrap 5",
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",
"author": "Andrew Palfrey <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/select2-bootstrap-5-theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Select2 v4 Bootstrap 5 theme v1.1.1
* Select2 v4 Bootstrap 5 theme v1.2.0
*/

@import "node_modules/bootstrap/scss/functions";
Expand Down

0 comments on commit 856313f

Please sign in to comment.