Bug Fixes
rx.el.svgand its children now render as one memoized component, sodefssuch as gradients and the elements that reference them by id always share one render scope. (#6708)rx.debounce_input(which fully-controlled inputs compile to) now delivers a parent-provided ref to the underlying input element instead of the component instance, fixing crashes underrx.form.control(..., as_child=True). (#6850)- Return a controlled 400 response when an upload request references an unknown event handler. (#6860)
- Give the Built with Reflex badge an accessible name when its visual text is hidden on small screens. (#7078)
reflex_components_core.datadisplayno longer advertisescode_block,data_editorand friends: those moved to the standalonereflex-components-codeandreflex-components-dataeditorpackages, so accessing them here raisedModuleNotFoundError. Reach them as before viarx.code_block/rx.data_editor, orreflex.components.datadisplay.code. (#7124)- Stop the default error boundary fallback from logging invalid DOM property warnings for its SVG icon. (#7130)
Miscellaneous
- Annotate
_renderoverrides as returningCommonTag, the new base of every tag class. (#7121)