Skip to content

Commit f22a8d2

Browse files
authored
changelog for 0.7.0 (#1207)
1 parent a8fff2f commit f22a8d2

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-10",
53+
"v0.7.0",
54+
rx.fragment("Async-capable Computed Var with ", rx.code("cache=True"), " by default"),
55+
[
56+
"Drop python 3.9 support and other deprecated features",
57+
"Add `reflex rename` command",
58+
"Show 'Built with Reflex' badge in prod mode",
59+
"Support for specifying a custom app module",
60+
"Bump NextJS to v15.1.6",
61+
],
62+
"https://github.com/reflex-dev/reflex/releases/tag/v0.7.0",
63+
),
5164
change(
5265
"2025-01-10",
5366
"v0.6.8",

0 commit comments

Comments
 (0)