Skip to content

Releases: chanan/BlazorTypography

net 5.0 support

Choose a tag to compare

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

docs

v1.4.0

Choose a tag to compare

@chanan chanan released this 12 Mar 18:56

Upgraded to WebAssembly 3.2 preview2

v1.3.1

Choose a tag to compare

@chanan chanan released this 10 Mar 22:35

Updated to BlazorStrap 2.0.1

v1.3.0

Choose a tag to compare

@chanan chanan released this 09 Mar 22:06

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

Choose a tag to compare

@chanan chanan released this 02 Feb 17:44

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.0

Choose a tag to compare

@chanan chanan released this 23 Sep 22:09

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

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

Choose a tag to compare

@chanan chanan released this 17 Sep 03:09

RC1 Support

v1.0.0-preview9-01

v1.0.0-preview9-01 Pre-release
Pre-release

Choose a tag to compare

@chanan chanan released this 05 Sep 02:31

Update to preview 9

v1.0.0-preview8-04

v1.0.0-preview8-04 Pre-release
Pre-release

Choose a tag to compare

@chanan chanan released this 26 Aug 14:12

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