Skip to content

1.5.102-Preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbomhold3 jbomhold3 released this 18 Dec 13:24
· 296 commits to master since this release

Minor Breaking Change:
Add <script src="_content/BlazorStrap/popper.min.js"></script> to your _host.cshtml or index.html

BSPopovers

Change: Javascript to handle popovers has been update. This is background change and will not affect your code.
Added: MouseOver parameter to popovers
Remove: parameter Style if you need to pass in a custom style you can use style="" just like a normal html tag.

BSTooltips

Change: Javascript to handle tooltips has been update. This is background change and will not affect your code.