Reflex

Latest version: v0.5.0.post1

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

Scan your dependencies

Page 8 of 10

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

0.1.20

What's Changed
* [Fix: issue 542] changes to str when column data is a list or tuple in pc.data_table by d29107d in https://github.com/pynecone-io/pynecone/pull/576
* Fix cond component render by picklelo in https://github.com/pynecone-io/pynecone/pull/639
* Fix format dict props by picklelo in https://github.com/pynecone-io/pynecone/pull/641
* bugfix for properly rendering datatables. by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/638
* [Fix: issue 640] Clean up json dumps by d29107d in https://github.com/pynecone-io/pynecone/pull/642
* Hot loading asset folder on development by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/643
* 635-integration tests by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/650
* Fix to make event chains synchronous by picklelo in https://github.com/pynecone-io/pynecone/pull/654
* Added parameters to Socket.IO web server by LouisFaure in https://github.com/pynecone-io/pynecone/pull/659
* [Enhancement issue 575] Throw better error for invalid child component by d29107d in https://github.com/pynecone-io/pynecone/pull/655
* [Fix: issue 633] Component List don't support Var(list). by d29107d in https://github.com/pynecone-io/pynecone/pull/636
* [Fix: issue 266] Added script Component by wassafshahzad in https://github.com/pynecone-io/pynecone/pull/653
* Integration tests follow up by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/657
* Add error message for invalid var ops by picklelo in https://github.com/pynecone-io/pynecone/pull/664
* Added windows warning by Alek99 in https://github.com/pynecone-io/pynecone/pull/668

New Contributors
* LouisFaure made their first contribution in https://github.com/pynecone-io/pynecone/pull/659
* wassafshahzad made their first contribution in https://github.com/pynecone-io/pynecone/pull/653

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

Page 8 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.