Skip to content

Commit 7c3c889

Browse files
authored
v1.11.0 release updates (#546)
1 parent 61bc6bd commit 7c3c889

17 files changed

+129
-51
lines changed

BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.10.5",
2+
"version": "1.11.0",
33
"release": {
4-
"short_description": "Enhancements to accordion, grid, modal, toast, and charts!!!"
4+
"short_description": "New PDF Viewer, Range Input and Script Loader components!!!"
55
},
66
"urls": {
77
"docs": "//docs.blazorbootstrap.com/docs/getting-started/blazor-webassembly",

BlazorBootstrap.Demo.Server/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
}
77
},
88
"AllowedHosts": "*",
9-
"version": "1.10.5",
9+
"version": "1.11.0",
1010
"release": {
11-
"short_description": "Enhancements to accordion, grid, modal, toast, and charts!!!"
11+
"short_description": "New PDF Viewer, Range Input and Script Loader components!!!"
1212
},
1313
"urls": {
1414
"docs": "//docs.blazorbootstrap.com/getting-started/blazor-webassembly-net-8",

BlazorBootstrap.Demo.WebAssembly/wwwroot/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.10.5",
2+
"version": "1.11.0",
33
"release": {
4-
"short_description": "Enhancements to accordion, grid, modal, toast, and charts!!!"
4+
"short_description": "New PDF Viewer, Range Input and Script Loader components!!!"
55
},
66
"urls": {
77
"docs": "//docs.blazorbootstrap.com/getting-started/blazor-webassembly-net-8",

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
## Install
3737

38-
Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 1.10.5`
38+
Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 1.11.0`
3939

4040
## Install Blazor Bootstrap templates
4141

@@ -72,9 +72,12 @@ Install [Blazor Bootstrap templates](https://github.com/vikramlearning/blazorboo
7272
| Number Input | [Docs](https://docs.blazorbootstrap.com/forms/number-input) | [Demos](https://demos.blazorbootstrap.com/form/number-input) |
7373
| Offcanvas | [Docs](https://docs.blazorbootstrap.com/components/offcanvas) | [Demos](https://demos.blazorbootstrap.com/offcanvas) |
7474
| Pagination | [Docs](https://docs.blazorbootstrap.com/components/pagination) | [Demos](https://demos.blazorbootstrap.com/pagination) |
75+
| PDF Viewer | [Docs](https://docs.blazorbootstrap.com/components/pdf-viewer) | [Demos](https://demos.blazorbootstrap.com/pdf-viewer) |
7576
| Placeholders | [Docs](https://docs.blazorbootstrap.com/components/placeholders) | [Demos](https://demos.blazorbootstrap.com/placeholders) |
7677
| Preload | [Docs](https://docs.blazorbootstrap.com/components/preload) | [Demos](https://demos.blazorbootstrap.com/preload) |
7778
| Progress | [Docs](https://docs.blazorbootstrap.com/components/progress) | [Demos](https://demos.blazorbootstrap.com/progress) |
79+
| RangeInput | [Docs](https://docs.blazorbootstrap.com/forms/range-input) | [Demos](https://demos.blazorbootstrap.com/form/range-input) |
80+
| Script Loader | [Docs](https://docs.blazorbootstrap.com/components/script-loader) | [Demos](https://demos.blazorbootstrap.com/script-loader) |
7881
| Sidebar | [Docs](https://docs.blazorbootstrap.com/components/sidebar) | [Demos](https://demos.blazorbootstrap.com/sidebar) |
7982
| Switch | [Docs](https://docs.blazorbootstrap.com/forms/switch) | [Demos](https://demos.blazorbootstrap.com/form/switch) |
8083
| Tabs | [Docs](https://docs.blazorbootstrap.com/components/tabs) | [Demos](https://demos.blazorbootstrap.com/tabs) |
@@ -147,12 +150,21 @@ Blazor Bootstrap's documentation, which is included in this repository's root di
147150
### Blazor Bootstrap - Pagination
148151
![Blazor Bootstrap - Pagination](https://i.imgur.com/SCbZVd4.jpg "Blazor Bootstrap - Pagination")
149152

153+
### Blazor Bootstrap - PDF Viewer
154+
![Blazor Bootstrap - PDF Viewer](https://i.imgur.com/7Vz9Efi.png "Blazor Bootstrap - PDF Viewer")
155+
150156
### Blazor Bootstrap - Preload
151157
![Blazor Bootstrap - Preload](https://i.imgur.com/3pvzbXY.png "Blazor Bootstrap - Preload")
152158

153159
### Blazor Bootstrap - Progress
154160
![Blazor Bootstrap - Progress](https://i.imgur.com/MK142lQ.png "Blazor Bootstrap - Progress")
155161

162+
### Blazor Bootstrap - Range Input
163+
![Blazor Bootstrap - Range Input](https://i.imgur.com/iUNBkki.png "Blazor Bootstrap - Range Input")
164+
165+
### Blazor Bootstrap - Script Loader
166+
![Blazor Bootstrap - Script Loader](https://i.imgur.com/sBiYPeQ.png "Blazor Bootstrap - Script Loader")
167+
156168
### Blazor Bootstrap - Sidebar
157169
![Blazor Bootstrap - Sidebar](https://i.imgur.com/d91Q9Zt.png "Blazor Bootstrap - Sidebar")
158170

@@ -174,4 +186,4 @@ Blazor Bootstrap's documentation, which is included in this repository's root di
174186

175187
## Copyright and license
176188

177-
Code and documentation copyright 2023 [Blazor Bootstrap](https://docs.blazorbootstrap.com/) Code released under the [Apache-2.0 License](https://github.com/vikramlearning/blazorbootstrap/blob/master/LICENSE.txt).
189+
Code and documentation copyright 2024 [Blazor Bootstrap](https://docs.blazorbootstrap.com/) Code released under the [Apache-2.0 License](https://github.com/vikramlearning/blazorbootstrap/blob/master/LICENSE.txt).

blazorbootstrap/BlazorBootstrap.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44

55
<PackageId>Blazor.Bootstrap</PackageId>
6-
<Version>1.10.5</Version>
7-
<PackageVersion>1.10.5</PackageVersion>
6+
<Version>1.11.0</Version>
7+
<PackageVersion>1.11.0</PackageVersion>
88

99
<!--<PackageIconUrl></PackageIconUrl>-->
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Blazor Bootstrap v1.11.0
3+
authors:
4+
name: Vikram Reddy
5+
title: Creator
6+
url: https://github.com/gvreddy04
7+
image_url: https://avatars.githubusercontent.com/u/2337067
8+
tags: [v1.11.0, blazor, bootstrap, bootstrap5, blazorbootstrap, autocomplete, badge, grid, pdfviewer, rangeinput, scriptloader, tabs, docs]
9+
---
10+
11+
We are excited to release version 1.11.0, featuring new PDF Viewer, Range Input, and Script Loader components, along with updates to Auto Complete, Badge, Grid, and Tabs.
12+
13+
![image](https://i.imgur.com/7Vz9Efi.png "Blazor Bootstrap: PDF Viewer Component")
14+
15+
<!--truncate-->
16+
17+
## What's New
18+
19+
- 'PDF Viewer' component
20+
- Allows users to view PDF files directly in the browser, eliminating the need for third-party browser tools or extensions.
21+
- Supports two callback events: OnDocumentLoaded and OnPageChanged
22+
- 'Range Input' component
23+
- Disabled
24+
- Min and Max
25+
- Step
26+
- Tick marks
27+
- 'Script Loader' component
28+
- Allows users to load JS sctipt files dynamically on the fly.
29+
30+
## What's changed
31+
32+
- `Auto Complete` component
33+
- AutoComplete dispose issue [#527](https://github.com/vikramlearning/blazorbootstrap/pull/527)
34+
35+
- `Badge` component
36+
- Badge: Demos update [#497](https://github.com/vikramlearning/blazorbootstrap/pull/497)
37+
38+
- `Grid` component
39+
- GGrid: Filters - Support string NotEqual [#486](https://github.com/vikramlearning/blazorbootstrap/issues/486)
40+
41+
- `Tabs` component
42+
- Dynamic Tabs [#538](https://github.com/vikramlearning/blazorbootstrap/pull/538)
43+
- Vertical Tabs [#533](https://github.com/vikramlearning/blazorbootstrap/pull/533)
44+
- Vertical Pills Tabs[#533](https://github.com/vikramlearning/blazorbootstrap/pull/533)
45+
- Vertical Underline Tabs[#533](https://github.com/vikramlearning/blazorbootstrap/pull/533)
46+
- Underline Tabs[#533](https://github.com/vikramlearning/blazorbootstrap/pull/533)
47+
- Tab: OnClick call back event [#543](https://github.com/vikramlearning/blazorbootstrap/pull/543)
48+
49+
- Other updates
50+
- Upgrade bootstrap version to 5.3.2 [#498](https://github.com/vikramlearning/blazorbootstrap/pull/498)
51+
- Fix build warnings [#534](https://github.com/vikramlearning/blazorbootstrap/pull/534)
52+
- Nuget update [#520](https://github.com/vikramlearning/blazorbootstrap/pull/520)
53+
- Update docs to Bootstrap Icons 1.11.3 [#541](https://github.com/vikramlearning/blazorbootstrap/pull/541)
54+
55+
## Links
56+
- [Demo Website - Blazor Server](https://demos.blazorbootstrap.com/)
57+
- [Demo Website - Blazor WebAssembly](https://demos.getblazorbootstrap.com/)
58+
- [Documentation](https://docs.blazorbootstrap.com/)

docs/docs/01-getting-started/01-a-getting-started-webassembly-NET-8.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get started with the Enterprise-class Blazor Bootstrap Component library built o
1818
Looking to quickly add **Blazor Bootstrap** to your project? Use NuGet package manager.
1919

2020
```shell
21-
Install-Package Blazor.Bootstrap -Version 1.10.5
21+
Install-Package Blazor.Bootstrap -Version 1.11.0
2222
```
2323

2424
## Add CSS references

docs/docs/01-getting-started/01-b-getting-started-webapp-server-global-NET-8.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get started with the Enterprise-class Blazor Bootstrap Component library built o
1818
Looking to quickly add **Blazor Bootstrap** to your project? Use NuGet package manager.
1919

2020
```shell
21-
Install-Package Blazor.Bootstrap -Version 1.10.5
21+
Install-Package Blazor.Bootstrap -Version 1.11.0
2222
```
2323

2424
## Add CSS references

docs/docs/01-getting-started/01-c-getting-started-webapp-auto-global-NET-8.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get started with the Enterprise-class Blazor Bootstrap Component library built o
2020
Use NuGet package manager.
2121

2222
```shell
23-
Install-Package Blazor.Bootstrap -Version 1.10.5
23+
Install-Package Blazor.Bootstrap -Version 1.11.0
2424
```
2525

2626
### Add CSS references

docs/docs/01-getting-started/01-d-getting-started-maui-blazor-NET-8.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get started with the Enterprise-class Blazor Bootstrap Component library built o
1818
Looking to quickly add **Blazor Bootstrap** to your project? Use NuGet package manager.
1919

2020
```shell
21-
Install-Package Blazor.Bootstrap -Version 1.10.5
21+
Install-Package Blazor.Bootstrap -Version 1.11.0
2222
```
2323

2424
## Add CSS references

0 commit comments

Comments
 (0)