|
| 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, accordion, button, callout, dropdown, grid, modal, ribbon, tab, sidebar, sidebar2] |
| 9 | +--- |
| 10 | + |
| 11 | +We are excited to release version 3.0.0, which includes a Grid, Modal, Sidebar, Sidebar2 updates, and other improvements!!! |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<!--truncate--> |
| 16 | + |
| 17 | +## What's changed |
| 18 | + |
| 19 | +- `Grid` component |
| 20 | + - New parameter **FilterButtonColor** added to change the filter button color. |
| 21 | + - New parameter **FilterButtonCSSClass** added to apply custom CSS classes. |
| 22 | + - Grid filters - Supports `DoesNotContain` filter. |
| 23 | + - Grid filters - **Enum** support added. |
| 24 | + - Grid filters - **Guid** support added. |
| 25 | + |
| 26 | +- `Modal` component |
| 27 | + - Bootstrtap 5.3.3 fixes: Modal close button alignment issue fixed. |
| 28 | + |
| 29 | +- `Sidebar` component |
| 30 | + - **Href** parameter added. |
| 31 | + |
| 32 | +- `Sidebar2` component |
| 33 | + - **Href** parameter added. |
| 34 | + |
| 35 | +- BlazorBootstrtap component library targets .NET 6 and .NET 8 frameworks. |
| 36 | + |
| 37 | +- Demos & Docs updated. |
| 38 | + |
| 39 | +## Breaking changes |
| 40 | + |
| 41 | +- `AccordionItem` |
| 42 | + - **IsActive** parameter renamed to **Active**. |
| 43 | + |
| 44 | +- `Button` |
| 45 | + - **Size**'s parameter data type changed from **Size** to **ButtonSize**. |
| 46 | + |
| 47 | +- `Callout` |
| 48 | + - **Type** parameter changed to **Color**. |
| 49 | + |
| 50 | +- `Dropdown` |
| 51 | + - Set the dropdown color on `Dropdown` component only instead of setting on the `DropdownActionButton` and `DropdownToggleButton`. |
| 52 | + - **Size**'s parameter data type changed from **Size** to **DropdownSize**. |
| 53 | + |
| 54 | +- `DropdownActionButton` |
| 55 | + - **Color** parameter removed. |
| 56 | + |
| 57 | +- `DropdownToggleButton` |
| 58 | + - **Color** parameter removed. |
| 59 | + |
| 60 | +- `DropdownItem` |
| 61 | + - **Type**'s parameter data type changed from **ButtonType** to **DropdownItemType**. |
| 62 | + |
| 63 | +- `RibbonTab` |
| 64 | + - **IsActive** parameter renamed to **Active**. |
| 65 | + |
| 66 | +- `Tab` |
| 67 | + - **IsActive** parameter renamed to **Active**. |
| 68 | + |
| 69 | +## Links |
| 70 | +- [Demo Website - Blazor Server](https://demos.blazorbootstrap.com/) |
| 71 | +- [Demo Website - Blazor WebAssembly](https://demos.getblazorbootstrap.com/) |
0 commit comments