Skip to content

Releases: flet-dev/flet

v0.85.0.dev1

01 May 18:38
44f541b

Choose a tag to compare

v0.85.0.dev1 Pre-release
Pre-release

What's Changed

  • Docusaurus 3.10 upgrade with fast mode by @FeodorFitsner in #6389
  • feat: Page.pop_views_until() to pop multiple views and return a result to the destination view by @brunobrown in #6347
  • fix: select platform-compatible icon format in find_platform_image by @HG-ha in #6381
  • fix(ResponsiveRow): handle unbounded width and child controls with col=0 by @ndonkoHenri in #6354
  • feat: add issues property to CodeEditor for Python-side analysis by @FeodorFitsner in #6407
  • fix: ScrollableControl.auto_scroll not working when scroll property is not explicitly set by @ndonkoHenri in #6404
  • feat: add local_position/global_position to DragTargetEvent by @ndonkoHenri in #6401
  • feat: make NavigationDrawerDestination.label accept custom controls by @ndonkoHenri in #6395
  • fix: resolve component-wrapped views in Page root/top view accessors by @FeodorFitsner in #6414
  • chore: Move Linux build and client dependencies in flet.utils to further simplify CI workflow by @ndonkoHenri in #6383
  • fix: respect pre-set environment variables in build template by @Bahtya in #6394
  • fix(flet pack): Windows taskbar shortcut pointing to wrong .exe by @ndonkoHenri in #6403
  • fix: reduce Linux video memory retention with mimalloc linking by @ndonkoHenri in #6416
  • feat: add hot-reload watcher to CrocoDocs CLI by @ndonkoHenri in #6402
  • fix: avoid delay when page.window.destroy() closes Windows apps by @ndonkoHenri in #6428
  • fix(flet-lottie): local asset files not loading on Windows desktop by @ndonkoHenri in #6426
  • chore!: remove deprecated module-level margin/padding/border/border_radius helpers by @ndonkoHenri in #6425
  • feat: add scroll support to ResponsiveRow by @ndonkoHenri in #6417
  • fix(linux): link libpthread alongside mimalloc.o by @FeodorFitsner in #6435
  • Tests to generate screenshots/gifs for material controls examples. by @InesaFitsner in #6438
  • Add declarative Router with view-stack navigation by @FeodorFitsner in #6406
  • feat(flet-map): add image overlay support by @ndonkoHenri in #6421
  • fix(flet-charts): match axis labels with float tolerance by @FeodorFitsner in #6459
  • docs: improve CrocoDocs API signature and cross-reference rendering by @ndonkoHenri in #6442

New Contributors

Full Changelog: v0.85.0.dev0...v0.85.0.dev1

v0.85.0.dev0

08 Apr 20:48

Choose a tag to compare

v0.85.0.dev0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.84.0...v0.85.0.dev0

v0.84.0

01 Apr 19:23
40d3e46

Choose a tag to compare

What's Changed

Full Changelog: v0.83.1...v0.84.0

v0.84.0.dev0

01 Apr 17:14

Choose a tag to compare

v0.84.0.dev0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.83.1...v0.84.0.dev0

v0.83.1

29 Mar 18:29
48e1ee7

Choose a tag to compare

What's Changed

  • fix: replace deprecated delta_x/delta_y with local_delta.x/y in examples and docs by @Krishnachaitanyakc in #6344
  • fix: clear inherited validation rules for overridden dataclass fields by @ndonkoHenri in #6350

New Contributors

Full Changelog: v0.83.0...v0.83.1

v0.83.0

26 Mar 19:13
c997a22

Choose a tag to compare

New features

Improvements

  • Speed up control diffing and nested value tracking with sparse Prop updates and @value types (#6098, #6270, #6117, #6296) by @FeodorFitsner.
  • Consolidate app/build templates into the monorepo and publish pre-release flet packages and template artifacts from CI (#6306, #6331) by @FeodorFitsner.
  • Move desktop client binaries from PyPI wheels to GitHub Releases and unify desktop packaging around flet-desktop (#6290, #6309) by @FeodorFitsner.
  • Lightweight dataclass validation and deprecation with Annotated + auto-added deprecation admonitions in docs (#6278) by @ndonkoHenri.

Bug fixes

Full Changelog: v0.82.2...v0.83.0

v0.82.2

10 Mar 01:18

Choose a tag to compare

What's Changed

Full Changelog: v0.82.0...v0.82.2

v0.82.0

04 Mar 23:54
4f73d04

Choose a tag to compare

New features

Improvements

Bug fixes

  • Fix disabled-state handling across Tabs, TabBar, Tab, and TabBarView (#6220, #6224) by @ndonkoHenri.
  • Fix a WebView null-check crash (Null check operator used on a null value) (#6238) by @ndonkoHenri.

Other changes

Full Changelog: v0.81.0...v0.82.0

v0.81.0

24 Feb 18:20
b5abc2f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.80.5...v0.81.0

v0.80.5

30 Jan 00:46
33ac583

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.80.4...v0.80.5