Release 6.0.0 Β· reactiveui/Primitives Β· GitHub
Skip to content

6.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:38
5914884

πŸ—žοΈ What's Changed

  • Fixed the CS0436 duplicate PrimitivesR3BridgeGeneratedAttribute build error (reactiveui/refit#2176, reactiveui/refit#2194). The R3 bridge generator is now a separate opt-in package, ReactiveUI.Primitives.R3Bridge.Generator; the runtime ReactiveUI.Primitives and ReactiveUI.Primitives.Async packages no longer include it. Most consumers just upgrade. To keep the R3 bridge, add that package explicitly (#114).
  • New IObservable<T>.TakeUntil(CancellationToken) operator, plus CancellationToken overloads for ToTask, FirstAsync/FirstOrDefaultAsync, and LastAsync/LastOrDefaultAsync (#111).
  • New WasmSequencer/WasmScheduler and Blazor dispatcher adapters (#110).

✨ Features

πŸ› Fixes

πŸ“¦ Dependencies

πŸ”— 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]