Releases: flet-dev/flet
Releases · flet-dev/flet
v0.6.1
v0.6.0
Changelog
- f01e34a Bump Flet version to 0.6.0
- da53ef2 Add
url
andurl_target
to controls withon_click
event (#1337) - 0c523b0
Canvas
control (#1301) - 35f212b Make non-visual controls working with routing (#1333)
- a432c10 Fix grammar errors in README.md (#1332)
- 4b4dc11 Create initial value for __theme_mode attribute in Page class. (#1321)
- 1725a16 Several small fixes to code (#1308)
- 981b7b0 Capturing web client info: IP and user agent (#1302)
- 179858f Clean pypi [skip ci]
- 192d63c Added
SnackBar.duration
property - 2cb0661 Add
data
prop to DataTable's row, column and cell - 7661ccf Update
page.route
if typed in the URL (#1289)
v0.5.2
v0.5.1
v0.5.0
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
andblur
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
andContainer.shadow
properties (#1076) - 34fb1d9 Add template for Q&A discussions (#1070)
v0.4.2
v0.4.1
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 toflet pack
andflet publish
commands (#1018) - f91cec0 Updating
manifest.json
when usingflet 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)
v0.4.0
Changelog
- 041d762 Disable repetitive publishing of Dart package
- 0d70a05 Fix download URL for flet-web.tar.gz
- 9bd647b Fix Fletd build
- 67f672a Fix Flet Flutter package errors/warnings
- 0d7e5b3 Prevent Fletd crashing when altering SessionID (#980)
- ed7ba06 Fix: Make
flet publish
work on Python 3.7 - bdadd3f Updated changelog for v0.4.0
- ad2b4d9 Changed re-connection logic to make hot reload work (#971)
- 00d8d80 Pyodide publishing fixes and improvements (#953)
- 7993819 feat: Add PaddingValue to init.py (#936)
- f261bfe Standalone Flet web apps with Pyodide (#913)
- 8a58a6a modified
tooltip
attribute fromprefere*
toprefer*
(#909) - 99017f2 Fix unicode encoding in
FletTcpSocketServerProtocol
- 2448c8e Fix relative assets path in desktop app
- 32207e0 PDM changed to Poetry
- 4e01cf2 Add
--hidden-import
option toflet pack
command - 982132a Add transparancy to matplotlib (#889)
- a6a95aa Replace Fletd server for desktop apps with a light-weight Python shim (#838)
- bba864d add default values in Border dataclass (#883)
- 4ee1416 Fix for issue in control.py when checking add command (#835)
- 8c06aae Fix async pubsub (#868)
- 2b78278 add: Border, BorderSide, Scale Offset, Rotate to
__init__.py
(#866) - 14c215b Loading images from a file (#817)
- 1dd9d36 Asyncio support (#799)
- 6d9f814 Set filled=True when setting bgcolor in TextField (#807)
- a4f97c7 Page transition without animation (#809)