Releases: runceel/ReactiveProperty
Releases · runceel/ReactiveProperty
Release list
Release 9.10.0-pre.1
Release 9.4.0-pre.1
Release 9.9.0
What's Changed
R3 migration bridge
- Added initial packages for R3 migration support:
ReactiveProperty.R3ReactiveProperty.R3.WPF
ReactiveProperty.R3provides bridge APIs for apps migrating from ReactiveProperty to R3, includingAsyncReactiveCommand,ReactiveTimer, notifiers/message brokers, validation helpers, synchronized property helpers, and collection helpers.ReactiveProperty.R3.WPFadds R3-based WPF trigger actions such asEventToReactiveCommandandEventToReactiveProperty.- Added R3 migration documentation, a before/after WPF sample app, sample tests, and a Copilot migration skill.
Release and documentation
- Switched NuGet publishing to Trusted Publishing / OIDC.
- Added repository contributor guidance, development workflow documentation, ADR structure, and release runbook support.
- Updated README/docs, added Japanese translations, and refreshed docs dependencies.
Full Changelog: v9.8.0...v9.9.0
Release 9.9.0-pre1
What's Changed
R3 migration bridge
- Added initial pre-release packages for R3 migration support:
ReactiveProperty.R3ReactiveProperty.R3.WPF
ReactiveProperty.R3provides bridge APIs for apps migrating from ReactiveProperty to R3, includingAsyncReactiveCommand,ReactiveTimer, notifiers/message brokers, validation helpers, synchronized property helpers, and collection helpers.ReactiveProperty.R3.WPFadds R3-based WPF trigger actions such asEventToReactiveCommandandEventToReactiveProperty.- Added R3 migration documentation, a before/after WPF sample app, sample tests, and a Copilot migration skill.
Release and documentation
- Switched NuGet publishing to Trusted Publishing / OIDC.
- Added repository contributor guidance, development workflow documentation, ADR structure, and release runbook support.
- Updated README/docs and refreshed docs dependencies.
Full Changelog: v9.8.0...v9.9.0-pre1
Release 9.8.0
What's Changed
Full Changelog: v9.7.0...v9.8.0
Release 9.7.0
Bug Fixes
- Fixed an issue where using
ObservePropertycould cause anInvalidOperationException. #498
Release 9.6.0
- Update
System.Reactiveto v6.0.1 from v6.0.0. - Remove XamarinAnrdoid and XamariniOS packages
- Please use
ReactivePropertypackage for MAUI.
- Please use
Release 9.5.0
Added
- Added
OnPropertyChanged(string propertyName)method to raisePropertyChangedevent from derived classes forReactiveProperty,ReactivePropertySlim,ReadOnlyReactiveProperty,ReadOnlyReactivePropertySlimandValidatableReactiveProperty. #474
Release 9.4.1
Release 9.4.0
Rebuild on .NET 8 SDK.
- Add .NET 8 target framework.