Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-28 | 1.3 kB | |
v0.8.4 source code.tar.gz | 2025-07-28 | 2.8 MB | |
v0.8.4 source code.zip | 2025-07-28 | 3.1 MB | |
Totals: 3 Items | 5.9 MB | 0 |
Release Notes
Add query_parameters
to router.url
It should be similar to router.page.query
and be its long-term replacement.
- add origin and query parameters to router url by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5596
Bugfixes
- Fix cookie JSON parsing by disabling automatic parsing (ENG-6818) by @devin-ai-integration[bot] in https://github.com/reflex-dev/reflex/pull/5616
- check open ports for which address families we can bind to by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5621
- snip source correctly for dep tracker by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5613
- fix FOUC on refresh by @Lendemor in https://github.com/reflex-dev/reflex/pull/5608
- fix breakpoints / flash by @Lendemor in https://github.com/reflex-dev/reflex/pull/5627
Chores
- clean up app._compile by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5599
- 4dev by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5611
- move httpx imports to function scope by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5612
- [ENG-6830] add timestamps to debug logs by @masenf in https://github.com/reflex-dev/reflex/pull/5618
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.3...v0.8.4