We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e8b68 commit ffd20b1Copy full SHA for ffd20b1
pcweb/pages/changelog.py
@@ -48,6 +48,20 @@ def change(
48
49
def changelog_content():
50
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
+ ),
65
change(
66
"2024-12-17",
67
"v0.6.7",
0 commit comments