Skip to content

Releases: chanan/BlazorStrap

1.1.0-preview1-01

16 Oct 00:46
1fbd3ad
Compare
Choose a tag to compare
1.1.0-preview1-01 Pre-release
Pre-release

Upgrade to 3.1.0 Preview 1

V1.0.105

08 Oct 15:29
Compare
Choose a tag to compare

Changes

PR #222 By @MarkZither

  • Allows Setting inital active tab.

Issues #214 , #218, #219, #220

  • Adds ability to remove navbar-light HideLight=true;
  • Adds true support for Radio Buttons.
  • Fixes missing href in BSPaginationLink
  • Fixes missing form tag and onsubmit in BSBasicForm

V1.0.104

01 Oct 15:48
Compare
Choose a tag to compare

Minor - Update only if required

Changes

Fade class missing from modal causing no animation effect.

V1.0.103

01 Oct 03:16
Compare
Choose a tag to compare

Hotfix BSNav was attempting to access a disposed timer... The timer is no longer required and removed

V1.0.101

30 Sep 16:00
0b45529
Compare
Choose a tag to compare

Changes

PR #209 By @Reltik

  • Changes Submit Input to submit button

PR #211 , #212, #215

  • 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

26 Sep 19:50
Compare
Choose a tag to compare

Critical Fix for tabs and prerendering

V1.0.0

23 Sep 17:01
2d1d34f
Compare
Choose a tag to compare

BlazorStrap 1.0.0 release

.Net Core 3.0.0

Changes

PR #205

  • BSBasicInput now supports bindings of T.
    • You are required to use Value="foo" or @bind-Value="foo" because of this change.

v1.0.0-RC1-04

19 Sep 18:42
70b61d8
Compare
Choose a tag to compare
v1.0.0-RC1-04 Pre-release
Pre-release

PR #204

  • Fixes #202
  • Adds Animations for Carousels
  • Adds Animations for Modals

v1.0.0-RC1-03

17 Sep 20:49
Compare
Choose a tag to compare
v1.0.0-RC1-03 Pre-release
Pre-release

@EMaderbacher
PR #200

  • 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

16 Sep 19:50
acb000b
Compare
Choose a tag to compare
v1.0.0-RC1-01 Pre-release
Pre-release

Removed InputValue from BSInput. This never should have been there and was causing confusion.