Reactpy

Latest version: v1.1.0

Safety actively analyzes 688532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

1.1.0

What's Changed
* fix ruff error + pin ruff ver for now by rmorshea in https://github.com/reactive-python/reactpy/pull/1107
* `reactpy.run` and `configure(...)` refactoring by Archmonger in https://github.com/reactive-python/reactpy/pull/1051
* need to copy scheme from base url by rmorshea in https://github.com/reactive-python/reactpy/pull/1118
* Try to fix lint by rmorshea in https://github.com/reactive-python/reactpy/pull/1157
* fix flaky test by rmorshea in https://github.com/reactive-python/reactpy/pull/1158
* 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
* update nodejs install method in docker by rmorshea in https://github.com/reactive-python/reactpy/pull/1168
* fix strict eq effect test by rmorshea in https://github.com/reactive-python/reactpy/pull/1170
* Skip rendering None in all situations by rmorshea in https://github.com/reactive-python/reactpy/pull/1171
* fix black lint by rmorshea in https://github.com/reactive-python/reactpy/pull/1193
* Update PR workflow / workspace by Archmonger in https://github.com/reactive-python/reactpy/pull/1053
* Use `utf-8` for reading files by Archmonger in https://github.com/reactive-python/reactpy/pull/1200
* Concurrent rendering naming fixes by Archmonger in https://github.com/reactive-python/reactpy/pull/1211
* Fix the CI by Archmonger in https://github.com/reactive-python/reactpy/pull/1233
* Fix flakey `use_location` test by Archmonger in https://github.com/reactive-python/reactpy/pull/1234
* Move `reactpy.backend.hooks` module into `reactpy.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
* fix sdist by rmorshea in https://github.com/reactive-python/reactpy/pull/1191
* Fix hook deprecation warning by Archmonger in https://github.com/reactive-python/reactpy/pull/1240
* Build JS distributables using local javascript by Archmonger in https://github.com/reactive-python/reactpy/pull/1243
* v1.1.0 by Archmonger in https://github.com/reactive-python/reactpy/pull/1244

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

1.0.2

What's Changed
* minor improvements to project setup by rmorshea in https://github.com/reactive-python/reactpy/pull/1082
* Fix publish by rmorshea in https://github.com/reactive-python/reactpy/pull/1064
* Fix issue from 1081 by rmorshea in https://github.com/reactive-python/reactpy/pull/1085
* `django-reactpy` -> `reactpy-django` by Archmonger in https://github.com/reactive-python/reactpy/pull/1080
* reactpy-v1.0.2 by rmorshea in https://github.com/reactive-python/reactpy/pull/1087


**Full Changelog**: https://github.com/reactive-python/reactpy/compare/reactpy-v1.0.1...reactpy-v1.0.2

1.0.1

What's Changed
* Fix Tornado Backend by rmorshea in https://github.com/reactive-python/reactpy/pull/971
* added warning for html.script by ZEUS-03 in https://github.com/reactive-python/reactpy/pull/970
* Use span instead of div by rmorshea in https://github.com/reactive-python/reactpy/pull/974
* fix js template links by rmorshea in https://github.com/reactive-python/reactpy/pull/979
* doc improvements by rmorshea in https://github.com/reactive-python/reactpy/pull/984
* docstrings for backend hooks by rmorshea in https://github.com/reactive-python/reactpy/pull/994
* Clean up readme by Archmonger in https://github.com/reactive-python/reactpy/pull/1000
* Poetry+Hatch Monorepo by rmorshea in https://github.com/reactive-python/reactpy/pull/1002
* fix poetry docs by rmorshea in https://github.com/reactive-python/reactpy/pull/1003
* Fix typos by kianmeng in https://github.com/reactive-python/reactpy/pull/1007
* Update README.md by Iddorot in https://github.com/reactive-python/reactpy/pull/1009
* Create CODEOWNERS by rmorshea in https://github.com/reactive-python/reactpy/pull/1011
* Emphasize that `pip install reactpy` does not include a backend by rmorshea in https://github.com/reactive-python/reactpy/pull/1012
* Remove HR from readme by Archmonger in https://github.com/reactive-python/reactpy/pull/1013
* fix noqas by rmorshea in https://github.com/reactive-python/reactpy/pull/1016
* Fix the Django project URL by jensenbox in https://github.com/reactive-python/reactpy/pull/1015
* avoid importing backend-specific dependencies by rmorshea in https://github.com/reactive-python/reactpy/pull/1006
* Fixed FileNotFound error while running hatch run lint-py by cyborg7898 in https://github.com/reactive-python/reactpy/pull/1023
* Unpin reactpy client version by Archmonger in https://github.com/reactive-python/reactpy/pull/1027
* Update index.rst by Not-Sarthak in https://github.com/reactive-python/reactpy/pull/1026
* docs: fix typo in distributing-javascript.rst by eltociear in https://github.com/reactive-python/reactpy/pull/1028
* Update parameter name in starlette.py by mrjunos in https://github.com/reactive-python/reactpy/pull/1031
* docs:fixed two typos inside Dangers of mutability by danish-mehmood in https://github.com/reactive-python/reactpy/pull/1038
* Fixed Error while running hatch run lint-js --fix by cyborg7898 in https://github.com/reactive-python/reactpy/pull/1030
* docs fixes by rmorshea in https://github.com/reactive-python/reactpy/pull/1039
* Better Error message if no backend installed 1042 by geckguy in https://github.com/reactive-python/reactpy/pull/1045
* Added pre-commit hook by cyborg7898 in https://github.com/reactive-python/reactpy/pull/1024
* Bump vite from 3.2.5 to 3.2.7 in /src/js/app by dependabot in https://github.com/reactive-python/reactpy/pull/1005
* report better error for attrs that cannot be serialized by rmorshea in https://github.com/reactive-python/reactpy/pull/1008
* Warn and fix missing mime types by Archmonger in https://github.com/reactive-python/reactpy/pull/1050
* Typos in Docs by Daemo00 in https://github.com/reactive-python/reactpy/pull/1061
* prep for 1.0.1 release by rmorshea in https://github.com/reactive-python/reactpy/pull/1062
* fix how we collect tags on current commit by rmorshea in https://github.com/reactive-python/reactpy/pull/1063

New Contributors
* ZEUS-03 made their first contribution in https://github.com/reactive-python/reactpy/pull/970
* kianmeng made their first contribution in https://github.com/reactive-python/reactpy/pull/1007
* Iddorot made their first contribution in https://github.com/reactive-python/reactpy/pull/1009
* jensenbox made their first contribution in https://github.com/reactive-python/reactpy/pull/1015
* cyborg7898 made their first contribution in https://github.com/reactive-python/reactpy/pull/1023
* Not-Sarthak made their first contribution in https://github.com/reactive-python/reactpy/pull/1026
* eltociear made their first contribution in https://github.com/reactive-python/reactpy/pull/1028
* mrjunos made their first contribution in https://github.com/reactive-python/reactpy/pull/1031
* danish-mehmood made their first contribution in https://github.com/reactive-python/reactpy/pull/1038
* geckguy made their first contribution in https://github.com/reactive-python/reactpy/pull/1045
* Daemo00 made their first contribution in https://github.com/reactive-python/reactpy/pull/1061

**Full Changelog**: https://github.com/reactive-python/reactpy/compare/reactpy/client-v0.3.1...reactpy-v1.0.1

reactpy/client-v0.3.1


reactpy/client-v0.3.0


event-to-object-v0.1.1


reactpy/client-v0.2.1


event-to-object-v0.1.0


reactpy/client-v0.2.0

1.0.0

reactpy/client-v0.1.0

0.45.0

What's Changed
* Unify vdom interface by rmorshea in https://github.com/reactive-python/reactpy/pull/841
* update docs + changelog + fix warning by rmorshea in https://github.com/reactive-python/reactpy/pull/891
* Fix unmount by rmorshea in https://github.com/reactive-python/reactpy/pull/901
* add entry points by rmorshea in https://github.com/reactive-python/reactpy/pull/902
* avoid importing testing module by rmorshea in https://github.com/reactive-python/reactpy/pull/907
* fix type hint annoyance by rmorshea in https://github.com/reactive-python/reactpy/pull/908
* revert 841 by rmorshea in https://github.com/reactive-python/reactpy/pull/919
* fix rewrite camelCase by rmorshea in https://github.com/reactive-python/reactpy/pull/934
* Rewrite style props by rmorshea in https://github.com/reactive-python/reactpy/pull/936
* Fix pylint issues by Archmonger in https://github.com/reactive-python/reactpy/pull/937
* version 1.0 by rmorshea in https://github.com/reactive-python/reactpy/pull/940
* rename idom to reactpy by rmorshea in https://github.com/reactive-python/reactpy/pull/892
* improve readme by rmorshea in https://github.com/reactive-python/reactpy/pull/944
* fix docs links by Archmonger in https://github.com/reactive-python/reactpy/pull/942
* add logo for social card by rmorshea in https://github.com/reactive-python/reactpy/pull/945
* fix nox tag session by rmorshea in https://github.com/reactive-python/reactpy/pull/948


**Full Changelog**: https://github.com/reactive-python/reactpy/compare/0.44.0...0.45.0

0.44.0

What's Changed
* Deprecate hotswap by rmorshea in https://github.com/idom-team/idom/pull/876
* remove json patch by rmorshea in https://github.com/idom-team/idom/pull/881
* check that url prefix starts with / by rmorshea in https://github.com/idom-team/idom/pull/885
* no need to unmount on reconnect by rmorshea in https://github.com/idom-team/idom/pull/886
* remove deprecated code by rmorshea in https://github.com/idom-team/idom/pull/887


**Full Changelog**: https://github.com/idom-team/idom/compare/0.43.0...0.44.0

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.