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 236b5ea commit d90a0ffCopy full SHA for d90a0ff
pcweb/pages/changelog.py
@@ -48,6 +48,19 @@ def change(
48
49
def changelog_content():
50
return rx.el.ul(
51
+ change(
52
+ "2025-03-31",
53
+ "v0.7.5",
54
+ "None as children of components",
55
+ [
56
+ "event handlers as vars",
57
+ "expose socket constants as env variables",
58
+ "add ndigits to round method",
59
+ "rx.run_in_thread for convenience",
60
+ "allow event handlers and such as arguments to rx.memo",
61
+ ],
62
+ "https://github.com/reflex-dev/reflex/releases/tag/v0.7.5",
63
+ ),
64
change(
65
"2025-03-24",
66
"v0.7.4",
0 commit comments