Skip to content

Releases: vapolia/SegmentedViews

1.0.8 Hotfix

Choose a tag to compare

@softlion softlion released this 03 Aug 09:49

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

1.0.7 Net9, Windows + MacOS !

Choose a tag to compare

@softlion softlion released this 03 Aug 07:46

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

Choose a tag to compare

@softlion softlion released this 27 Aug 21:14
  • Update dependencies

1.0.5 Maintenance Update

Choose a tag to compare

@softlion softlion released this 15 Aug 07:02
  • Update nugets

1.0.4 Maintenance Release

Choose a tag to compare

@softlion softlion released this 15 Apr 13:31
  • Update maui nuget
  • Fix no segment selected if the Children/ItemsSource binding is delayed in some way

1.0.3 Add net8 target

Choose a tag to compare

@softlion softlion released this 31 Mar 08:04
  • For easier usage in projects containing unit tests, add a net8 target.

1.0.2 Maintenance Release

Choose a tag to compare

@softlion softlion released this 16 Mar 14:34
  • Android: character spacing correctly set
  • Android: sum of tab widths now correctly matches container's width

Maintenance Release

Choose a tag to compare

@softlion softlion released this 14 Mar 10:21
  • Remove dependency on maui compatibility.
  • upgrade maui to 8.0.10

Initial Stable Release

Choose a tag to compare

@softlion softlion released this 05 Mar 09:38

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.