Skip to content

Releases: vapolia/SegmentedViews

1.0.8 Hotfix

03 Aug 09:49

Choose a tag to compare

The Width property on Segments was not correctly defined, and triggered multiple issues.

1.0.7 Net9, Windows + MacOS !

03 Aug 07:46

Choose a tag to compare

Finally it comes to Windows, thanks to the windows community toolkit !

It's now fully net9, and compatible with MacOs !

Full Changelog: 1.0.6...1.0.7

1.0.6: Maintenance update

27 Aug 21:14

Choose a tag to compare

  • Update dependencies

1.0.5 Maintenance Update

15 Aug 07:02

Choose a tag to compare

  • Update nugets

1.0.4 Maintenance Release

15 Apr 13:31

Choose a tag to compare

  • Update maui nuget
  • Fix no segment selected if the Children/ItemsSource binding is delayed in some way

1.0.3 Add net8 target

31 Mar 08:04

Choose a tag to compare

  • For easier usage in projects containing unit tests, add a net8 target.

1.0.2 Maintenance Release

16 Mar 14:34

Choose a tag to compare

  • Android: character spacing correctly set
  • Android: sum of tab widths now correctly matches container's width

Maintenance Release

14 Mar 10:21

Choose a tag to compare

  • Remove dependency on maui compatibility.
  • upgrade maui to 8.0.10

Initial Stable Release

05 Mar 09:38

Choose a tag to compare

Initial Stable Release

  • iOS
  • Android

Known issues

  • on Android, with HorizontalOption="Fill" and Widths="*", the segments don't take the full width available on the control.

I made a lot of try and testing on that. It looks like more a bug in android or maui than a bug in this code.
If you find any information or workaround on that, please share it through an issue. Ty !

  • on iOS BorderColor has no effect.