Skip to content

Releases: chanan/BlazorStrap

5.1.100-Preview5

5.1.100-Preview5 Pre-release
Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 02 Dec 12:55

5.1.100-Preview5

Fixes/Changes

  • BSModal now uses a new Show/Hide style.
    • Fixes modal getting stuck in odd states.
  • BSOffCanvas now uses the same new Show/Hide style

Adds

BSModal/BSForm

  • BSModal now has HideOnSubmit and HideOnValidSubmit parameters. When true BSForm will auto-hide the Modal.

BlazorStrap 5.1.100-Beta2

Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 06 Aug 03:59

Docs https://blazorstrap.io/Beta/

  • Change: BSInputCheckbox and BSInputRadio will now trigger EditContext.OnFieldChanged when toggled
  • Change: OnReset now is of type IBSForm.
  • Added: Reset method to BSForm. This will unmark the form as modified, removing validation messages and resetting the field to the value given when the component was initialized.

BlazorStrap 5.1.100-Beta1

Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 23 Jul 16:24

Docs https://blazorstrap.io/Beta/

New Installs

_Imports.razor

For Bootstrap 4 @using BlazorStrap.V4
For Bootstrap 5 @using BlazorStrap.V5

In _Host.cshtml for server side or index.html for wasm add the following
For bootstrap 4.

  • Head section
    • <link href="_content/BlazorStrap.V4/offcanvas.css" rel="stylesheet" /> or your custom version of it.
    • <link href=yourproject.styles.css" rel="stylesheet">
  • End of Body section
    • <script src="_content/BlazorStrap/popper.min.js"></script>
    • <script src="_content/BlazorStrap/blazorstrap.js"></script>

For bootstrap 5.
In _Host.cshtml for server side or index.html for wasm add the following
For bootstrap 4.

  • Head section
    • <link href=yourproject.styles.css" rel="stylesheet">
  • End of Body section
    • <script src="_content/BlazorStrap/popper.min.js"></script>
    • <script src="_content/BlazorStrap/blazorstrap.js"></script>

Upgrading from BlazorStrap 5.0.x

Change @using BlazorStrap to @using BlazorStrap.V5 in your _Imports.razor
Add package https://www.nuget.org/packages/BlazorStrap.V5/5.1.100-Beta1

Upgrading from BlazorStrap 1.x

There is no direct upgrade path as some components have changed names and/or parameters.
Please follow new install steps to get started.

BlazorStrap 5.0.106

Choose a tag to compare

@jbomhold3 jbomhold3 released this 23 Jul 15:32

BlazorStrap 5.0.106

Fixes

  • BSInput: Int, Long, Double, Float, Decimal. Will no longer throw an exception when conversion fails. Instead, it will throw a validation error.

  • BSFeedback #522

  • BSToaster #520

  • Misc Bug fixes

  • Multi-line feedback will no longer print html
    as text

  • "A typo in BSTooltip was making it so that after showing and hiding a tooltip, it was not visible but was still intercepting mouse events." #532

  • Ignore duplicate calls to show/hide BSDropDown, BSPopover #529

  • Guttering Issue #524

  • Validation now correctly marks Fields on submit.

Changes

  • Improved support for BlazorServer Side
  • Don't submit when clicking buttons #526
  • EventListener in javascript is now able to clean up dereferenced event listeners.

Adds

  • Callbacks for all necessary Interop
  • BindConverter Exception defense
  • More type support for BSInput #534 / #530
  • BSInputGroup

BlazorStrap 5.0.106-Preview3

Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 07 Jul 19:07

BlazorStrap 5.0.106-Preview3 (Should be last preview and official release will come out soon.)

Note preview versions are generally safe use and are there just to ensure we didn't create new bugs before release. Adopting these versions helps to prevent bugs getting into official releases. TL;DR please help test if you can so I can get the official release out sooner.

Fixes

  • BSInput: Int, Long, Double, Float, Decimal. Will no longer throw an exception when conversion fails. Instead, it will throw a validation error.

Thanks for the following changes @uecasm really appreciate all the effort and help you have provided.

Fixes

  • Multi-line feedback will no longer print html
    as text
  • "A typo in BSTooltip was making it so that after showing and hiding a tooltip, it was not visible but was still intercepting mouse events." #532
  • Ignore duplicate calls to show/hide BSDropDown, BSPopover #529
  • Guttering Issue #524

Changes

  • Don't submit when clicking buttons #526

Adds

  • BindConverter Exception defense
  • More type support for BSInput #534 / #530
  • BSInputGroup

BlazorStrap 5.0.106-Preview2

Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 30 May 04:05

BlazorStrap 5.0.106-Preview2

Fixes

  • BSFeedback #522
  • BSToaster #520
  • Misc Bug fixes

Docs

  • Adds XML Documentation to all public facing classes, properties, and methods #518

BlazorStrap 5.0.106-Beta1

Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 05 May 05:00

BlazorStrap 5.0.106-Beta1

  • Improved support for BlazorServer Side
  • Adds Callbacks for all necessary Interop
  • EventListener in javascript is now able to clean up dereferenced event listeners.
  • Validation now correctly marks Fields on submit.

BlazorStrap 5.0.105

Choose a tag to compare

@jbomhold3 jbomhold3 released this 17 Apr 08:38

BlazorStrap 5.0.105

Misc

  • Added: HasCloseButton to BSModal defaults to true Thanks @uecasm
  • Added: Dynamic Support For BSPopover see docs
  • Added: New version of BSDataTable to core.
  • Added: BSDataTableRow #495 Thanks @zandermar18
  • Added: BSSpinner Thanks @JulianDev24
  • Added: Set styles for Modal footer.
  • Fixes: empty footer error #496 Thanks @stepkillah

Changes to BSProgressBar Thanks @uecasm

  • Added: Min parameter
  • Fixes: the width calculation for multiple progress bars
  • Removes: rounding of the width percent

Changes to BSAccordionItem, BSCollapse, BSDropDown, BSModal, BSOffCanvas, BSPopover, BSToast, BSTooltip Thanks @uecasm

  • Adds: RefreshAsync()
  • Change: ShowAsync, HideAsync will no longer fire if the component is already in that state.
  • Shown: Is now public.

Javascript

  • Fixes: JS PeakHeight was resolving before the timeout completed.
  • Change: JS PeakHeight now restores the orginal styles of the element

BlazorStrap 5.0.105-Preview4

Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 14 Apr 05:18

BlazorStrap 5.0.105-Preview4

Added: HasCloseButton to BSModal defaults to true Thanks @uecasm
Added: Dynamic Support For BSPopover see docs

Changes to BSProgressBar Thanks @uecasm

  • Added: Min parameter
  • Fixes: the width calculation for multiple progress bars
  • Removes: rounding of the width percent

Changes to BSAccordionItem, BSCollapse, BSDropDown, BSModal, BSOffCanvas, BSPopover, BSToast, BSTooltip Thanks @uecasm

  • Change: ShowAsync, HideAsync will no longer fire if the component is already in that state.
  • Shown: Is now public.

BlazorStrap 5.0.105-Preview3

Pre-release

Choose a tag to compare

@jbomhold3 jbomhold3 released this 10 Apr 20:29

BlazorStrap 5.0.105-Preview3

Preview2 Skipped due to version error in nuget

  • Changes to BSDataTable see docs
  • Allow set styles for Modal footer and fix empty footer error #496 Thanks @stepkillah
  • Adds: BSDataTableRow #495 Thanks @zandermar18