Skip to content

Tags: lindyld1314/ReactiveUI

Tags

12.1.5

Toggle 12.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: TransitionContentControl throwing exception on control height ze…

…ro (reactiveui#2569)

12.1.1

Toggle 12.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
housekeeping: Release 12.1 (reactiveui#2563)

11.5.35

Toggle 11.5.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/memory leaks (reactiveui#2504)

* Fix: WhenActivated-binding memory leak

- The ReactiveBinding.ViewModel property gets initialized when a binding is created, but never updated if the view model gets swapped out for another. This means the initial view model gets tied to the lifetime of the binding.

* Fix: SubscribeToExpressionChain memory leak

- If the initial view model is not null (before binding, etc) that view model is never grabage collected even it's swapped out for a different one.

11.5.26

Toggle 11.5.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump Microsoft.AspNetCore.Components from 3.1.6 to 3.1.7 (

…reactiveui#2493)

Bumps [Microsoft.AspNetCore.Components](https://github.com/aspnet/AspNetCore) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/aspnet/AspNetCore/releases)
- [Commits](dotnet/aspnetcore@v3.1.6...v3.1.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

11.5.17

Toggle 11.5.17's commit message
housekeeping: Update copyright year

11.5.6

Toggle 11.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Housekeeping: add pragma warnings disables

* Add pragma warning disable 8600, 8605, 8603, 8613, 8619

* Add CS prefix, comment

* Add CS prefix, comment

Co-authored-by: kronic <[email protected]>

11.5.1

Toggle 11.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.json

11.4.17

Toggle 11.4.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump Xamarin.AndroidX.Preference from 1.1.1 to 1.1.1.1 (r…

…eactiveui#2432)

Bumps [Xamarin.AndroidX.Preference](https://github.com/xamarin/AndroidX) from 1.1.1 to 1.1.1.1.
- [Release notes](https://github.com/xamarin/AndroidX/releases)
- [Commits](https://github.com/xamarin/AndroidX/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

11.4.1

Toggle 11.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Housekeeping: Release 11.4 (reactiveui#2404)

11.3.8

Toggle 11.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix android crashing on text binding (reactiveui#2390)