Skip to content

Releases: chanan/BlazorStyled

net5 support

Choose a tag to compare

@chanan chanan released this 17 Nov 21:55
v3.1.0

v3.1.0

v3.0.0-alpha-07

v3.0.0-alpha-07 Pre-release
Pre-release

Choose a tag to compare

@chanan chanan released this 17 May 18:14

Reduce memory allocations

v3.0.0-alpha-05

v3.0.0-alpha-05 Pre-release
Pre-release

Choose a tag to compare

@chanan chanan released this 22 Apr 02:35

This preview release should have all working features

Client Side Sample Site updated to Asp.net 3.2 preview 4

https://blazorstyled.io is now running on 3.0.0 alpha 05

v3.0.0-alpha-04

v3.0.0-alpha-04 Pre-release
Pre-release

Choose a tag to compare

@chanan chanan released this 19 Apr 20:44

Changes:

  • IStyled API now includes both Sync and Async versions of the API

Fixes:

  • Fixed the speed issue in CSB (Mono runtime is very slow for Regex. Replaced Regex with IndexOf on Span)

Known Issues:

  • Global styles not working in this release

v3.0.0-alpha-01

v3.0.0-alpha-01 Pre-release
Pre-release

Choose a tag to compare

@chanan chanan released this 14 Apr 21:34

This is a pre-release version 3.0.0 of blazorStyled. All functionality should work.

Check: #86 for some notes on some breaking changes if you use the API.

Note that the internals of BlazorStyled have been changed to reduce memory usage, because of this there might be some issues (on the alpha version) where things might not work the same as they did before. That's why this is an alpha version... in other words, use at your own risk.

Also, this version has an issue in it where it writes too many times to the stylesheet. This might cause this version to be slower which might be noticeable in CSB mode.

v2.2.0

Choose a tag to compare

@chanan chanan released this 15 Mar 03:40
  • Added GlobalStyles - thanks to suggestions from @grserwe and @niem94
  • Added a What's new section to the documentation website

v2.1.0

Choose a tag to compare

@chanan chanan released this 12 Mar 18:53

Upgraded to WebAssembly 3.2 preview2

v2.0.1

Choose a tag to compare

@chanan chanan released this 10 Mar 19:40

Fixed an issue where in Blazor Server Side if you hit refresh the styles weren't re-rendered #68

v2.0.0

Choose a tag to compare

@chanan chanan released this 09 Mar 21:34

BREAKING CHANGES

  • Setup: No need for tags in the head anymore. Remove them all. Only setup needed is register the services (AddBlazorStyled)
  • Themes API changes: Set theme values using IStyled.SetThemeValue
  • Themes API changes: Get all values using IStyled.GetThemeValues

Other changes

  • Each Styledsheet id (WithId) now has its own style tag in the head
  • Compose now returns returns a list of classes instead of creating a new class with all the rules of the composed classes
  • You can now put rules directly in the <Styled>...</Styled> tag when composing that serve as the basis for the all the classes being composed
  • A bug was fixed where a class with just a label caused an exception

v1.2.0

Choose a tag to compare

@chanan chanan released this 02 Feb 17:53

Updated to Web Assembly 3.2.0 preview1