BlazorStrap 5.0.0
BlazorStrap 5.0.0 for Bootstrap 5.1
Important: For
Bootstrap 4.x
continue to target1.x
Added
- aria-expanded and data-bs-toggle="collapse" to BSAccordionItem button.
- data-bs-toggle="collapse" to BSToggle when used inside BSCollapse
Changed
- BSToggle and BSAcorddionItem will now toggle aria-expanded prior to rerendering. This better matches Bootstraps native JavaScript library and allows text decorators to refresh right away.
- Sub dropdown menus no longer use poppers by default. Bootstrap 5.1 already had classes to handle it.
- The Resize event will now only sends once to Blazor when first resized from smaller then navbar expanded size. This change is to avoid Blazor from getting spammed with meaningless resize events.
Fixed
- There was an issue with allow click outside option enabled on dropdowns. That kept the event listener active even when the drop down was closed. Reopening the dropdown anywhere you clicked.