From 78c5bfb11a1a01164c85e2b467184c433b76cfa9 Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Sat, 30 Sep 2023 14:43:10 +0530 Subject: [PATCH] release docs update --- .../blog/2023-10-14-blazorbootstrap-1.10.3.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/blog/2023-10-14-blazorbootstrap-1.10.3.md diff --git a/docs/blog/2023-10-14-blazorbootstrap-1.10.3.md b/docs/blog/2023-10-14-blazorbootstrap-1.10.3.md new file mode 100644 index 000000000..91c1b7639 --- /dev/null +++ b/docs/blog/2023-10-14-blazorbootstrap-1.10.3.md @@ -0,0 +1,42 @@ +--- +title: Blazor Bootstrap v1.10.3 +authors: + name: Vikram Reddy + title: Creator + url: https://github.com/gvreddy04 + image_url: https://avatars.githubusercontent.com/u/2337067 +tags: [v1.10.3, blazor, bootstrap, bootstrap5, blazorbootstrap, icon, blazoricon, docs] +--- + +We are excited to release 1.10.2 with enhancements to autocomplete, charts, confirmation dialog, sidebar, and others!!! + +![image](https://i.imgur.com/xEPhAsW.png "Blazor Bootstrap: Doughnut Chart Component") + + + +## What's changed + +- `AutoComplete` component + - Autocomplete shows "No Records Found" Before Search is finished [#352](https://github.com/vikramlearning/blazorbootstrap/issues/352) + +- `Confirm Dialog` component + - Confirm Dialog - No fade animation [#334](https://github.com/vikramlearning/blazorbootstrap/issues/334) + +- `Modal Service` + - Callback support has been added + +- `Tooltip` component + - Dispose issue fixed [#327](https://github.com/vikramlearning/blazorbootstrap/issues/327) + +- `Sidebar` component + - Sidebar should close automatically on mobile [#274](https://github.com/vikramlearning/blazorbootstrap/issues/274) + +- We have made improvements to all the charts to support data labels [#317](https://github.com/vikramlearning/blazorbootstrap/issues/317) + - `Bar Chart`, `Doughnut Chart`, `Line Chart`, and `Pie Chart` + +- MAUI Blazor App - Getting started docs added + +## Links +- [Demo Website - Blazor Server](https://demos.blazorbootstrap.com/) +- [Demo Website - Blazor WebAssembly](https://demos.getblazorbootstrap.com/) +- [Blazor Chart Components Documentation](https://getblazorbootstrap.com/docs/components/charts)