Releases: flet-dev/flet
Releases · flet-dev/flet
v0.20.2
v0.20.1
v0.20.0
Changelog
- a6be2f3 Fix build by installing
pyyaml
. Re-publish the rest of 0.20.0 packages. - 3bbb0fb Rename
--packages
to--include-packages
- 9f3595b Changelog for 0.20.0 updated
- 700ce60 Adaptive buttons (#2591)
- e175224
AppBar.system_overlay_style
prop (#2615) - 24b8004
Page.design
property (#2607) - fe1a4d1
Audio
,AudioRecorder
,Video
andWebView
controls moved to separate Flutter packages (#2579) - 946a2fd Add
rtl
property to other controls (#2582) - bf7ea14
Video
Control (#2533) - f7db010 Fix: Material icon is shown instead of Cupertino icon if its name is the same (#2581)
- a695855
TextStyle.letter_spacing
property (#2574) - 7453e54 Merge pull request #2576 from flet-dev/alertdialog-props
- 5f9d302 Revert "Text.rtl"
- bf108f3 Introduce
Control.on_update()
overridable method (#2578) - e73c426 Text.rtl
- 253d1f7 new props: icon, bgcolor, elevation
- a9cbed4
expand_loose
property for Control and all controls that haveexpand
property (#2561) - f46f407 Pyodide v0.25.0
- e0178ad
flet create
command to show verbose output (#2544) - 21f1026 Proper formatting of a question in bug_report.md (#2540)
- a5757fa Merge pull request #2534 from taaaf11/patch-2
- 11c5960 Fix a typo
- 1a2d73b
AudioRecorder
control (#2494) - df2c907 Flet controls API: moved from mixins to backend (#2531)
- f0d6109 Bugfix:
flet pack --distpath
deletesdist
directory (#2500) - 417607f
adaptive
recursive property for container-alike controls (#2518) - 829b085
TextField.text_vertical_align
property (#2496) - adb15f7
CupertinoButton
Control (#2495) - d103034 Add section for
requirements.txt
to bug_report.md (#2510) - e07a272 CupertinoListTile control (#2487)
- 1af2e72 OOB controls fix 1 (#2492)
- 356e99b Custom Flutter controls (#2482)
- 33951b1 Pagelet control (#2469)
- 7fa9de7 Add
AppBar.adaptive
(#2458) - 3850d1e Added note about screenshots to bug_report.md
- 5257897 update style setting (#2435)
- 0c45658 Support Cupertino Icons and Colors (#2433)
- c20e168
CupertinoTextfield
control (#2417) - ed672c5
FloatingActionButtonLocation
offset (#2411)
v0.19.0
Changelog
- 9f5a2ef Hot reload for TCP/UDS is finally fixed!
- 2474ef4 Ignore directories while using hot reloading. (#2105)
- 5a42c64
flet build
improvements (#2404) - 1316222
Dismissible.confirmDismiss
prop (#2359) - 24d8863 runtime: check for DISPLAY instead of XDG_CURRENT_DESKTOP to check if linux machine is GUIless or not (#2373)
- 5294391 CupertinoAlertDialog, CupertinoDialogAction, adaptive property for AlertDialog (#2365)
- 41231f8 Surround base URL with slashes (#2369)
- 70d7a60 Fixed: PubSub is not shared between pages in the same FastAPI app (#2368)
- dd59ff2 Update Contribution Guide (#2366)
- d80edf3 Fix types and make code consistent with docs. (#2364)
- 21baa62 update pypi-cleanup script [skip ci]
- ed54140 Remove warning when Text.style is set to None
- 88e3f37 Add checks to allow certain build commands according to "build_on" platform. (#2343)
- cdf4b62 Add
LineChartData.prevent_curve_over_shooting
andLineChartData.prevent_curve_over_shooting_threshold
props (#2354) - 04de385 Determine in which direction the
Dismissible
was dismissed (#2330) - 9de53ea
Text.style
type Deprecation warning (#2286) - 43676d1
ListView.reverse
andGridView.reverse
props (#2335)
v0.18.0
Changelog
- 31ef1bf Fix for
subprocess.run()
encoding on Windows (#2283) - dcf6f60 Bump Flet version to 0.18.0
- 9f97fdd
flet build
command to package Flet app for any platform (#2271) - 6c4e475 Added TextStyle for the Text control (#2270)
- cf82811 Refactor code, add Enum deprecation utils (#2259)
- 89c89c1
CupertinoAppBar
control (#2278) - 5e20cff Fix AlertDialog content updating (#2277)
- c357207 convert 'key' to a super parameter (#2258)
- 42e9e5d Fix FLET_VIEW_PATH ignored on linux (#2244)
- 9b6e968
MenuBar
,SubMenuButton
andMenuItemButton
controls (#2252)
v0.17.0
v0.16.0
Changelog
- dc1f887 Flet version bumped to 0.16.0
- fcca8c0
CupertinoSlider
control andSlider.adaptive
(#2224) - 191478f
CupertinoRadio
control andRadio.adaptive
(#2225) - 1c9ba0a fix
NavigationBar.label_bahavior
(#2229) - 9ef1574 CupertinoSwitch control (#2231)
- 30cb4db Disable fade-in effect on Flet app start
- 47fc5f9 Tab alignment bug fix (#2208)
- 2bea97a Tab visibility (#2213)
- 2981721 Dark window title for Windows (#2204)
- f1319f3 Fix
ValueError
on web page resize
v0.15.0
Changelog
- 6dec878 Updated CHANGELOG
- d02f9d7 Fix AlertDialog broken content when testing in Flet app (#2192)
- dfe9b4e Bump Flet version to 0.15.0
- 38112d6 add
Option.visible
(#2190) - 6dd23da Additional props (#2182)
- f921a6d
ExpansionPanel
andExpansionPanelList
controls (#2169) - 62f4327 CupertinoCheckBox control, adaptive CheckBox (#2173)
v0.14.0
Changelog
- 5d21f88 Bump Flutter deps for Flet 0.14.0 (#2153)
- cbb434b
SelectionArea
control (#2152) - 1a548bd --uac-admin flag added to flet pack command (#2149)
- 1a069d5
SegmentedButton
control (#2141) - fddfa1a
ExpansionTile
Control (#2140) - 5e9eae7 Add console as a build argument (#2146)
- e2da4b4
BottomAppBar
control (#2136)
v0.13.0
Changelog
- 95d9565 Bump Flet version 0.13.0
- eb5c29c
Dismissible
Control (#2124) - 514abdb time_picker_entry_mode typo
- 04c9bb4 Time picker control (#2129)
- 2c8be84 output strings correctly (#2122)
- e2abac0 verify
value
limits (#2121) - 3b829ae add
thumb_icon
toSwitch
(#2116) - 7f89312 Feature:
TextField
Input validation (#2101) - 4815439 update CONTRIBUTING.md (#2104)