Reflex

Latest version: v0.6.5

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

Scan your dependencies

Page 11 of 14

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

0.1.21

What's Changed
* Fix link in readme by picklelo in https://github.com/pynecone-io/pynecone/pull/670
* Fix Docker Example by nicornk in https://github.com/pynecone-io/pynecone/pull/677
* Replace utils module by iron3oxide in https://github.com/pynecone-io/pynecone/pull/666
* Bugfix: Call event handlers from other event handlers by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/691
* Use system pynecone for integration tests by picklelo in https://github.com/pynecone-io/pynecone/pull/702
* fixed issue with js error when substate is used by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/703
* Added KeyboardKey, AspectRatio Components by HellAmbro in https://github.com/pynecone-io/pynecone/pull/685
* Feature/Multi File upload by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/712
* Fix crash when NaN, Inf or -Inf in frontend state. by jonaengs in https://github.com/pynecone-io/pynecone/pull/744
* Add poetry version in contributing docs by kasun in https://github.com/pynecone-io/pynecone/pull/732
* Integrate pre-commit by kasun in https://github.com/pynecone-io/pynecone/pull/742
* Bugfix: 719-File-upload-props-not-working by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/738
* [Feature: 734] Add custom init name by HarishChandran3304 in https://github.com/pynecone-io/pynecone/pull/735
* Added list to color_scale prop by Alek99 in https://github.com/pynecone-io/pynecone/pull/761
* Fix empty db_url error message by kasun in https://github.com/pynecone-io/pynecone/pull/758
* 740: Allow upload event handler to have arbitrary arg name by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/755
* Use strict equality in generated JS by jonaengs in https://github.com/pynecone-io/pynecone/pull/750
* bugfix/723: pc.data_table not working well with pandas as computed vars by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/745
* Update to v0.1.21 by picklelo in https://github.com/pynecone-io/pynecone/pull/762

New Contributors
* nicornk made their first contribution in https://github.com/pynecone-io/pynecone/pull/677
* iron3oxide made their first contribution in https://github.com/pynecone-io/pynecone/pull/666
* jonaengs made their first contribution in https://github.com/pynecone-io/pynecone/pull/744
* kasun made their first contribution in https://github.com/pynecone-io/pynecone/pull/732
* HarishChandran3304 made their first contribution in https://github.com/pynecone-io/pynecone/pull/735

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

Page 11 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.