BlazorStrap

Bootstrap 4 Components for Blazor Framework

UNLICENSE License

Stars
916
Committers
56

Bot releases are hidden (Show)

BlazorStrap -

Published by chanan over 5 years ago

A big PR (#84 ) by @jbomhold3 fixed the following:

  • Modals and Dropdowns close using the Escape key now
  • Added IgnoreEscape to modals to turn off that behavior
  • And the biggest change is that the SSB project now has the same documentation as the CSB project. Since they now share the SampleCore project, they will stay in sync going forward
BlazorStrap -

Published by chanan over 5 years ago

@peterblazejewicz fixed issue #29

BlazorStrap -

Published by chanan over 5 years ago

  • A PR (#78) by @EMaderbacher cleans up extra spaces in the class attribute as well as removing unneeded attributes in the generated html
  • Added IgnoreClickOnBackdrop for modals (#81)
  • Javascript was used in OnAfterRender of modals instead of OnAfterRenderAsync (#82)
  • Lastly, BlazorStrap can now work in SSB mode, a sample was added for SSB and the instructions on the Index page of the docs site was added
BlazorStrap -

Published by chanan over 5 years ago

  • @IvanJosipovic Fixed issue #69
  • @hez2010 updated the project to use C# 8.0 syntax
BlazorStrap -

Published by chanan over 5 years ago

PR #68 which fixes some issues in the new DropDownManager by @jbomhold3

BlazorStrap -

Published by chanan over 5 years ago

  • Great addition by @jbomhold3 PR: #67 Which adds a manager for dropdowns
  • Fixed issue: #66
BlazorStrap -

Published by chanan over 5 years ago

Changes:

  • PR #63 by @jbomhold3 which fixes an issue in NavItem
  • PR #65 by @IvanJosipovic which continues the replacement of Action with EventCallback
  • Data binding updates (Issue: #41 )
BlazorStrap -

Published by chanan over 5 years ago

Thanks to @chucker for the initial PR: #60 to support preview6.

Other notes:

  1. Action changed to EventCallback everywhere. This should not have an effect on applications, but it might.
  2. Now that preview6 support is out, there are some critical issues in the issues list that I will start addressing (binding, ios, and more)
BlazorStrap -

Published by chanan over 5 years ago

BREAKING CHANGE

Thanks to a PR #57 by @sitharus Action<UIMouseEventArgs> was changed to the new EventCallback<UIMouseEventArgs>

This may cause your app to break, the sample app did not break, but I figured better let people know it is possible depending on how your app is coded.

BlazorStrap -

Published by chanan over 5 years ago

  • Updated to asp.net core 3.0.0-preview5-19227-01
  • Thanks to @BlackFenix2 for pr #55 which fixes #53
BlazorStrap - Toasts!

Published by chanan over 5 years ago

Thanks to @BlackFenix2 for #54 which adds Toasts to BlazorStrap

BlazorStrap - Basic two way binding in BlazorInput

Published by chanan over 5 years ago

More works needs to be done, but this is a start

BlazorStrap - Fix for form onsubmit

Published by chanan over 5 years ago

PR #51 by @razfriman fix form onsubmit (two data binding still broken)

BlazorStrap - Two way model binding for model open

Published by chanan over 5 years ago

PR by @IvanJosipovic #48

BlazorStrap - Fix for leaky razor files

Published by chanan over 5 years ago

This release fixes #47

BlazorStrap - Update to 3.0.0-preview4 and Bootstrap 4.3.1

Published by chanan over 5 years ago

Thanks to @Hawxy BlazorStrap has been update to 3.0.0-preview4 and Bootstrap 4.3.1

BlazorStrap - Blazor 0.9 Support

Published by chanan over 5 years ago

Thanks again to @chucker for the pr: #43 adding support for Blazor 0.9!

BlazorStrap - Blazor 0.8.0 preview support

Published by chanan over 5 years ago

  • This release adds support for Blazor v0.8.0 preview support thanks to PRs from @IvanJosipovic and @chucker ! Thanks guys! (#35)

  • An oversight of mine that in the input control I used value="" instead of bind ="" Thanks to @natbyre for fixing this in PR #38

Please note this is release uses the -pre in the version number. To install it, use:

Install-Package BlazorStrap -Version 0.8.0-pre
BlazorStrap -

Published by chanan almost 6 years ago

#30 - Updated DynamicElement to the inherit from BlazorComponent

BlazorStrap - Update to Blazor 0.7.0

Published by chanan almost 6 years ago