8000 Tags · wtf3505/ReactiveUI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wtf3505/ReactiveUI

Tags

13.1.1

Toggle 13.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 RxUI 13.1.x (reactiveui#2656)

13.0.38

Toggle 13.0.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
housekeeping: Upgraded Xamarin.Forms to v4.8 (reactiveui#2640)

13.0.27

Toggle 13.0.27's commit message

Verified

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

* housekeeping: Remove cast

* Fix approvals

* Fix approval tests again

* Fix

13.0.1

Toggle 13.0.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 13.0.x (reactiveui#2598)

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] <support@dependabot.com>

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 <kronic@softland.ru>
0