Skip to content

Tags: gowithfloat/Float.Core

Tags

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FilterCollection now triggers FilterChanged event (#50)

Previously `FilterCollection` would not trigger a `FilterChanged` event
even when one of the contained filters changed.

2.3.0-beta1

Toggle 2.3.0-beta1's commit message
FilterCollection now triggers FilterChanged event

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates Float.Core for MAUI 9 (#49)

2.2.0-beta.1

Toggle 2.2.0-beta.1's commit message
Updates Float.Core for MAUI 9

2.1.0

Toggle 2.1.0's commit message
Additional improvements to deploy workflow

2.0.6

Toggle 2.0.6's commit message
Improves offline message detection on Android

2.0.5

Toggle 2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FRPAL-5609] Add support for redirects from API endpoints (#46)

[FRPAL-5609] Add support for redirects from API endpoints

[FRPAL-5609]:
https://clientportal.atlassian.net/browse/FRPAL-5609?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

2.0.4

Toggle 2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds IsLoading bindable property to pages and fixes SelectViewModelCo…

…mmand (#45)

In Maui, the `IsBusy` property on pages now shows a loading indicator
with no way to override that behavior. Since implementing apps may want
their own loading indicator, this creates a new `IsLoading` property
which the implementing app can choose to forward to `IsBusy` if it
wants.

Also fixes the SelectViewModelCommand so it passes the model instead of
the view model to the `CanExecute` callback.

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[SL-9275] Replace MessagingCenter with Messenger (from Community Tool…

…kit) (#44)

[SL-9275] Replace MessagingCenter with Messenger (from Community
Toolkit)

[SL-9275]:
https://clientportal.atlassian.net/browse/SL-9275?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix IsOfflineException to Handle new MAUI type for integers on iOS (#43)

Fix IsOfflineException to Handle new MAUI type for integers on iOS