Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Flet 0.27.0 #4935

Merged
merged 3 commits into from
Feb 21, 2025
Merged

Prepare Flet 0.27.0 #4935

merged 3 commits into from
Feb 21, 2025

Conversation

FeodorFitsner
Copy link
Contributor

@FeodorFitsner FeodorFitsner commented Feb 21, 2025

Summary by Sourcery

Prepares Flet for the 0.27.0 release by adding new UI controls, enhancing existing components, fixing bugs, updating the build process, and removing deprecated features.

New Features:

  • Introduces the DropdownMenu control.
  • Implements the ReorderableListView control.
  • Adds the flet doctor CLI command.
  • Implements button themes for ElevatedButton, OutlinedButton, TextButton, FilledButton, and IconButton.

Bug Fixes:

  • Fixes an issue where setting SearchBar.bar_border_side was not visually honored.
  • Fixes an issue where long dropdown options caused the down-arrow to overflow.
  • Fixes an issue where CupertinoSlider initialization did not allow values less than zero or greater than one.
  • Fixes an issue where the same code showed different appearances in Flet APP/Web/PC local.
  • Fixes an issue where transforming scale rendered a grey screen.
  • Fixes a UnicodeDecodeError when using accented characters in manifest.json.
  • Implements SearchBar.blur() to programmatically unfocus the bar.

Enhancements:

  • Implements the Container.dark_theme property.
  • Upgrades to Pyodide 0.27 for httpx support.
  • Removes CupertinoCheckbox.inactive_color in favor of fill_color.
  • ControlEvent.data is now of type Optional[str] and defaults to None.

Build:

  • flet build now uses a Provisioning Profile to sign iOS app archives (.ipa) and deprecates the --team option.
  • flet build now includes --source-packages to allow installing certain Python packages from source distros.

Chores:

  • Removes v0.24.0 deprecations.
  • Disables markup for flet-cli stdout logs.

@FeodorFitsner FeodorFitsner merged commit 10ea749 into main Feb 21, 2025
2 checks passed
@FeodorFitsner FeodorFitsner deleted the prepare-0-27-0 branch February 21, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants