v0.27.0
What's Changed
- Remove
CupertinoCheckbox_inactive_color
in favor of itsfill_color
by @ndonkoHenri in #4847 - Set
Dropdown.options_fill_horizontally=True
by default by @ndonkoHenri in #4846 - Make
ControlEvent.data
of typeOptional[str]
withNone
as default by @ndonkoHenri in #4800 - fix: disable markup for flet-cli stdout logs by @ndonkoHenri in #4796
- feat: Implement
Container.dark_theme
property by @ndonkoHenri in #4867 - fix:
SearchBar.bar_border_side
not being visually honoured by @ndonkoHenri in #4768 - feat:
ReorderableListView
Control by @ndonkoHenri in #4865 - feat:
flet doctor
CLI command by @Gordon-Burns in #4803 - feat: implement button themes (for
ElevatedButton
,OutlinedButton
,TextButton
,FilledButton
,IconButton
) by @ndonkoHenri in #4872 - fix:
CupertinoSlider
raisesAssertionError
with valid values by @ndonkoHenri in #4873 - fix: Ensure
ListTile
's material parent has a transparent color for proper tilebgcolor
visibility by @ndonkoHenri in #4875 - fix: use utf8-encoding when opening files by @ndonkoHenri in #4911
- fix: grey screen displayed when scale-transforming by @ndonkoHenri in #4913
- For Flet Dropdown, flutter widget replaced with DropdownMenu by @InesaFitsner in #4885
- feat: implement
SearchBar.blur()
by @ndonkoHenri in #4919 - feat(packaging): use Provisioning Profile to sign iOS app archive (
.ipa
), deprecate--team
option by @FeodorFitsner in #4868 - Remove
v0.24.0
deprecations by @ndonkoHenri in #4932 - fix issue with datatable tooltip by @InesaFitsner in #4933
- Prepare Flet 0.27.0 by @FeodorFitsner in #4935
- Last-minute fixes for Flet 0.27.0 release by @FeodorFitsner in #4938
New Contributors
- @Gordon-Burns made their first contribution in #4803
Full Changelog: v0.26.0...v0.27.0