Skip to main content

Blazor Bootstrap v1.6.0

· One min read

We are excited to release 1.6.0 with new TimeInput component and other updates!!!

Blazor Bootstrap: TimeInput Component

What's new

  • TimeInput component
    • Generic type: TimeOnly and TimeOnly? supported
    • Max and Min range
    • Disable
    • Validations
    • ValueChanged event
    • Restrict the time field based on the entry in another field

What's changed

  • Grid component

    • Conditional css class for grid row
    • Conditional css class for grid column
  • DateInput component

    • Restrict the date field based on the entry in another field
  • Modal component

    • Modal CloseOnEscape not working - Fixed
  • Offcanvas component

    • Offcanvas CloseOnEscape not working #160 - Fixed
  • Upgrade Bootstrap version from v5.1.3 to v5.2.3