diff --git a/BlazorBootstrap.Demo.Hosted/Client/Pages/Index.razor b/BlazorBootstrap.Demo.Hosted/Client/Pages/Index.razor index 7def07e6e..d9d4f8c3f 100644 --- a/BlazorBootstrap.Demo.Hosted/Client/Pages/Index.razor +++ b/BlazorBootstrap.Demo.Hosted/Client/Pages/Index.razor @@ -61,7 +61,7 @@
-

Buttons

+

Buttons Updated

@@ -116,7 +116,7 @@
-

Modals Updated

+

Modals

@@ -151,7 +151,7 @@
-

Sidebar Updated

+

Sidebar

@@ -166,7 +166,7 @@
-

Time Input Updated

+

Time Input

@@ -215,7 +215,7 @@
-

Time Input Updated

+

Time Input

@@ -229,22 +229,22 @@
-

Bar Chart

+

Bar Chart Updated

-

Doughnut Chart

+

Doughnut Chart Updated

-

Line Chart

+

Line Chart Updated

-

Pie Chart

+

Pie Chart Updated

@@ -261,7 +261,7 @@ private string pageUrl = "/"; private string title = "Blazor Bootstrap Component Library"; private string description = "Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS framework."; - private string imageUrl = "https://i.imgur.com/FGgEMp6.jpg"; // TODO: update image + private string imageUrl = "https://i.imgur.com/MahdBbZ.png"; private string version = default!; private string releaseShortDescription = default!; @@ -275,4 +275,4 @@ base.OnInitialized(); } -} \ No newline at end of file +} diff --git a/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json b/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json index 94d23971c..04b405406 100644 --- a/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json +++ b/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json @@ -1,7 +1,7 @@ { "version": "1.10.0", "release": { - "short_description": "Charts, Grid, Modal, Sidebar, Switch, and TimeInput updates!!!" + "short_description": "New card and dropdown components, chart, and other updates!!!" }, "urls": { "docs": "//getblazorbootstrap.com/docs/getting-started/blazor-webassembly", diff --git a/BlazorBootstrap.Demo.Server/Pages/Index.razor b/BlazorBootstrap.Demo.Server/Pages/Index.razor index 7def07e6e..d9d4f8c3f 100644 --- a/BlazorBootstrap.Demo.Server/Pages/Index.razor +++ b/BlazorBootstrap.Demo.Server/Pages/Index.razor @@ -61,7 +61,7 @@
-

Buttons

+

Buttons Updated

@@ -116,7 +116,7 @@
-

Modals Updated

+

Modals

@@ -151,7 +151,7 @@
-

Sidebar Updated

+

Sidebar

@@ -166,7 +166,7 @@
-

Time Input Updated

+

Time Input

@@ -215,7 +215,7 @@
-

Time Input Updated

+

Time Input

@@ -229,22 +229,22 @@
-

Bar Chart

+

Bar Chart Updated

-

Doughnut Chart

+

Doughnut Chart Updated

-

Line Chart

+

Line Chart Updated

-

Pie Chart

+

Pie Chart Updated

@@ -261,7 +261,7 @@ private string pageUrl = "/"; private string title = "Blazor Bootstrap Component Library"; private string description = "Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS framework."; - private string imageUrl = "https://i.imgur.com/FGgEMp6.jpg"; // TODO: update image + private string imageUrl = "https://i.imgur.com/MahdBbZ.png"; private string version = default!; private string releaseShortDescription = default!; @@ -275,4 +275,4 @@ base.OnInitialized(); } -} \ No newline at end of file +} diff --git a/BlazorBootstrap.Demo.Server/appsettings.json b/BlazorBootstrap.Demo.Server/appsettings.json index 30d45844a..0149f4eed 100644 --- a/BlazorBootstrap.Demo.Server/appsettings.json +++ b/BlazorBootstrap.Demo.Server/appsettings.json @@ -8,7 +8,7 @@ "AllowedHosts": "*", "version": "1.10.0", "release": { - "short_description": "Charts, Grid, Modal, Sidebar, Switch, and TimeInput updates!!!" + "short_description": "New card and dropdown components, chart, and other updates!!!" }, "urls": { "docs": "//getblazorbootstrap.com/docs/getting-started/blazor-webassembly", diff --git a/BlazorBootstrap.Demo/Pages/Index.razor b/BlazorBootstrap.Demo/Pages/Index.razor index 7def07e6e..d9d4f8c3f 100644 --- a/BlazorBootstrap.Demo/Pages/Index.razor +++ b/BlazorBootstrap.Demo/Pages/Index.razor @@ -61,7 +61,7 @@
-

Buttons

+

Buttons Updated

@@ -116,7 +116,7 @@
-

Modals Updated

+

Modals

@@ -151,7 +151,7 @@
-

Sidebar Updated

+

Sidebar

@@ -166,7 +166,7 @@
-

Time Input Updated

+

Time Input

@@ -215,7 +215,7 @@
-

Time Input Updated

+

Time Input

@@ -229,22 +229,22 @@
-

Bar Chart

+

Bar Chart Updated

-

Doughnut Chart

+

Doughnut Chart Updated

-

Line Chart

+

Line Chart Updated

-

Pie Chart

+

Pie Chart Updated

@@ -261,7 +261,7 @@ private string pageUrl = "/"; private string title = "Blazor Bootstrap Component Library"; private string description = "Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS framework."; - private string imageUrl = "https://i.imgur.com/FGgEMp6.jpg"; // TODO: update image + private string imageUrl = "https://i.imgur.com/MahdBbZ.png"; private string version = default!; private string releaseShortDescription = default!; @@ -275,4 +275,4 @@ base.OnInitialized(); } -} \ No newline at end of file +} diff --git a/BlazorBootstrap.Demo/wwwroot/appsettings.json b/BlazorBootstrap.Demo/wwwroot/appsettings.json index 94d23971c..04b405406 100644 --- a/BlazorBootstrap.Demo/wwwroot/appsettings.json +++ b/BlazorBootstrap.Demo/wwwroot/appsettings.json @@ -1,7 +1,7 @@ { "version": "1.10.0", "release": { - "short_description": "Charts, Grid, Modal, Sidebar, Switch, and TimeInput updates!!!" + "short_description": "New card and dropdown components, chart, and other updates!!!" }, "urls": { "docs": "//getblazorbootstrap.com/docs/getting-started/blazor-webassembly", diff --git a/docs/blog/2023-08-12-blazorbootstrap-1.10.0.md b/docs/blog/2023-08-13-blazorbootstrap-1.10.0.md similarity index 53% rename from docs/blog/2023-08-12-blazorbootstrap-1.10.0.md rename to docs/blog/2023-08-13-blazorbootstrap-1.10.0.md index 07bb79b78..a14939d8e 100644 --- a/docs/blog/2023-08-12-blazorbootstrap-1.10.0.md +++ b/docs/blog/2023-08-13-blazorbootstrap-1.10.0.md @@ -8,7 +8,7 @@ authors: tags: [v1.10.0, blazor, bootstrap, bootstrap5, blazorbootstrap, grid, blazorgrid] --- -We are excited to release 1.10.0 with new Table and Card component. Charts, Grid, Button, Tooltip, and Switch component updates!!! +We are excited to release 1.10.0 with new Card and Dropdown component. Charts, Grid, Button, Tooltip, and Switch component updates!!! ![image](https://i.imgur.com/qH7G1ZT.png "Blazor Bootstrap: Grid Component") @@ -17,24 +17,40 @@ We are excited to release 1.10.0 with new Table and Card component. Charts, Grid ## What's New - `Dropdown` Component - - TODO: Update + - Single button + - Multiple colors + - Split button + - Sizing + - Directions (Dropup, Dropup centered, Dropend, and Dropstart) + - Active + - Disabled + - Menu content (Header, Dividers, Text, and Forms) + - Auto close behavior - `Card` Component - - TODO: Update + - Content types (Body, Titles, text, and links) + - Images + - List groups + - Header and footer + - Sizing + - Text alignment + - Background and color + - Card groups + - Card groups with footer ## What's changed - `Bar Chart` component - - TODO: Update + - New AddDataSetAsync and AddAsync methods - `Doughnut Chart` component - - TODO: Update + - New AddDataSetAsync and AddAsync methods - `Line Chart` component - - TODO: Update + - New AddDataSetAsync and AddAsync methods - `Pie Chart` component - - TODO: Update + - New AddDataSetAsync and AddAsync methods - `Grid` component - Grid: Filters translation support [#292](https://github.com/vikramlearning/blazorbootstrap/issues/292) @@ -52,6 +68,10 @@ We are excited to release 1.10.0 with new Table and Card component. Charts, Grid ## Links - [Demo Website - Blazor Server](https://demos.blazorbootstrap.com/) - [Demo Website - Blazor WebAssembly](https://demos.getblazorbootstrap.com/) -- [Blazor Line Chart Component Documentation](https://getblazorbootstrap.com/docs/components/charts) +- [Blazor Card Component Documentation](https://getblazorbootstrap.com/docs/components/card) +- [Blazor Dropdown Component Documentation](https://getblazorbootstrap.com/docs/components/dropdown) +- [Blazor Chart Components Documentation](https://getblazorbootstrap.com/docs/components/charts) - [Blazor Grid Component Documentation](https://getblazorbootstrap.com/docs/components/grid) +- [Blazor Button Component Documentation](https://getblazorbootstrap.com/docs/forms/buttons) +- [Blazor Tooltip Component Documentation](https://getblazorbootstrap.com/docs/forms/tooltips) - [Blazor Switch Component Documentation](https://getblazorbootstrap.com/docs/forms/switch)