Skip to content

Releases: mrpmorris/Fluxor

3.2

28 Jul 16:38
d05ef15
Compare
Choose a tag to compare
3.2
  • Speed up boot process when discovering features via reflection (fixes #55)
  • Sign assemblies
  • Update dependencies
  • Treat warnings as errors

3.1.1

23 Jun 13:13
768de59
Compare
Choose a tag to compare
  • Fixed bug that caused exception when using .ConfigureAwait in an Effect (#20)
  • Ensured add/remove on events are thread safe (#23)
  • Made it easier to find the source of DisposableCallback instances that are not disposed (#24)
  • State properties were not discovered if they were declared as private in a base class (#25)
  • Handle disposing of partially created DisposableAction (#29)

3.1.0

17 Apr 15:52
Compare
Choose a tag to compare
  • Use NewtonSoft instead of System.Text.Json when serializing parameters to invoke JS (fixes #7)
  • Create FluxorLayout component to complement FluxorComponent but for layouts (fixes #8)

3.0.2

23 Mar 13:27
Compare
Choose a tag to compare
  • Bugfix for (#134) - URLs not taking into account query parameters
  • Update NuGet package icons.

3.0.0

18 Mar 13:58
Compare
Choose a tag to compare
  • Make Fluxor UI agnostic
  • Add Fluxor.Blazor.Web from Blazor-Fluxor project
  • Separate ReduxDevTools into its own package