Skip to content

Commit f01e34a

Browse files
committed
Bump Flet version to 0.6.0
1 parent da53ef2 commit f01e34a

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Flet changelog
22

3+
## 0.6.0
4+
5+
* `Canvas` control ([docs](https://flet.dev/docs/controls/canvas)).
6+
* Rich text support in [`Text` control](https://flet.dev/docs/controls/text#spans).
7+
* Added `url` and `url_target` to controls with `on_click` event ([#1337](https://github.com/flet-dev/flet/pull/1337))
8+
* Auto-follow links in `Markdown` ([docs](https://flet.dev/docs/controls/markdown#auto_follow_links)).
9+
* Capturing web client info: IP and user agent ([#1302](https://github.com/flet-dev/flet/pull/1302))
10+
* Fix: Make non-visual controls working with routing ([#1333](https://github.com/flet-dev/flet/pull/1333))
11+
* Fix: Update `page.route` if typed in the URL ([#1289](https://github.com/flet-dev/flet/pull/1289))
12+
313
## 0.5.2
414

515
* Fix: Dispose controls only on session closed event

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
path: "../package"
176176
relative: true
177177
source: path
178-
version: "0.5.2"
178+
version: "0.6.0"
179179
flutter:
180180
dependency: "direct main"
181181
description: flutter

package/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.6.0
2+
3+
* `Canvas` control ([docs](https://flet.dev/docs/controls/canvas)).
4+
* Rich text support in [`Text` control](https://flet.dev/docs/controls/text#spans).
5+
* Added `url` and `url_target` to controls with `on_click` event ([#1337](https://github.com/flet-dev/flet/pull/1337))
6+
* Auto-follow links in `Markdown` ([docs](https://flet.dev/docs/controls/markdown#auto_follow_links)).
7+
* Capturing web client info: IP and user agent ([#1302](https://github.com/flet-dev/flet/pull/1302))
8+
* Fix: Make non-visual controls working with routing ([#1333](https://github.com/flet-dev/flet/pull/1333))
9+
* Fix: Update `page.route` if typed in the URL ([#1289](https://github.com/flet-dev/flet/pull/1289))
10+
111
## 0.5.2
212

313
* Fix: Dispose controls only on session closed event

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.5.2
5+
version: 0.6.0
66

77
# This package supports all platforms listed below.
88
platforms:

studio/client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
path: "../../package"
176176
relative: true
177177
source: path
178-
version: "0.5.2"
178+
version: "0.6.0"
179179
flutter:
180180
dependency: "direct main"
181181
description: flutter

0 commit comments

Comments
 (0)