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

Flet v0.23 Post Fixes - Part 2 #3507

Merged
merged 6 commits into from
Jun 24, 2024
Merged

Flet v0.23 Post Fixes - Part 2 #3507

merged 6 commits into from
Jun 24, 2024

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5c95d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c8fa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix #3499: TypeError raised for isinstance check with Union in before…

    …_update method
    
    - Corrected isinstance check in SnackBar.before_update to use a tuple of types instead of Union, resolving TypeError: "Subscripted generics cannot be used with class and instance checks".
    ndonkoHenri committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c2b8fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85c715 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Fix #3516: delete Page.window.on_resize | deprecate Page.on_resize in…

    … favor of Page.on_resized
    ndonkoHenri committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2038493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c7beaa View commit details
    Browse the repository at this point in the history