Releases: chanan/BlazorStrap
Releases · chanan/BlazorStrap
1.1.0-preview1-01
Upgrade to 3.1.0 Preview 1
V1.0.105
V1.0.104
V1.0.103
V1.0.101
Changes
PR #209 By @Reltik
- Changes Submit Input to submit button
- Validating when input losses focus now only validates that input not the entire form.
- BSModal and BSCarousel no longer require javascript for animations.
- Fix for Issue 213 custom valiation on BSBasicInput was not displaying properly
V1.0.1
V1.0.0
v1.0.0-RC1-04
v1.0.0-RC1-03
- Fixes System.InvalidOperationException when EditContext is configured
@jbomhold3
PR #201
- Removed thrown exception when using @ref and bool together.
- Allows @bind-IsOpen to allow users to mix @ref and manual operations.
- You may continue to use IsOpen without binding it. But any @ref changes will be ignored. Such as Hide, Close, Toggle.
- Obsolete IsOpen on BSDropdownToggle no longer required.
v1.0.0-RC1-01
Removed InputValue from BSInput. This never should have been there and was causing confusion.