-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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") | ||
|
||
<!--truncate--> | ||
|
||
## 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) |