6.0.0
ποΈ What's Changed
- Fixed the
CS0436duplicatePrimitivesR3BridgeGeneratedAttributebuild error (reactiveui/refit#2176, reactiveui/refit#2194). The R3 bridge generator is now a separate opt-in package,ReactiveUI.Primitives.R3Bridge.Generator; the runtimeReactiveUI.PrimitivesandReactiveUI.Primitives.Asyncpackages no longer include it. Most consumers just upgrade. To keep the R3 bridge, add that package explicitly (#114). - New
IObservable<T>.TakeUntil(CancellationToken)operator, plusCancellationTokenoverloads forToTask,FirstAsync/FirstOrDefaultAsync, andLastAsync/LastOrDefaultAsync(#111). - New
WasmSequencer/WasmSchedulerand Blazor dispatcher adapters (#110).
β¨ Features
- 618f845 feat: add wasm sequencer and scheduler, blazor dispatcher adapters (#110) @ChrisPulman @Copilot @glennawatson
- 14f04a5 feat(primitives): add CancellationToken overloads for ToTask, First/Last terminals, and TakeUntil (#111) @ChrisPulman @Copilot @glennawatson
π Fixes
- 5914884 fix(primitives): separate R3 bridge generator package (#114) @ChrisPulman
π¦ Dependencies
- 4be5cb4 chore(deps): update dependency sonaranalyzer.csharp to 10.28.0.143324 (#112) @renovate[bot]
- 27c27f8 chore(deps): update dependency tunit to 1.58.0 (#113) @renovate[bot]
- 7f9951f chore(deps): update dependency tunit to 1.57.0 (#107) @renovate[bot]
- ede18f3 chore(deps): update dependency tunit to 1.57.17 (#109) @renovate[bot]
π Full Changelog: v5.8.0...6.0.0
π Contributions
π± New contributors since the last release: @Copilot
π Thanks to all the contributors: @ChrisPulman, @Copilot, @glennawatson
π€ Automated services that contributed: @renovate[bot]