Releases: reactive-python/reactpy
Releases · reactive-python/reactpy
reactpy v1.1.0
What's Changed
- fix ruff error + pin ruff ver for now by @rmorshea in #1107
reactpy.run
andconfigure(...)
refactoring by @Archmonger in #1051- need to copy scheme from base url by @rmorshea in #1118
- Try to fix lint by @rmorshea in #1157
- fix flaky test by @rmorshea in #1158
- Fix flask backend mimetype for modules by @elro444 in #1131
- Concurrent Renders by @rmorshea in #1165
- update nodejs install method in docker by @rmorshea in #1168
- fix strict eq effect test by @rmorshea in #1170
- Skip rendering None in all situations by @rmorshea in #1171
- fix black lint by @rmorshea in #1193
- Update PR workflow / workspace by @Archmonger in #1053
- Use
utf-8
for reading files by @Archmonger in #1200 - Concurrent rendering naming fixes by @Archmonger in #1211
- Fix the CI by @Archmonger in #1233
- Fix flakey
use_location
test by @Archmonger in #1234 - 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
- fix sdist by @rmorshea in #1191
- Fix hook deprecation warning by @Archmonger in #1240
- Build JS distributables using local javascript by @Archmonger in #1243
- v1.1.0 by @Archmonger in #1244
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
reactpy v1.0.2
reactpy v1.0.1
What's Changed
- Fix Tornado Backend by @rmorshea in #971
- added warning for html.script by @ZEUS-03 in #970
- Use span instead of div by @rmorshea in #974
- fix js template links by @rmorshea in #979
- doc improvements by @rmorshea in #984
- docstrings for backend hooks by @rmorshea in #994
- Clean up readme by @Archmonger in #1000
- Poetry+Hatch Monorepo by @rmorshea in #1002
- fix poetry docs by @rmorshea in #1003
- Fix typos by @kianmeng in #1007
- Update README.md by @Iddorot in #1009
- Create CODEOWNERS by @rmorshea in #1011
- Emphasize that
pip install reactpy
does not include a backend by @rmorshea in #1012 - Remove HR from readme by @Archmonger in #1013
- fix noqas by @rmorshea in #1016
- Fix the Django project URL by @jensenbox in #1015
- avoid importing backend-specific dependencies by @rmorshea in #1006
- Fixed FileNotFound error while running hatch run lint-py by @cyborg7898 in #1023
- Unpin reactpy client version by @Archmonger in #1027
- Update index.rst by @Not-Sarthak in #1026
- docs: fix typo in distributing-javascript.rst by @eltociear in #1028
- Update parameter name in starlette.py by @mrjunos in #1031
- docs:fixed two typos inside Dangers of mutability by @danish-mehmood in #1038
- Fixed Error while running hatch run lint-js --fix by @cyborg7898 in #1030
- docs fixes by @rmorshea in #1039
- Better Error message if no backend installed #1042 by @geckguy in #1045
- Added pre-commit hook by @cyborg7898 in #1024
- Bump vite from 3.2.5 to 3.2.7 in /src/js/app by @dependabot in #1005
- report better error for attrs that cannot be serialized by @rmorshea in #1008
- Warn and fix missing mime types by @Archmonger in #1050
- Typos in Docs by @Daemo00 in #1061
- prep for 1.0.1 release by @rmorshea in #1062
- fix how we collect tags on current commit by @rmorshea in #1063
New Contributors
- @ZEUS-03 made their first contribution in #970
- @kianmeng made their first contribution in #1007
- @Iddorot made their first contribution in #1009
- @jensenbox made their first contribution in #1015
- @cyborg7898 made their first contribution in #1023
- @Not-Sarthak made their first contribution in #1026
- @eltociear made their first contribution in #1028
- @mrjunos made their first contribution in #1031
- @danish-mehmood made their first contribution in #1038
- @geckguy made their first contribution in #1045
- @Daemo00 made their first contribution in #1061
Full Changelog: https://github.com/reactive-python/reactpy/compare/@reactpy/client-v0.3.1...reactpy-v1.0.1
@reactpy/client v0.3.1
use abstract class (#968) * use abstract class * include source map in dist
@reactpy/client v0.3.0
@reactpy/client-v0.3.0 define a better client interface (#967)
event-to-object v0.1.1
fix event-to-object + fix npm release (#962) * fix event-to-object + fix npm release * fix sanic error
@reactpy/client v0.2.1 and event-to-object v0.1.2
fix JS dist artifacts (#963) * fix reactpy client dist * bump event to object too
event-to-object v0.1.0
rewrite the client in typescript (#951) * initial work to rewrite the client in typescript * minor fixes * fix js tests * misc fixes * rewrite event-to-object * rewrite event-to-object tests * finish tests * improve typescript configuration * show npm version * workspace order * minor fixes * rework docs extension + misc changes * build before check types * fix typos * move client under namespace dir * fix types in noxfile
@reactpy/client v0.2.0
rewrite the client in typescript (#951) * initial work to rewrite the client in typescript * minor fixes * fix js tests * misc fixes * rewrite event-to-object * rewrite event-to-object tests * finish tests * improve typescript configuration * show npm version * workspace order * minor fixes * rework docs extension + misc changes * build before check types * fix typos * move client under namespace dir * fix types in noxfile
reactpy v1.0.0
reactpy-v1.0.0 handle case where file does not exist