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 4c32451 commit 3ecf943Copy full SHA for 3ecf943
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-12",
53
+ "v0.7.2",
54
+ "Use .f format spec with Vars",
55
+ [
56
+ "Deprecated Component.__init__",
57
+ "Allow overwriting serializers",
58
59
+ "React 19 post mitigations",
60
+ "Performance improvements to evaluation time 👀",
61
+ ],
62
+ "https://github.com/reflex-dev/reflex/releases/tag/v0.7.2",
63
+ ),
64
change(
65
"2025-02-25",
66
"v0.7.1",
0 commit comments