| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-22 | 1.4 kB | |
| v0.8.24 source code.tar.gz | 2025-12-22 | 2.9 MB | |
| v0.8.24 source code.zip | 2025-12-22 | 3.1 MB | |
| Totals: 3 Items | 6.0 MB | 0 | |
Release Notes
Dataeditor Improvements
- Adding new props to the data editor for exposing grid selections by @MatthewCollinsNZ in https://github.com/reflex-dev/reflex/pull/6028
Typing
- hide getattribute from type checking by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6056
Performance Improvements
- Only fetch required linked states by @masenf in https://github.com/reflex-dev/reflex/pull/6049
Bugfixes
- Skip non-BaseState classes for dep tracking by @masenf in https://github.com/reflex-dev/reflex/pull/6052
- ENG-8507: rebind MutableProxy when it is linked to an old _self_state reference by @masenf in https://github.com/reflex-dev/reflex/pull/6048
- ENG-8540: avoid dataclasses.asdict in Lost+Found path by @masenf in https://github.com/reflex-dev/reflex/pull/6057
- DependencyTracker: only handle STORE_FAST for the GETTING_IMPORT status by @masenf in https://github.com/reflex-dev/reflex/pull/6058
Chores
- 0824dev by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6053
- publish job by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6059
- move pyi generation to initialize and add asserts on pyi contents to publish step by @adhami3310 in https://github.com/reflex-dev/reflex/pull/6063
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.23...v0.8.24