Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
reactpy v1.1.0 source code.tar.gz | 2024-11-24 | 3.2 MB | |
reactpy v1.1.0 source code.zip | 2024-11-24 | 3.4 MB | |
README.md | 2024-11-24 | 1.5 kB | |
Totals: 3 Items | 6.6 MB | 1 |
What's Changed
reactpy.run
andconfigure(...)
refactoring by @Archmonger in https://github.com/reactive-python/reactpy/pull/1051- Fix flask backend mimetype for modules by @elro444 in https://github.com/reactive-python/reactpy/pull/1131
- Concurrent Renders by @rmorshea in https://github.com/reactive-python/reactpy/pull/1165
- Skip rendering None in all situations by @rmorshea in https://github.com/reactive-python/reactpy/pull/1171
- Use
utf-8
for reading files by @Archmonger in https://github.com/reactive-python/reactpy/pull/1200 - Move
reactpy.backend.hooks
module intoreactpy.core.hooks
by @joshbmair in https://github.com/reactive-python/reactpy/pull/1210 - Fixes needless custom component recreation (#1195) by @shawncrawley in https://github.com/reactive-python/reactpy/pull/1224
- Added checked: element.checked to INPUT in elementConverters by @DennisHC in https://github.com/reactive-python/reactpy/pull/1126
New Contributors
- @elro444 made their first contribution in https://github.com/reactive-python/reactpy/pull/1131
- @joshbmair made their first contribution in https://github.com/reactive-python/reactpy/pull/1210
- @shawncrawley made their first contribution in https://github.com/reactive-python/reactpy/pull/1224
- @DennisHC made their first contribution in https://github.com/reactive-python/reactpy/pull/1126
Full Changelog: https://github.com/reactive-python/reactpy/compare/reactpy-v1.0.2...reactpy-v1.1.0