Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pcweb/pages/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ def change(

def changelog_content():
return rx.el.ul(
change(
"2024-11-12",
"v0.6.5",
"New Hosting Service CLI",
[
"Additional static and runtime typing improvements",
"`rx.get_state` API for accessing state outside of event handlers",
"Support custom `bunfig.toml`",
"Direct encoding of State vars to JSON (without `get_value`)",
],
"https://github.com/reflex-dev/reflex/releases/tag/v0.6.5",
),
change(
"2024-10-29",
"v0.6.4",
Expand Down