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 71728f7 commit dfdd18fCopy full SHA for dfdd18f
pcweb/pages/changelog.py
@@ -48,6 +48,19 @@ def change(
48
49
def changelog_content():
50
return rx.el.ul(
51
+ change(
52
+ "2025-02-25",
53
+ "v0.7.1",
54
+ "New rx.auto_scroll component",
55
+ [
56
+ "Upgrade to React 19",
57
+ "Added var operations for string vars: `.title()` and `.capitalize()`",
58
+ "Passing component as a prop is more reliable",
59
+ "Improved performance for compile and hot reload",
60
+ "'Built with Reflex' badge can be disabled by any user",
61
+ ],
62
+ "https://github.com/reflex-dev/reflex/releases/tag/v0.7.1",
63
+ ),
64
change(
65
"2025-02-10",
66
"v0.7.0",
0 commit comments