v0.8.26
Release Notes
Upgrade react-markdown to 10.1.0
- Reflex Markdown TLC by @masenf in https://github.com/reflex-dev/reflex/pull/6085
Behavior Change: functions in component_map will now be passed either a bare string or a list of strings mixed with react element objects. This should only be noticeable if your component map function is attempting to manipulate the children in some way, which is not recommended. For best results, pass all args received by the component function directly to the primary rendered component.
Bugfixes
- ENG-8664: MutableProxy.wrap_recursive fully rebinds existing proxy values by @masenf in https://github.com/reflex-dev/reflex/pull/6083
Chores
- move ai builder to last option by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6084
- 0826dev by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6081
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.25...v0.8.26