Skip to content

BlazorStrap 5.0.0

Compare
Choose a tag to compare
@jbomhold3 jbomhold3 released this 09 Jan 19:10
· 240 commits to master since this release

BlazorStrap 5.0.0 for Bootstrap 5.1

Important: For Bootstrap 4.x continue to target 1.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.