Skip to main content

Blazor Bootstrap v1.8.0

· 2 min read

We are excited to release 1.8.0 with Grid, Offcanvas and Form components updates!!!

Blazor Bootstrap: Grid Component

What's changed

  • Grid component

    • Grid Selection #179
      • Single selection
      • Multiple selection
      • Disable selection
      • Disable all rows selection
    • Grid Paging #196
      • Dynamic Page Size
      • Page Size Selection
  • Offcanvas component

    • Static backdrop #210
  • Auto Complete component

    • Disable parameter
      • Use either the Disable parameter or use Disable() and Enable() methods to disable/enable the component.
  • Currency Input component

    • Disable parameter
      • Use either the Disable parameter or use Disable() and Enable() methods to disable/enable the component.
  • Date Input component

    • Disable parameter
      • Use either the Disable parameter or use Disable() and Enable() methods to disable/enable the component.
  • Number Input component

    • Disable parameter
      • Use either the Disable parameter or use Disable() and Enable() methods to disable/enable the component.
  • Switch component

    • Disable parameter
      • Use either the Disable parameter or use Disable() and Enable() methods to disable/enable the component.
  • Time Input component

    • Disable parameter
      • Use either the Disable parameter or use Disable() and Enable() methods to disable/enable the component.
  • Blazor Bootstrap Templates

    • Install with .NET CLI: dotnet new install Blazor.Bootstrap.Templates::1.8.0
    Blazor Bootstrap Templates