File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,28 @@ def change(
4848
4949def 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" ,
You can’t perform that action at this time.
0 commit comments