1.5.1 - 2021-02-11 - Move C# snippets out of Razor
1.5.0 - 2021-02-11 - Fixed issue with binj
and react to changes to the C# extension.
1.4.0 - 2020-12-23 - Updated binj
keyword to expand to the type and name of what you're injecting.
1.3.0 - 2020-03-30 - Updated for Blazor WASM 3.2.0 Preview 3. Updated to use GetFromJsonAsync
. Updated to OnInitializedAsync
for bc
. Added binjconf
. Update demo gif.
1.1.0 - 2019-09-23 - Updated for .NET core 3.0 release. Added form snippets.
1.0.0 - 2019-08-11 - Updated snippets to latest Blazor standards.
0.4.4 - 2018-12-11 - Added support for an OnChange event via bonch
.
0.4.3 - 2018-12-01 - Added support for @await Http.GetJsonAsync<string>("api/")
via bgja
.
0.4.2 - 2018-11-17 - Added support for [CascadingParameter] via bcpara
.
0.4.1 - 2018-11-16 - Changed CascadingValue component to be bccv
for consistency with other Blazor Component snippets that start with bc + cv for cascading value.
0.4.0 - 2018-11-16 - Added support for component via bcv
.
0.3.2 - 2018-11-07 - Added @if @else snippet via bife
.
0.3.1 - 2018-11-05 - Added @if snippet via bif
.
0.3.0 - 2018-11-04 - Added @foreach and @for loop snippets.
0.1.0 - 2018-11-02 - Initial support for common events and common Blazor Razor directives.