Skip to content

v0.25.2

Latest
Compare
Choose a tag to compare
@FeodorFitsner FeodorFitsner released this 13 Dec 19:00
717424a

Changes

  • Fix flet publish creates broken website if no requirements.txt or pyproject.toml found (#4493).
  • Fix PyInstaller hook to avoid download Flet app bundle on first run (#4549).
  • Support git, path, url Poetry-style dependencies in pyproject.toml (#4554).
  • Fixed broken Map.center_on() and default animations (#4519).
  • Fixed Tooltip corruption in Segment and BarChartRod on update() (#4525).
  • Fixed Setting CheckBox.border_side.stroke_align to an Enum fails (#4526).
  • Fixed ControlState should be resolved based on user-defined order (#4556).
  • Fixed broken Dismissible.dismiss_direction (#4557).