reactpy v1.1.0
What's Changed
reactpy.run
andconfigure(...)
refactoring by @Archmonger in #1051- Fix flask backend mimetype for modules by @elro444 in #1131
- Concurrent Renders by @rmorshea in #1165
- Skip rendering None in all situations by @rmorshea in #1171
- Use
utf-8
for reading files by @Archmonger in #1200 - Move
reactpy.backend.hooks
module intoreactpy.core.hooks
by @joshbmair in #1210 - Fixes needless custom component recreation (#1195) by @shawncrawley in #1224
- Added checked: element.checked to INPUT in elementConverters by @DennisHC in #1126
New Contributors
- @elro444 made their first contribution in #1131
- @joshbmair made their first contribution in #1210
- @shawncrawley made their first contribution in #1224
- @DennisHC made their first contribution in #1126
Full Changelog: reactpy-v1.0.2...reactpy-v1.1.0