Releases: chanan/BlazorStrap
1.5.102-Preview1
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.
1.5.101-Preview-6
Includes fix for nullable bools in #458 from @arivera12
1.5.101-Preview-2
- Fixes versus issues with the Carousel component. #437
Thanks @gomjabar6
1.5.101-Preview-1
- Fixes: BSCollapse Animation handler should remove any bottle necks.
- Adds: RemoveDefaultClass for BSNavbar/BSNavbarToggler
- Updated: Navbar Example and removed warning.
Note:
Not all Bootstrap templates handle .navbar-collapse the same way.
If your content inside does not show on a desktop/large screen device. Check to ensure your template does not set .navbar-collapse {display:none} on all media sizes. .show should only be required for mobile/small screen devices.
1.5.1
1.5.0-preview-03
1.5.0-preview-02
1.5.0-preview-01
.Net 5/netstandard2.0 release thanks @jespersh
1.3.3-Preview-03
Changes
- Adds Validate on input thanks @MasterSkriptor
- Adds Label sizing thanks @arivera12
- Adds Set focus on input thanks @kiasyn
- Adds outlined buttons thanks @kiasyn
- Adds dropdown right alignment thanks @kiasyn
- Adds short tags for tables.
- Minor bug fixes
If I missed anything my apologies a lot has been happening this build.
v1.3.2
Fixes:
BSForm was missing intellisense for On events this has been resolved. @jbomhold3
Adds:
BSDataTable @MasterSkriptor
Support for SVG files @MasterSkriptor
BSAlert add AutoHide @timbze
Custom Checkboxes and Radio Buttons are now supported. @jbomhold3
Checkboxes now support non bool binding. @jbomhold3