Releases: mrpmorris/Fluxor
Releases · mrpmorris/Fluxor
3.2
- Speed up boot process when discovering features via reflection (fixes #55)
- Sign assemblies
- Update dependencies
- Treat warnings as errors
3.1.1
- 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
- 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
- Bugfix for (#134) - URLs not taking into account query parameters
- Update NuGet package icons.
3.0.0
- Make Fluxor UI agnostic
- Add Fluxor.Blazor.Web from Blazor-Fluxor project
- Separate ReduxDevTools into its own package