v0.7.3 Pre-release thread #4967
Replies: 3 comments 2 replies
-
|
AG grid gets error after 0.7.0 I tried for 0.7.1 , 0.7.2 and 0.7.3 new release . Error message : TypeError: Argument 1 ('target') to ResizeObserver.observe must be an instance of Element Is there any plan to fix this issue with ag-grid? Here different raised questions for same topic: https://github.com/orgs/reflex-dev/discussions/4900 https://github.com/orgs/reflex-dev/discussions/4973 https://github.com/orgs/reflex-dev/discussions/4850#discussioncomment-12257202 |
Beta Was this translation helpful? Give feedback.
-
|
I keep seeing these warning when deploying: DEFAULT 2025-03-18T08:08:29.003597Z Warning: Frontend version 0.7.2 for session 1q6n05LhIpTtJyLEAAAt does not match In requirements.txt, I have only specified reflex without a specific version:
|
Beta Was this translation helpful? Give feedback.
-
|
0.7.3 is released |
Beta Was this translation helpful? Give feedback.
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.7.3a2'Schedule
2025-03-14 22:20 PST: 0.7.3a1 pre-release published for testing
2025-03-16 14:50 PST: 0.7.3a2 pre-release published for testing
2025-03-17: Planned Public release of 0.7.3
Changes in 0.7.3a2
Release Notes
New features
,and_options for formatted numbers,and_operations by @adhami3310 in add,and_operations #4950Add raw headers to router headers
Expose SVG elements at the el level
We are trying to reach parity where all acceptable HTML elements are exposed at the .el scope, now you can use
text,line,circle,ellipse,rect,polygon,path,stop,linear_gradient,radial_gradient,defs.New .get var operation
Useful accessing State vars typed as dicts/dataclasses/pydantic modedls to provide a default if the key is possibly absent.
Thanks for @benedikt-bartscher for the contribution!
Bug fixes
on_submitby @masenf in Support event_actions in Formon_submit#4912Error messages
Chores
We are now using
uvin the main repo. Or at least we moved off of poetry as it did not support certain features in pyproject.toml. Realistically, everything in pyproject.toml is standard and should be fine to use by any package manager.Full Changelog: v0.7.2...v0.7.3
Beta Was this translation helpful? Give feedback.
All reactions