Skip to content

Commit

Permalink
Add changelog entry for 0.6.8 (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf authored Jan 10, 2025
1 parent 34e8b68 commit ffd20b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pcweb/pages/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,20 @@ def change(

def changelog_content():
return rx.el.ul(
change(
"2025-01-10",
"v0.6.8",
"Support recursive UI elements with rx.memo",
[
"New `EventChain.create` API for working with event handlers in JS code",
"New `State.get_var_value` API for accessing the value of a var from another state",
"String Var now supports `.endswith`",
"Fix `rx.get_upload_url` with `rx.download`",
"Fix for detached session issues with async SQLAlchemy",
"124 new icons added from Lucide 0.469.0",
],
"https://github.com/reflex-dev/reflex/releases/tag/v0.6.8",
),
change(
"2024-12-17",
"v0.6.7",
Expand Down

0 comments on commit ffd20b1

Please sign in to comment.