Reflex

Latest version: v0.7.0

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

Scan your dependencies

Page 12 of 15

0.1.29

What's Changed
* Update socketio timeout by picklelo in https://github.com/pynecone-io/pynecone/pull/935
* Cache ComputedVar by masenf in https://github.com/pynecone-io/pynecone/pull/917
* reinforce check for bun install process in "pc init" by Lendemor in https://github.com/pynecone-io/pynecone/pull/938
* Fix for react import error for some libraries by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/926
* pc datatable AttributeError Fix by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/949
* Node version check by Lendemor in https://github.com/pynecone-io/pynecone/pull/951
* min node version 16.6.0 for nba example by milochen0418 in https://github.com/pynecone-io/pynecone/pull/957
* Improve Get Attribute error message for computed vars by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/941
* Cache ComputedVar -- fixup for dynamic route vars by masenf in https://github.com/pynecone-io/pynecone/pull/952
* make argument optional for event handlers by Lendemor in https://github.com/pynecone-io/pynecone/pull/950
* Added default val radio group by Alek99 in https://github.com/pynecone-io/pynecone/pull/961
* Fix state variable not working as event arg by sheldonchiu in https://github.com/pynecone-io/pynecone/pull/960
* Per-instance backend variables by masenf in https://github.com/pynecone-io/pynecone/pull/959
* Clean up on_load events by picklelo in https://github.com/pynecone-io/pynecone/pull/965
* Fix pc.code syntax highlight by picklelo in https://github.com/pynecone-io/pynecone/pull/970
* Temp remove computed var dependency checks by picklelo in https://github.com/pynecone-io/pynecone/pull/972

New Contributors
* sheldonchiu made their first contribution in https://github.com/pynecone-io/pynecone/pull/960

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.28...v0.1.29

0.1.28

What's Changed
Some minor bug fixes no new major features.

* Enable pcweb integration tests by Alek99 in https://github.com/pynecone-io/pynecone/pull/898
* Fix event handler calls to handlers by picklelo in https://github.com/pynecone-io/pynecone/pull/899
* Add pc.set_value by picklelo in https://github.com/pynecone-io/pynecone/pull/835
* var: use typing.get_type_hints instead of __annotations__ by masenf in https://github.com/pynecone-io/pynecone/pull/919
* Fix event handler string args by picklelo in https://github.com/pynecone-io/pynecone/pull/928
* Set event handler module name by picklelo in https://github.com/pynecone-io/pynecone/pull/930


**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.27...v0.1.28

0.1.27

What's Changed
* [fix issue 786] Update pc run backend/frontend only flags by milochen0418 in https://github.com/pynecone-io/pynecone/pull/800
* File upload to use single syntax: by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/811
* File upload accept types format by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/816
* [fix issue 632] textarea rendering issue by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/700
* Fix event handler override by picklelo in https://github.com/pynecone-io/pynecone/pull/828
* Added base templating by Alek99 in https://github.com/pynecone-io/pynecone/pull/824
* component.get_hooks: inject hook code into react component functions by masenf in https://github.com/pynecone-io/pynecone/pull/810
* Python 3.10 tag issubclass bug by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/832
* update button docstring by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/849
* update upload docstring by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/848
* Apply convert_handlers_to_fns for substates by csh3695 in https://github.com/pynecone-io/pynecone/pull/846
* update datatable docstring by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/854
* update checkbox docstring by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/850
* Only update ComputedVar when dependent vars change by masenf in https://github.com/pynecone-io/pynecone/pull/840
* Make README prettier by kbrgl in https://github.com/pynecone-io/pynecone/pull/859
* Modify some methods in state.py to prevent being overwritten by alan707 in https://github.com/pynecone-io/pynecone/pull/856
* Update bun version to fix Container Build Error by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/860
* Fix substate event handler conversions by picklelo in https://github.com/pynecone-io/pynecone/pull/861
* Fix auto primary key by kasun in https://github.com/pynecone-io/pynecone/pull/851
* hydrate_middleware: always emit a full dict() when hydrating by masenf in https://github.com/pynecone-io/pynecone/pull/843
* Custom configuration support (791) by kasun in https://github.com/pynecone-io/pynecone/pull/792
* Initialize an EventHandler for dynamic vars by barnjamin in https://github.com/pynecone-io/pynecone/pull/808
* Fix dynamic setters by picklelo in https://github.com/pynecone-io/pynecone/pull/866
* Speed up computed var dependency tracking by picklelo in https://github.com/pynecone-io/pynecone/pull/864
* Temporarily disable full control by Alek99 in https://github.com/pynecone-io/pynecone/pull/871
* Disable computed var deps by picklelo in https://github.com/pynecone-io/pynecone/pull/872
* Update bunlock by picklelo in https://github.com/pynecone-io/pynecone/pull/873
* Added check for bun version. by Alek99 in https://github.com/pynecone-io/pynecone/pull/877
* Handle dataframe base vars by picklelo in https://github.com/pynecone-io/pynecone/pull/878
* Fix bun issue on Windows by picklelo in https://github.com/pynecone-io/pynecone/pull/881
* handle upload bugfix: by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/886
* dynamic vars initialization unit tests by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/880
* Fix pynecone.json version issue when web init(884) by milochen0418 in https://github.com/pynecone-io/pynecone/pull/885
* Install dependencies in prod mode by picklelo in https://github.com/pynecone-io/pynecone/pull/887
* Remove pynecone.json from templates by picklelo in https://github.com/pynecone-io/pynecone/pull/888
* Use Python truthiness in pc.cond by picklelo in https://github.com/pynecone-io/pynecone/pull/889
* Allow fstrings as component children by picklelo in https://github.com/pynecone-io/pynecone/pull/890
* Fix fstrings in props by picklelo in https://github.com/pynecone-io/pynecone/pull/891
* Fix pynecone json by picklelo in https://github.com/pynecone-io/pynecone/pull/894
* Revert fstrings change by picklelo in https://github.com/pynecone-io/pynecone/pull/895

New Contributors
* milochen0418 made their first contribution in https://github.com/pynecone-io/pynecone/pull/800
* masenf made their first contribution in https://github.com/pynecone-io/pynecone/pull/810
* csh3695 made their first contribution in https://github.com/pynecone-io/pynecone/pull/846
* alan707 made their first contribution in https://github.com/pynecone-io/pynecone/pull/856
* barnjamin made their first contribution in https://github.com/pynecone-io/pynecone/pull/808

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.24...v0.1.27

0.1.24

Another short release which fixes some bugs in using lambdas calling event handlers as seen in apps such as todo and sales.

What's Changed
* Update to v0.1.23 by picklelo in https://github.com/pynecone-io/pynecone/pull/797
* Fix event handler lambdas by picklelo in https://github.com/pynecone-io/pynecone/pull/804


**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.23...v0.1.24

0.1.23

This is a short release containing one change which fixes new users bun installations.

What's Changed
* Fix bun install by picklelo in https://github.com/pynecone-io/pynecone/pull/796


**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.22...v0.1.23

0.1.22

What's Changed
* Implement raw HTML elements by kbrgl in https://github.com/pynecone-io/pynecone/pull/627
* Fix pyright issues by picklelo in https://github.com/pynecone-io/pynecone/pull/766
* Added check for invalid bun versions. by Alek99 in https://github.com/pynecone-io/pynecone/pull/768
* Added option to disable bun and use npm (Not recommended). by Alek99 in https://github.com/pynecone-io/pynecone/pull/769
* Add component memoization by picklelo in https://github.com/pynecone-io/pynecone/pull/770
* Improve memoized args by picklelo in https://github.com/pynecone-io/pynecone/pull/771
* Add Database configuration object by kasun in https://github.com/pynecone-io/pynecone/pull/763
* Fixed pc.html to accept state var. by Alek99 in https://github.com/pynecone-io/pynecone/pull/775
* Fix Event chaining in the on_load event handler return not working by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/773
* Fix event handler returns by picklelo in https://github.com/pynecone-io/pynecone/pull/788
* Handle non-async middleware by picklelo in https://github.com/pynecone-io/pynecone/pull/790


**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.21...v0.1.22

Page 12 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.