Pynecone

Latest version: v0.1.34

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

Scan your dependencies

Page 3 of 5

0.1.20

Not secure
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

0.1.19

Not secure
What's Changed
* Windows production mode command by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/570
* [Fix: issue 522] solve restart server error on windows by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/583
* [Fix: issue 582] Icon tag should work despite case sensitivity. by d29107d in https://github.com/pynecone-io/pynecone/pull/588
* fix needed following the PR that changed Icon usage by Lendemor in https://github.com/pynecone-io/pynecone/pull/591
* [Fix issue 563] Add meta arg to page_add method by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/589
* Call special events from event triggers by picklelo in https://github.com/pynecone-io/pynecone/pull/601
* Fix issue 257. loglevel setting on prod command by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/594
* Multiple Page Load Events Added by lucashofer in https://github.com/pynecone-io/pynecone/pull/596
* [Improvement] pcconfig.py supports a separate backend_port from api_url by d29107d in https://github.com/pynecone-io/pynecone/pull/593
* [Tests] add unit test for event by d29107d in https://github.com/pynecone-io/pynecone/pull/614
* [Tests] add unit test for style by d29107d in https://github.com/pynecone-io/pynecone/pull/615
* added inherited backend vars by lucashofer in https://github.com/pynecone-io/pynecone/pull/616
* Fixed Pycharm highlighting issue. by Alek99 in https://github.com/pynecone-io/pynecone/pull/617
* Fix issubclass check by picklelo in https://github.com/pynecone-io/pynecone/pull/618
* High Level API for list, accordion, tabs, table etc supports State Vars by d29107d in https://github.com/pynecone-io/pynecone/pull/571
* Update poetry version by picklelo in https://github.com/pynecone-io/pynecone/pull/625
* Factor out responsive helpers by picklelo in https://github.com/pynecone-io/pynecone/pull/624
* Add upload component by picklelo in https://github.com/pynecone-io/pynecone/pull/622
* Fix conpoment props`s value show not correct in pages when the value is not in English by DeathShort in https://github.com/pynecone-io/pynecone/pull/626
* Update README by picklelo in https://github.com/pynecone-io/pynecone/pull/630
* Add props for upload component by picklelo in https://github.com/pynecone-io/pynecone/pull/629

New Contributors
* d29107d made their first contribution in https://github.com/pynecone-io/pynecone/pull/588
* lucashofer made their first contribution in https://github.com/pynecone-io/pynecone/pull/596
* DeathShort made their first contribution in https://github.com/pynecone-io/pynecone/pull/626

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

0.1.18

Not secure
**This is a release to address a quick fix relating to `pc export` and `pc run --env prod` the sitemap was being buggy in some use cases so we have taken it out until we can write more tests and stabilize it.**

What's Changed
* Remove sitemap from export by picklelo in https://github.com/pynecone-io/pynecone/pull/581


**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.17...v0.1.18

0.1.17

Not secure
What's Changed
* solved export backend.zip error on windows by ronronks in https://github.com/pynecone-io/pynecone/pull/538
* Fix a small error in the highlevel API of list.py by Lendemor in https://github.com/pynecone-io/pynecone/pull/543
* fix raw list not working in foreach by Lendemor in https://github.com/pynecone-io/pynecone/pull/547
* Anonymous Telemetry by Alek99 in https://github.com/pynecone-io/pynecone/pull/550
* Add class name propety to component by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/545
* Generate app sitemap by picklelo in https://github.com/pynecone-io/pynecone/pull/552
* Change tag kwarg case using utils by elyanah-aco in https://github.com/pynecone-io/pynecone/pull/553
* Add tests for pc.icon by picklelo in https://github.com/pynecone-io/pynecone/pull/562
* Add py.typed by Lunarmagpie in https://github.com/pynecone-io/pynecone/pull/565
* Add windows darglint test batch file by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/544
* Added Re-Init by Alek99 in https://github.com/pynecone-io/pynecone/pull/577
* Fix version check by picklelo in https://github.com/pynecone-io/pynecone/pull/580

New Contributors
* ronronks made their first contribution in https://github.com/pynecone-io/pynecone/pull/538
* elyanah-aco made their first contribution in https://github.com/pynecone-io/pynecone/pull/553
* Lunarmagpie made their first contribution in https://github.com/pynecone-io/pynecone/pull/565

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.16...v0.1.17

0.1.16

Not secure
What's Changed
* Make db_url optional by Wazarr94 in https://github.com/pynecone-io/pynecone/pull/402
* Allow the user to change ports by HellAmbro in https://github.com/pynecone-io/pynecone/pull/417
* Feature/255 allow conditional props by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/359
* fixed Bugs related to how event chains works by LumiaGG in https://github.com/pynecone-io/pynecone/pull/413
* Optimize Frontend and Backend only Execution Parameters by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/434
* Fix bug on setting plotly figure as State.vars by lawrence-axb in https://github.com/pynecone-io/pynecone/pull/440
* Add import aliases by picklelo in https://github.com/pynecone-io/pynecone/pull/452
* Provide Highlevel API for most components by Lendemor in https://github.com/pynecone-io/pynecone/pull/451
* Allow pc.cond without else case by picklelo in https://github.com/pynecone-io/pynecone/pull/453
* Use Socket.IO for message transport by advo-kat in https://github.com/pynecone-io/pynecone/pull/449
* Added Discord Badge by Alek99 in https://github.com/pynecone-io/pynecone/pull/455
* Fix test fails in windows PC by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/437
* Fix server side events by picklelo in https://github.com/pynecone-io/pynecone/pull/465
* fix router_data not being accessible in substates by Lendemor in https://github.com/pynecone-io/pynecone/pull/474
* fix onload events for substates by Lendemor in https://github.com/pynecone-io/pynecone/pull/473
* Add anchor tag for hash link by PeterYusuke in https://github.com/pynecone-io/pynecone/pull/469
* Add --no-zip pc CLI Parameter by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/479
* Add compile error for invalid event handlers by picklelo in https://github.com/pynecone-io/pynecone/pull/482
* Fix powershell command by Cheesy-Brik in https://github.com/pynecone-io/pynecone/pull/484
* use ruff as linter and fix lots of problems by FHU-yezi in https://github.com/pynecone-io/pynecone/pull/450
* Hardcode bun version by picklelo in https://github.com/pynecone-io/pynecone/pull/494
* Socket fixes and improvements by advo-kat in https://github.com/pynecone-io/pynecone/pull/485
* make PCList pickleable by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/500
* Remove unused Objects and fixed Variable Name by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/498
* Small fixes following the PR about highlevel API by Lendemor in https://github.com/pynecone-io/pynecone/pull/501
* Add export only parameters for Backend and Frontend by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/499
* Fix custom component render by picklelo in https://github.com/pynecone-io/pynecone/pull/517
* Fix pc export use the wrong backend url by FHU-yezi in https://github.com/pynecone-io/pynecone/pull/504
* Fix args format in dynamic route by Lendemor in https://github.com/pynecone-io/pynecone/pull/502
* Patch for 512 --no-frontend now updates database appropriately by jqwez in https://github.com/pynecone-io/pynecone/pull/516
* fix interactions between foreach and cond by Lendemor in https://github.com/pynecone-io/pynecone/pull/521
* Add color prop to CircularProgress by Cheesy-Brik in https://github.com/pynecone-io/pynecone/pull/520
* Better start, literally. by FHU-yezi in https://github.com/pynecone-io/pynecone/pull/493
* add pc.route decorator by Lendemor in https://github.com/pynecone-io/pynecone/pull/513
* Add password component by picklelo in https://github.com/pynecone-io/pynecone/pull/519
* 334: create PCDict by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/503
* Add keypress event handlers by picklelo in https://github.com/pynecone-io/pynecone/pull/523
* Add cors to backend server by picklelo in https://github.com/pynecone-io/pynecone/pull/524
* Fix cors origin by picklelo in https://github.com/pynecone-io/pynecone/pull/525
* Fix websockets transport by picklelo in https://github.com/pynecone-io/pynecone/pull/527
* Alek/typewarning by Alek99 in https://github.com/pynecone-io/pynecone/pull/530
* Clean up cond vars by picklelo in https://github.com/pynecone-io/pynecone/pull/536

New Contributors
* Wazarr94 made their first contribution in https://github.com/pynecone-io/pynecone/pull/402
* lawrence-axb made their first contribution in https://github.com/pynecone-io/pynecone/pull/440
* PeterYusuke made their first contribution in https://github.com/pynecone-io/pynecone/pull/437
* Cheesy-Brik made their first contribution in https://github.com/pynecone-io/pynecone/pull/484
* jqwez made their first contribution in https://github.com/pynecone-io/pynecone/pull/516

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.14...v0.1.16

0.1.15

Not secure
This is an emergency release because of an error on the latest bun. The only difference in this release vs v0.1.14 is that we don't use the latest version of bun which is buggy.

v0.1.16 Will be out in the next couple days and will include all the changes since v0.1.14.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.