|
| 1 | +--- |
| 2 | +title: Blazor Bootstrap v3.0.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: [v3.0.0, blazor, bootstrap, blazorbootstrap, charts, grid, barchart, doughnutchart, linechart, modal, pdfviewer, piechart, polarareachart, radarchart, scatterchart, sidebar, sidebar2, pdfviewer] |
| 9 | +--- |
| 10 | + |
| 11 | +We are excited to release version 3.0.0, which includes new Carousel, Google Map, Image, Polar Area Chart, Radar Chart, Scatter Chart components and other improvements!!! |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<!--truncate--> |
| 16 | + |
| 17 | +## What's new |
| 18 | + |
| 19 | +- `Carousel` component |
| 20 | +- `Google Map` component |
| 21 | +- `Image Chart` component |
| 22 | +- `Polar Area Chart` component |
| 23 | +- `Radar Chart` component |
| 24 | +- `Scatter Chart` component |
| 25 | + |
| 26 | +## What's changed |
| 27 | + |
| 28 | +- `Chart` components |
| 29 | + - Tick configuration support added |
| 30 | + - Grid configuration support added |
| 31 | + - Updated Dataset and ChartOption properties |
| 32 | + - Updated documentation and demos |
| 33 | + |
| 34 | +- `Color Utility` |
| 35 | + - Added color utility demos |
| 36 | + |
| 37 | +- `Grid` component |
| 38 | + - Grid filters - Supports DoesNotContain filter. |
| 39 | + - Grid filters - Enum support added. |
| 40 | + - Grid filters - Guid support added. |
| 41 | + - Details View support added. |
| 42 | + - Nested Grid support added. |
| 43 | + - New GridLoadingTemplate and GridEmptyDataTemplate params added. |
| 44 | + - New GridContainerClass and GridContainerStyle parameters added. |
| 45 | + - New FilterButtonColor parameter added to change the filter button color to filter button. |
| 46 | + - New FilterButtonCSSClass parameter added to apply custom CSS classes to filter button. |
| 47 | + - Highlight row when selected and customize the row color and background color. |
| 48 | + |
| 49 | +- `Modal` component |
| 50 | + - Bootstrtap 5.3.3 fixes: Modal close button alignment issue fixed. |
| 51 | + |
| 52 | +- `PdfViewer` component |
| 53 | + - Fixed rendering issue for MAUI Blazor Hybrid Apps |
| 54 | + |
| 55 | +- `Sidebar` and `Sidebar2` components |
| 56 | + - Href, Width and WidthUnit parameters added. |
| 57 | + - Fixed icon alignment issue for non-US cultures |
| 58 | + |
| 59 | +- `Tabs` component |
| 60 | + - `GetActiveTab()` method added |
| 61 | + |
| 62 | +- Demos & Docs updated. |
| 63 | + |
| 64 | +## Breaking changes |
| 65 | + |
| 66 | +- `AccordionItem` |
| 67 | + - **IsActive** parameter renamed to **Active**. |
| 68 | + |
| 69 | +- `Button` |
| 70 | + - **Size**'s parameter data type changed from **Size** to **ButtonSize**. |
| 71 | + |
| 72 | +- `Callout` |
| 73 | + - **Type** parameter changed to **Color**. |
| 74 | + |
| 75 | +- `Dropdown` |
| 76 | + - Set the dropdown color on `Dropdown` component only instead of setting on the `DropdownActionButton` and `DropdownToggleButton`. |
| 77 | + - **Size**'s parameter data type changed from **Size** to **DropdownSize**. |
| 78 | + |
| 79 | +- `DropdownActionButton` |
| 80 | + - **Color** parameter removed. |
| 81 | + |
| 82 | +- `DropdownToggleButton` |
| 83 | + - **Color** parameter removed. |
| 84 | + |
| 85 | +- `DropdownItem` |
| 86 | + - **Type**'s parameter data type changed from **ButtonType** to **DropdownItemType**. |
| 87 | + |
| 88 | +- `RibbonTab` |
| 89 | + - **IsActive** parameter renamed to **Active**. |
| 90 | + |
| 91 | +- `Tab` |
| 92 | + - **IsActive** parameter renamed to **Active**. |
| 93 | + |
| 94 | +## Links |
| 95 | +- [Demo Website - Blazor Server](https://demos.blazorbootstrap.com/) |
| 96 | +- [Demo Website - Blazor WebAssembly](https://demos.getblazorbootstrap.com/) |
0 commit comments