Skip to content

Commit c22659c

Browse files
authored
0.7.7 changelog (#1292)
1 parent 3d93ffb commit c22659c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pcweb/pages/changelog.py

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

4949
def changelog_content():
5050
return rx.el.ul(
51+
change(
52+
"2025-04-14",
53+
"v0.7.7",
54+
"input `type=number` and `range` and `checkbox` fixes",
55+
[
56+
"bun installation behavior changes",
57+
"small database supported to reflex cloud",
58+
],
59+
"https://github.com/reflex-dev/reflex/releases/tag/v0.7.7",
60+
),
61+
change(
62+
"2025-04-08",
63+
"v0.7.6",
64+
"Cleanup dependencies",
65+
[
66+
"made admin dashboard to optional",
67+
"`reflex components publish` has been removed",
68+
"`rx.el.select` now can take `value` and default_value",
69+
"`context` param to `app.add_page`",
70+
],
71+
"https://github.com/reflex-dev/reflex/releases/tag/v0.7.6",
72+
),
5173
change(
5274
"2025-03-31",
5375
"v0.7.5",

0 commit comments

Comments
 (0)