Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apalfrey committed Mar 13, 2021
1 parent baeafc4 commit f2b224e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.0.2/dist/select2-bootstrap-5-theme.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.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.0.2/dist/select2-bootstrap-5-theme.rtl.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.0/dist/select2-bootstrap-5-theme.rtl.min.css" />
```

### Package Managers
Expand Down
8 changes: 4 additions & 4 deletions 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.0.2
* Select2 v4 Bootstrap 5 theme v1.1.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand All @@ -13,7 +13,7 @@
width: 100%;
min-height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -100,7 +100,7 @@
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -246,7 +246,7 @@
height: 1.5em;
margin-top: 0;
margin-left: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
line-height: 1.5;
background-color: transparent;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/select2-bootstrap-5-theme.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions 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.0.2
* Select2 v4 Bootstrap 5 theme v1.1.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand All @@ -13,7 +13,7 @@
width: 100%;
min-height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -100,7 +100,7 @@
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -246,7 +246,7 @@
height: 1.5em;
margin-top: 0;
margin-right: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
line-height: 1.5;
background-color: transparent;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/select2-bootstrap-5-theme.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" />

<!-- select2-bootstrap-5-theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.0.2/dist/select2-bootstrap-5-theme.min.css" /> <!-- for live demo page -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.0/dist/select2-bootstrap-5-theme.min.css" /> <!-- for live demo page -->
<link href="select2-bootstrap-5-theme.css" rel="stylesheet"> <!-- for local development env -->
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/rtl.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" />

<!-- select2-bootstrap-5-theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.0.2/dist/select2-bootstrap-5-theme.rtl.min.css" /> <!-- for live demo page -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.1.0/dist/select2-bootstrap-5-theme.rtl.min.css" /> <!-- for live demo page -->
<link href="select2-bootstrap-5-theme.rtl.css" rel="stylesheet"> <!-- for local development env -->
</head>

Expand Down
8 changes: 4 additions & 4 deletions 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.0.2
* Select2 v4 Bootstrap 5 theme v1.1.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand All @@ -13,7 +13,7 @@
width: 100%;
min-height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -100,7 +100,7 @@
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -246,7 +246,7 @@
height: 1.5em;
margin-top: 0;
margin-left: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
line-height: 1.5;
background-color: transparent;
}
Expand Down
8 changes: 4 additions & 4 deletions 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.0.2
* Select2 v4 Bootstrap 5 theme v1.1.0
*/
.select2-container--bootstrap-5 {
display: block;
Expand All @@ -13,7 +13,7 @@
width: 100%;
min-height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -100,7 +100,7 @@
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down Expand Up @@ -246,7 +246,7 @@
height: 1.5em;
margin-top: 0;
margin-right: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: inherit;
line-height: 1.5;
background-color: transparent;
}
Expand Down
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.0.2",
"version": "1.1.0",
"license": "MIT",
"author": "Andrew Palfrey <apalfrey@apalfrey.me>",
"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.0.2
* Select2 v4 Bootstrap 5 theme v1.1.0
*/

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

0 comments on commit f2b224e

Please sign in to comment.