Releases: chanan/BlazorPrettyCode
Releases · chanan/BlazorPrettyCode
v1.4.1
Fixed a bug where BlazorPrettyCode is used on a site without BlazorStyled
v1.4.0
Upgraded to WebAssembly 3.2 preview2
v1.3.1
Updated to BlazorStyled 2.0.1
v1.3.0
Updated to BlazorStyled 2.0.0
Installation no longer requires changing the head tag of _Host.cshtml
or index.html
. You may remove any tag you put in there in prior versions.
v.1.2.0
Upgraded to Web Assembly 3.2.0 preview1
v1.0.0
Aspnet core 3.0.0 release!
BREAKING CHANGE
Previously when using Blazor WASM this line was required in Startup.cs:
app.AddClientSidePrettyCode();
Use this line instead:
app.AddComponent<ClientSideStyled>("#styled");