Skip to content

Releases: chanan/BlazorTypography

net 5.0 support

17 Nov 21:12
Compare
Choose a tag to compare

v1.4.0

12 Mar 18:56
Compare
Choose a tag to compare

Upgraded to WebAssembly 3.2 preview2

v1.3.1

10 Mar 22:35
Compare
Choose a tag to compare

Updated to BlazorStrap 2.0.1

v1.3.0

09 Mar 22:06
Compare
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.

v1.2.0

02 Feb 17:44
Compare
Choose a tag to compare

Upgraded to Web Assembly 3.2.0 preview1

Asp.net Core 3.1 Support

09 Dec 00:09
Compare
Choose a tag to compare
v1.1.0

v1.1.0

v1.0.0

23 Sep 22:09
Compare
Choose a tag to compare

v1.0.0

aspnet core 3..0.0 release!

BREAKING CHANGE

Previously when using Blazor WASM this line was required in Startup.cs:

app.AddClientSideTypography();

Use this line instead:

app.AddComponent<ClientSideStyled>("#styled");

v1.0.0-rc1-01

17 Sep 03:09
Compare
Choose a tag to compare
v1.0.0-rc1-01 Pre-release
Pre-release

RC1 Support

v1.0.0-preview9-01

05 Sep 02:31
Compare
Choose a tag to compare
v1.0.0-preview9-01 Pre-release
Pre-release

Update to preview 9

v1.0.0-preview8-04

26 Aug 14:12
Compare
Choose a tag to compare
v1.0.0-preview8-04 Pre-release
Pre-release

Fixes an issue with CSB and locale that use a comma as the decimal seperator #2