Skip to content

Commit dfdd18f

Browse files
authored
changelog entry for 0.7.1 (#1222)
1 parent 71728f7 commit dfdd18f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pcweb/pages/changelog.py

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

4949
def changelog_content():
5050
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+
),
5164
change(
5265
"2025-02-10",
5366
"v0.7.0",

0 commit comments

Comments
 (0)