Skip to content

Releases: flet-dev/flet

v0.7.1

12 May 18:34
562dde9
Compare
Choose a tag to compare

Changelog

v0.7.0

11 May 22:04
Compare
Choose a tag to compare

Changelog

v0.6.2

27 Apr 20:05
Compare
Choose a tag to compare

Changelog

  • f05c66d Bump Flet version to 0.6.2
  • 0f94b5f Fix SnackBar (and other controls) exit animation
  • 5392ae7 Fix Text default style color

v0.6.1

27 Apr 04:34
Compare
Choose a tag to compare

Changelog

  • 9fe9cea Fix regression in AlertDialog and BottomSheet controls

v0.6.0

26 Apr 20:46
Compare
Choose a tag to compare

Changelog

v0.5.2

11 Apr 20:25
Compare
Choose a tag to compare

Changelog

  • 969cb22 Bump Flet version to 0.5.2
  • bc7dfd1 Dispose controls only on session closed event
  • 9b353e9 Fix "There is no current event loop" error in auth module

v0.5.1

09 Apr 16:34
Compare
Choose a tag to compare

Changelog

  • 8c372de Bump Flet to 0.5.1
  • ca99a26 Fixed infinite recursion in _remove_control_recursively()
  • f306211 Fixed page.__str__() implementation
  • fe3daec Fix page reference in will_unmount method

v0.5.0

06 Apr 19:06
b79228c
Compare
Choose a tag to compare

Changelog

  • b79228c 1st class Flet charts based on fl_chart package (#1255)
  • bda358c sudo apt update --allow-releaseinfo-change
  • 35be21b Fix logging in a Python module
  • fc8cc77 Use named loggers in Python (#1157)
  • ad6d723 fix a broken link (#1140)
  • fd03998 Fix Contribution guide as PDM is no longer used (#1124)
  • b19dad9 Fix BoxShadow.blur_style property
  • 8775493 Bump Pyodide v0.22.1
  • 8a98b19 Added focus() method, focus and blur events to Elevated, Outlined, Text and Icon buttons (#1079)
  • e63290d New Card props: color, shadow_color, surface_tint_color (#1078)
  • bfce325 Added WindowDragArea.maximizable property (#1077)
  • 6b4e27f Added Container.blur and Container.shadow properties (#1076)
  • 34fb1d9 Add template for Q&A discussions (#1070)

v0.4.2

20 Feb 22:26
Compare
Choose a tag to compare

Changelog

  • 035b001 Bump version 0.4.2
  • 85043d2 Fix reading versioninfo for PyInstaller 5.8.0
  • 13f7d45 Fix Dropdown.disable property

v0.4.1

19 Feb 03:13
Compare
Choose a tag to compare

Changelog

  • cdfa449 Bump version 0.4.1
  • 63b9bff Slider.round to round slider value on a label
  • 649b294 Merge branch 'main' of https://github.com/flet-dev/flet
  • 660ec6e Fix page.client_storage.get_keys() timeout
  • e0ce478 Update poetry.lock
  • da3143e Fix encode() import in PyInstaller integration
  • 982ee21 Fix "ConnectionAbortedError" error on Windows
  • 610124a Consistent licensing across the code - Apache 2.0
  • a151f61 Fix assets loading in a sub-directory app (#1019)
  • 6529376 Add --distpath option to flet pack and flet publish commands (#1018)
  • f91cec0 Updating manifest.json when using flet publish (#1014)
  • 1e7ba72 Fix "Address already in use" error on flet run hot reload (#1007)
  • 944aaab Force Python sub-process to run with UTF-8 encoding (#1002)
  • 5812e3b Fix: View with content crashes in some routing scenarios (#1001)