Skip to content

v1.0.0

Compare
Choose a tag to compare
@chanan chanan released this 23 Sep 22:20
· 14 commits to master since this release

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");