Skip to content

Commit ffd20b1

Browse files
authored
Add changelog entry for 0.6.8 (#1164)
1 parent 34e8b68 commit ffd20b1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pcweb/pages/changelog.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ def change(
4848

4949
def changelog_content():
5050
return rx.el.ul(
51+
change(
52+
"2025-01-10",
53+
"v0.6.8",
54+
"Support recursive UI elements with rx.memo",
55+
[
56+
"New `EventChain.create` API for working with event handlers in JS code",
57+
"New `State.get_var_value` API for accessing the value of a var from another state",
58+
"String Var now supports `.endswith`",
59+
"Fix `rx.get_upload_url` with `rx.download`",
60+
"Fix for detached session issues with async SQLAlchemy",
61+
"124 new icons added from Lucide 0.469.0",
62+
],
63+
"https://github.com/reflex-dev/reflex/releases/tag/v0.6.8",
64+
),
5165
change(
5266
"2024-12-17",
5367
"v0.6.7",

0 commit comments

Comments
 (0)