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 be49517 commit 24dbbdaCopy full SHA for 24dbbda
pcweb/pages/changelog.py
@@ -47,6 +47,18 @@ def change(
47
48
def changelog_content():
49
return rx.el.ul(
50
+ change(
51
+ "2024-11-25",
52
+ "v0.6.6",
53
+ "Support Pydantic BaseModel (v1 & v2) objects in state",
54
+ [
55
+ "`reflex init` now links to templates on the web",
56
+ "New `.temporal` event action drops event when backend is down",
57
+ "Improved type checking",
58
+ "`rx.asset` promoted from experimental",
59
+ ],
60
+ "https://github.com/reflex-dev/reflex/releases/tag/v0.6.6",
61
+ ),
62
change(
63
"2024-11-12",
64
"v0.6.5",
0 commit comments