Skip to content

Releases: mrpmorris/Fluxor

6.5.2

07 Jan 10:36
dff3c3b
Compare
Choose a tag to compare
  • Fix false positive FLXW01 error (#522)

6.5.0

03 Jan 11:47
2823abe
Compare
Choose a tag to compare
  • Support subscribing to fields instead of properties (#514)

6.4.0

02 Jan 09:13
Compare
Choose a tag to compare
  • Optimise Roslyn analyzer
  • Use Microsoft.CodeAnalysis.CSharp instead of Microsoft.CodeAnalysis.CSharp.Workspaces

6.3.0

31 Dec 17:06
Compare
Choose a tag to compare
  • Downgrade Microsoft.CodeAnalysis.CSharp.Workspaces to 4.9.2 (.NET 8 version). (#519)

6.2.1.5

22 Dec 22:15
Compare
Choose a tag to compare

Analyzer to ensure base.OnInitialized or base.OnInitializedAsync is called in Blazor apps.

6.2.0.1

20 Dec 11:26
Compare
Choose a tag to compare

Support .NET 8 and 9 only.

6.1

14 Sep 11:17
Compare
Choose a tag to compare
6.1
  • Allow relative URLs in routing middleware (#497)
  • Support JsonOptions and double.Nan serialization in Redux Dev Tools (#503)

6.0

05 Jun 14:39
Compare
Choose a tag to compare
6.0
  • Breaking change: Remove support for obsolete versions of .NET framework (#384)
  • Breaking change: Replace IDisposable with IAsyncDisposable in Blazor components (#324)
  • Breaking change: UseReduxDevTools no longer ensures UseRouting is called (#360)
  • Breaking change: UseReduxDevTools no longer requires Newtonsoft.Json (#386)
  • Support Action Filtering in Redux Dev Tools (#383)
  • Do not consider anchor (Uri.Fragment) when checking Uri for changes in routing middleware (#455)
  • Resolve bug where StoreInitializer could cause DisposableCallback to throw an exception (#491)

5.9

04 Jun 15:33
Compare
Choose a tag to compare
5.9
  • Adds additional useful information to exception thrown by DisposableAction (#425)
  • Fix deadlock scenario when dispatching actions from an effect triggered by store activation (#426)

5.8

20 May 09:40
Compare
Choose a tag to compare
5.8
  • Fixes potential for deadlock (#407)