Skip to content

Releases: chanan/BlazorPrettyCode

net5 support

17 Nov 21:31

Choose a tag to compare

v1.6.0

v1.6.0

v1.4.1

15 Mar 19:12

Choose a tag to compare

Fixed a bug where BlazorPrettyCode is used on a site without BlazorStyled

v1.4.0

12 Mar 18:54

Choose a tag to compare

Upgraded to WebAssembly 3.2 preview2

v1.3.1

10 Mar 22:40

Choose a tag to compare

Updated to BlazorStyled 2.0.1

v1.3.0

09 Mar 22:16

Choose a tag to compare

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

02 Feb 17:49

Choose a tag to compare

Upgraded to Web Assembly 3.2.0 preview1

Asp.net Core 3.1 Support

09 Dec 00:09

Choose a tag to compare

v1.1.0

v1.1.0

v1.0.1

04 Nov 15:50

Choose a tag to compare

Thanks to a PR (#22 ) by @peterblazejewicz default themes are included in the dll

v1.0.0

23 Sep 22:20

Choose a tag to compare

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

v1.0.0-rc1-01

17 Sep 03:14

Choose a tag to compare

v1.0.0-rc1-01 Pre-release
Pre-release

RC1 support