File tree Expand file tree Collapse file tree 5 files changed +23
-3
lines changed
Expand file tree Collapse file tree 5 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flet
22description : Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33homepage : https://flet.dev
44repository : 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.
88platforms :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments