Skip to content

Commit

Permalink
Bump Flet version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Oct 31, 2023
1 parent 44133dc commit 2878abe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Flet changelog

# 0.11.0

* `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)).
* `Chip` control ([docs](https://flet.dev/docs/controls/chip)).
* Pyodide v0.24.1.
* Python 3.12 support.
* Added `AlertDialog.inset_padding` property ([#1899](https://github.com/flet-dev/flet/issues/1899).
* Embedded mode to work with [`serious_python`](https://pub.dev/packages/serious_python).

# 0.10.3

* Add proxy_path parameter to flet_fastapi.app() ([#1882](https://github.com/flet-dev/flet/issues/1882)).
Expand Down
2 changes: 1 addition & 1 deletion client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ packages:
path: "../package"
relative: true
source: path
version: "0.10.3"
version: "0.11.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
9 changes: 9 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.11.0

* `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)).
* `Chip` control ([docs](https://flet.dev/docs/controls/chip)).
* Pyodide v0.24.1.
* Python 3.12 support.
* Added `AlertDialog.inset_padding` property ([#1899](https://github.com/flet-dev/flet/issues/1899).
* Embedded mode to work with [`serious_python`](https://pub.dev/packages/serious_python).

# 0.10.3

* Add proxy_path parameter to flet_fastapi.app() ([#1882](https://github.com/flet-dev/flet/issues/1882)).
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flet
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
homepage: https://flet.dev
repository: https://github.com/flet-dev/flet
version: 0.10.3
version: 0.11.0

# This package supports all platforms listed below.
platforms:
Expand Down

0 comments on commit 2878abe

Please sign in to comment.