Skip to content

5.2.103-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbomhold3 jbomhold3 released this 22 Oct 08:47
· 15 commits to master since this release

Adds new Component BSDataGrid

This is our QuickGrid like Grid component.
Features Highlights

  • Multi Filtering
  • Multi Sort
  • PropertyColumns
  • TemplateColumns

See https://blazorstrap.io/VNext/V5/components/datagrid

Note that the Docs page was changed and isn't complete. Please ignore the slow loading time.

Bug Fixes

  • Remvoes double fire for OnShow in BSCarouselItemBase
  • Removes AlwaysRenderContent from popovers and tooltips. Bootstrap never expected the popover or tooltip to exist even after it was hidden, so a workaround was applied that messed up the fade animation.
  • Fixed the issue with AlwayRenderContent in docs on BSModal and BSOffCanvas default, which has always been false.
  • Updates blazorstrapinterop.js transitions events are now handled better
  • Fixed fade animations on modals, tooltips, popovers, offcanvas