Skip to main content

Blazor Bootstrap v3.0.0-preview.1

· 2 min read

We are excited to release version v3.0.0-preview.1, which includes a Charts, Grid, Modal, Sidebar, Sidebar2 updates, and other improvements!!!

image

What's changed

  • Chart components

    • Tick configuration support added
    • Grid configuration support added
  • Grid component

    • New parameter FilterButtonColor added to change the filter button color.
    • New parameter FilterButtonCSSClass added to apply custom CSS classes.
    • Grid filters - Supports DoesNotContain filter.
    • Grid filters - Enum support added.
    • Grid filters - Guid support added.
  • Modal component

    • Bootstrtap 5.3.3 fixes: Modal close button alignment issue fixed.
  • Sidebar component

    • Href parameter added.
  • Sidebar2 component

    • Href parameter added.
  • BlazorBootstrtap component library targets .NET 6 and .NET 8 frameworks.

  • Demos & Docs updated.

Breaking changes

  • AccordionItem

    • IsActive parameter renamed to Active.
  • Button

    • Size's parameter data type changed from Size to ButtonSize.
  • Callout

    • Type parameter changed to Color.
  • Dropdown

    • Set the dropdown color on Dropdown component only instead of setting on the DropdownActionButton and DropdownToggleButton.
    • Size's parameter data type changed from Size to DropdownSize.
  • DropdownActionButton

    • Color parameter removed.
  • DropdownToggleButton

    • Color parameter removed.
  • DropdownItem

    • Type's parameter data type changed from ButtonType to DropdownItemType.
  • RibbonTab

    • IsActive parameter renamed to Active.
  • Tab

    • IsActive parameter renamed to Active.