Skip to content

Commit 38037a7

Browse files
authored
3.1.1 release updates (#928)
1 parent 178a64a commit 38037a7

17 files changed

+40
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0",
2+
"version": "3.1.1",
33
"release": {
44
"short_description": "New Markdown component and other enhancements!!!"
55
},

BlazorBootstrap.Demo.Server/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
},
88
"AllowedHosts": "*",
9-
"version": "3.1.0",
9+
"version": "3.1.1",
1010
"release": {
1111
"short_description": "New Markdown component and other enhancements!!!"
1212
},

BlazorBootstrap.Demo.WebAssembly/wwwroot/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0",
2+
"version": "3.1.1",
33
"release": {
44
"short_description": "New Markdown component and other enhancements!!!"
55
},

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
## Install
4343

44-
Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.1.0`
44+
Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.1.1`
4545

4646
## Install Blazor Bootstrap templates
4747

blazorbootstrap/BlazorBootstrap.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44

55
<PackageId>Blazor.Bootstrap</PackageId>
6-
<Version>3.1.0</Version>
7-
<PackageVersion>3.1.0</PackageVersion>
6+
<Version>3.1.1</Version>
7+
<PackageVersion>3.1.1</PackageVersion>
88

99
<!--<PackageIconUrl></PackageIconUrl>-->
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Blazor Bootstrap v3.1.1
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: [v3.1.1, blazor, bootstrap, blazorbootstrap, charts, dropdown, googlemap, grid, linechart, markdown]
9+
---
10+
11+
Blazor Bootstrap v3.1.1 has been released, including a fix for the grid detail view bug.
12+
13+
![image](https://i.imgur.com/eetvhBB.png "Blazor Bootstrap: Grid Component")
14+
15+
<!--truncate-->
16+
17+
## What's changed
18+
- Grid: GridDetailView Template not showing #923
19+
- Grid: GridDetailView closes immediately after opening #920
20+
21+
## Links
22+
- [Docs Website - Blazor Bootstrap](https://docs.blazorbootstrap.com/)
23+
- [Demos Website - Blazor Bootstrap](https://demos.blazorbootstrap.com/)

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

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

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

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The default Blazor template includes demonstration code and Bootstrap. To remove
8787
Use NuGet package manager.
8888

8989
```shell
90-
Install-Package Blazor.Bootstrap -Version 3.1.0
90+
Install-Package Blazor.Bootstrap -Version 3.1.1
9191
```
9292

9393
### Register services

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

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

docs/docs/01-getting-started/02-a-getting-started-webassembly-NET-7.mdx

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

docs/docs/01-getting-started/02-b-getting-started-server-NET-7.mdx

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

docs/docs/01-getting-started/02-c-getting-started-maui-blazor-NET-7.mdx

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

docs/docs/01-getting-started/03-a-getting-started-webassembly-NET-6.mdx

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

docs/docs/01-getting-started/03-b-getting-started-server-NET-6.mdx

+1-1
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 3.1.0
21+
Install-Package Blazor.Bootstrap -Version 3.1.1
2222
```
2323

2424
## Add CSS references

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blazorbootstrap",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

nuget/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Get started any way you want
1919

2020
- Clone the repo: `git clone https://github.com/vikramlearning/blazorbootstrap.git`
21-
- Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.1.0`
21+
- Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.1.1`
2222
- Install [Blazor Bootstrap templates](https://github.com/vikramlearning/blazorbootstrap-project-templates) with **.NET CLI**: `dotnet new install Blazor.Bootstrap.Templates::1.10.0`
2323

2424
![image](https://user-images.githubusercontent.com/2337067/233800604-43986ae7-27dd-4f17-9af6-c2f1a6f07097.png)

0 commit comments

Comments
 (0)