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

Remove v0.24.0 deprecations #4932

Merged
merged 6 commits into from
Feb 21, 2025
Merged

Conversation

ndonkoHenri
Copy link
Contributor

@ndonkoHenri ndonkoHenri commented Feb 21, 2025

Summary by Sourcery

This PR removes deprecated properties and enums that were marked for removal in version 0.27.0 of Flet. It also updates the Theme class to remove deprecated properties and references to ThemeVisualDensity, replacing them with VisualDensity.

Bug Fixes:

  • Fixes an issue where enable_filter was incorrectly aliased to enable_search in the Dropdown control.

Enhancements:

  • Updates the Theme class to remove deprecated properties and references to ThemeVisualDensity, replacing them with VisualDensity.

Chores:

  • Removes deprecated image_src, image_src_base64, image_repeat, image_fit, and image_opacity properties from the Container control, advising users to use Container.image instead.
  • Removes the deprecated disabled_color property from the CupertinoButton control, recommending the use of disabled_bgcolor instead.
  • Removes the deprecated code_style property from the Markdown control, suggesting the use of code_style_sheet.code_text_style instead.

@ndonkoHenri ndonkoHenri added this to the Flet v0.27.0 milestone Feb 21, 2025
@FeodorFitsner FeodorFitsner merged commit c469847 into main Feb 21, 2025
3 checks passed
@FeodorFitsner FeodorFitsner deleted the ndonkoHenri/remove-deprecations branch February 21, 2025 18:08
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