Skip to content

5.0.0-Preview-4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbomhold3 jbomhold3 released this 29 Dec 08:24
· 271 commits to master since this release

BlazorStrap targeting Bootstrap 5.1

Note: Continue to target 1.X for BootStrap 4. These versions are not fully compatible with each other.

There should be no more breaking changes from this point. If the listed known issues does not affect your project you are safe to use it in production. All future updates will be bug fixes and addons

  • Added: Events for Toggled components, OnShow, OnHide, OnHidden, OnShown
  • Added: Option on BSCollapse to disable animations. Helps with themes that just find the navbar and not animate it out.
  • Added: BSCard and now place holder images see docs.
  • Added: blazorstrap.min.js
  • Added: All Toggle Components such as Modal, OffCanvas now have public ShowAsync, HideAsync, and ToggleAsync
  • Added: Support for multiselect
  • Added: .NET 6 TimeOnly, DateOnly input class types
  • Fixed: Binding issue on inputs
  • Fixed: Progress bar now correctly values each size.
  • Changed: BSButton IsLink now uses the new .bnt-link and no longer renders as a <a> tag
  • Changed: BSLink now has IsButton for adding .btn classes to <a> tags
  • Changed: Cards now use the 4.0 build style
  • Changed: BSCollapse now animates fully with JavaScript
  • Removed: IsBasic Parameter
  • Removes: BSDiv there was no point to this tag.

Known Issues

  • Clicking Carousel indicators can cause odd affect if the slide is moving or just finished when you click.