Release Notes
Performance Optimizations
We replaced jinja2 with simpler fstring calls. This resulted in approximately 30% faster rendering step. We also optimized the import collections by ~15%.
- Replace jinja with fstrings by @adhami3310 in #5720
Add more information to asyncio Tasks
If a task gets cancelled or such now Reflex will add a bit more information to what task that was.
Bugfixes
- use add_style instead of _get_style for drawer components by @adhami3310 in #5734
- rename Event to ReflexEvent by @adhami3310 in #5735
Chores
- 088dev by @adhami3310 in #5719
- improve literal handling in pyi generator by @adhami3310 in #5725
- fix: upgrade lucide-react to 0.541.0 to resolve security issue by @devin-ai-integration[bot] in #5732
Full Changelog: v0.8.7...v0.8.8