Skip to content

5.0.0-RC-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbomhold3 jbomhold3 released this 31 Dec 07:20
· 264 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.

  • New Feature: BSToaster this is injected via our IBlazorStrap Service and allows you to create Toasts on the fly all managed for you. Place <BSToaster/> where you like on your page. The toasts use position absolute. You can set them to Top Right, Top Left, Top Middle, Middle Right, Middle Left, Middle Middle, Bottom Right, Bottom Left, Bottom Middle. Independently. All options are shared with the normal BSToast but have an optional CloseAfter.
  • Fixes inputs used outside of edit context will no longer give a field identifier exception