Releases: reactive-python/reactpy
Releases · reactive-python/reactpy
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
@reactpy/client v0.1.0
@reactpy/client-v0.1.0 add registry url