Replies: 2 comments 1 reply
-
|
I was able to migrate two projects successfully and so far everything works well! I'm not sure this is new but if you test one reflex app (on localhost), check it out on the browser, then kill the reflex app and test another one while the browser still has the first app showing you get a large number of the following exceptions: |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
v0.9.3 is released! 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.9.3a'Schedule
2026-05-20 18:15 PT: 0.9.3a1 pre-release published for testing
2026-05-21: Planned Public release of 0.9.3
Release Notes
Breaking Changes
rx.Appinstance instead of aStarletteinstanceNew Features
Persistent Frontend Dep Locking
Projects should commit the new
reflex.lockdirectory which includespackage.jsonandbun.lock. This helps avoid accidentally introducing upstream changes and helps protect against supply chain attacks.reflex cloud deploy --gcpEmbedPluginWith the
EmbedPlugin, a Reflex frontend can now be mounted into an existing DOM element in a custom HTML page by simply including the entry point javascript.frontend_compression_formatsThe build process now produces .gz sidecar files during export and serves them to supported clients for
reflex run --env prod.Improvements
Bug Fixes
Compiler
and/orVar operations by @adhami3310 in fix: use python truthiness for compiledand/orVar operations #6546CLI
Other Areas
frontend_pathto RouterData.url and RouterData.page.raw_path by @masenf in ENG-9553: prependfrontend_pathto RouterData.url and RouterData.page.raw_path #6535Doc / Web
Telemetry Improvements
Other Changes
uv run --no-syncin pre-commit commands by @masenf in useuv run --no-syncin pre-commit commands #6472New Contributors
Full Changelog: v0.9.2.post1...v0.9.3a1
Beta Was this translation helpful? Give feedback.
All reactions