Skip to content

Releases: chanan/BlazorPrettyCode

net5 support

Choose a tag to compare

@chanan chanan released this 17 Nov 21:31
v1.6.0

v1.6.0

v1.4.1

Choose a tag to compare

@chanan chanan released this 15 Mar 19:12

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

v1.4.0

Choose a tag to compare

@chanan chanan released this 12 Mar 18:54

Upgraded to WebAssembly 3.2 preview2

v1.3.1

Choose a tag to compare

@chanan chanan released this 10 Mar 22:40

Updated to BlazorStyled 2.0.1

v1.3.0

Choose a tag to compare

@chanan chanan released this 09 Mar 22:16

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

Choose a tag to compare

@chanan chanan released this 02 Feb 17:49

Upgraded to Web Assembly 3.2.0 preview1

Asp.net Core 3.1 Support

Choose a tag to compare

@chanan chanan released this 09 Dec 00:09
v1.1.0

v1.1.0

v1.0.1

Choose a tag to compare

@chanan chanan released this 04 Nov 15:50

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

v1.0.0

Choose a tag to compare

@chanan chanan released this 23 Sep 22:20

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

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

Choose a tag to compare

@chanan chanan released this 17 Sep 03:14

RC1 support