Reflex

Latest version: v0.6.5

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

Scan your dependencies

Page 13 of 14

0.1.14

What's Changed
* Fix running in backend-only mode by picklelo in https://github.com/pynecone-io/pynecone/pull/311
* Fix typo by cclauss in https://github.com/pynecone-io/pynecone/pull/305
* Correct comment by qu3vipon in https://github.com/pynecone-io/pynecone/pull/309
* Specify a port by CLI (308) by HellAmbro in https://github.com/pynecone-io/pynecone/pull/313
* Codebase Refactor ⭐ by HighnessAtharva in https://github.com/pynecone-io/pynecone/pull/312
* Add event token to router_data by Lendemor in https://github.com/pynecone-io/pynecone/pull/316
* Added Date and Company to License by Alek99 in https://github.com/pynecone-io/pynecone/pull/318
* Support dataframes as state vars by picklelo in https://github.com/pynecone-io/pynecone/pull/324
* Resolve 304: Relax type requirement on pc.cond by TommyDew42 in https://github.com/pynecone-io/pynecone/pull/323
* Rename path to route everywhere by picklelo in https://github.com/pynecone-io/pynecone/pull/329
* Rename dalle to DALL·E and add link to bun by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/335
* add onload event handler by Lendemor in https://github.com/pynecone-io/pynecone/pull/337
* fix Stream did not contain valid UTF-8 (282) by LumiaGG in https://github.com/pynecone-io/pynecone/pull/332
* Added anonymous telemetry helpers. by Alek99 in https://github.com/pynecone-io/pynecone/pull/340
* Added Testing to Contributing Guide by Alek99 in https://github.com/pynecone-io/pynecone/pull/343
* Use ReconnectingWebSocket instead of vanilla WebSocket by advo-kat in https://github.com/pynecone-io/pynecone/pull/348
* fix: validate event by qu3vipon in https://github.com/pynecone-io/pynecone/pull/338
* chore: update .gitignore by qu3vipon in https://github.com/pynecone-io/pynecone/pull/352
* error message for invalid event handler signature by qu3vipon in https://github.com/pynecone-io/pynecone/pull/363
* feat: multiple styles for components by qu3vipon in https://github.com/pynecone-io/pynecone/pull/370
* Reconnect websocket on window focus as a solution to disconnects on mobile devices by advo-kat in https://github.com/pynecone-io/pynecone/pull/366
* chore: fix typos by qu3vipon in https://github.com/pynecone-io/pynecone/pull/368
* Add and use `pc.list` to have list mutation detection by TommyDew42 in https://github.com/pynecone-io/pynecone/pull/339
* Fix event chain type check by picklelo in https://github.com/pynecone-io/pynecone/pull/375
* Feature: Template For Pull Request Added 362 by SaarthakMaini in https://github.com/pynecone-io/pynecone/pull/377
* feat: Add copy to clipboard component by qu3vipon in https://github.com/pynecone-io/pynecone/pull/380
* Dynamically add vars to a State by Lendemor in https://github.com/pynecone-io/pynecone/pull/381
* Alek/port by Alek99 in https://github.com/pynecone-io/pynecone/pull/388
* Catch a JS Error + code cleanup by Lendemor in https://github.com/pynecone-io/pynecone/pull/384
* Fix custom routes on Windows by picklelo in https://github.com/pynecone-io/pynecone/pull/389
* allow backend variables starting with _ by Lendemor in https://github.com/pynecone-io/pynecone/pull/390
* Finalized port closing and error warning. by Alek99 in https://github.com/pynecone-io/pynecone/pull/391
* Support state vars in `pc.markdown` by picklelo in https://github.com/pynecone-io/pynecone/pull/392
* Feature: Add Pynecone Container Image Build by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/387
* Fix event encoding by picklelo in https://github.com/pynecone-io/pynecone/pull/393
* Switch order of df logic. by Alek99 in https://github.com/pynecone-io/pynecone/pull/396
* Check if curl and unzip are installed, fix 383 by HellAmbro in https://github.com/pynecone-io/pynecone/pull/386
* Add support for toggling color mode ('night/day mode') by advo-kat in https://github.com/pynecone-io/pynecone/pull/382
* Fix format route by picklelo in https://github.com/pynecone-io/pynecone/pull/399
* Update readme by picklelo in https://github.com/pynecone-io/pynecone/pull/404
* Comment out pclist by picklelo in https://github.com/pynecone-io/pynecone/pull/407

New Contributors
* cclauss made their first contribution in https://github.com/pynecone-io/pynecone/pull/305
* qu3vipon made their first contribution in https://github.com/pynecone-io/pynecone/pull/309
* HellAmbro made their first contribution in https://github.com/pynecone-io/pynecone/pull/313
* HighnessAtharva made their first contribution in https://github.com/pynecone-io/pynecone/pull/312
* TommyDew42 made their first contribution in https://github.com/pynecone-io/pynecone/pull/323
* r0b2g1t made their first contribution in https://github.com/pynecone-io/pynecone/pull/335
* LumiaGG made their first contribution in https://github.com/pynecone-io/pynecone/pull/332
* advo-kat made their first contribution in https://github.com/pynecone-io/pynecone/pull/348
* SaarthakMaini made their first contribution in https://github.com/pynecone-io/pynecone/pull/377

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

0.1.13

What's Changed
* Handle dynamic routes by Lendemor in https://github.com/pynecone-io/pynecone/pull/250
* Feature/113 follow up by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/252
* Fix websocket race condition by picklelo in https://github.com/pynecone-io/pynecone/pull/261
* Add optional catch all handling by Lendemor in https://github.com/pynecone-io/pynecone/pull/260
* add 404 custom page handling by Lendemor in https://github.com/pynecone-io/pynecone/pull/265
* Added pc export. by Alek99 in https://github.com/pynecone-io/pynecone/pull/272
* Disable nextjs telemetry. by Alek99 in https://github.com/pynecone-io/pynecone/pull/274
* FIXBUG: able to project name 'test' by dev-onejun in https://github.com/pynecone-io/pynecone/pull/275
* Empty .web/pages directory on recompile by andy-verstraeten in https://github.com/pynecone-io/pynecone/pull/269
* Added steps to make a pr. by Alek99 in https://github.com/pynecone-io/pynecone/pull/286
* Implement var slicing by picklelo in https://github.com/pynecone-io/pynecone/pull/289
* Add windows support by picklelo in https://github.com/pynecone-io/pynecone/pull/290

New Contributors
* dev-onejun made their first contribution in https://github.com/pynecone-io/pynecone/pull/275
* andy-verstraeten made their first contribution in https://github.com/pynecone-io/pynecone/pull/269

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.12...v0.1.13

0.1.12

What's Changed
* Add option to specify port by pysqz in https://github.com/pynecone-io/pynecone/pull/192
* Add decorator for custom components by picklelo in https://github.com/pynecone-io/pynecone/pull/193
* Add default gitignore on pc init by picklelo in https://github.com/pynecone-io/pynecone/pull/206
* Dedent markdown source by picklelo in https://github.com/pynecone-io/pynecone/pull/205
* Fix component decorator bugs by picklelo in https://github.com/pynecone-io/pynecone/pull/203
* Access parent state vars from substate by picklelo in https://github.com/pynecone-io/pynecone/pull/207
* Fix integration test by Alek99 in https://github.com/pynecone-io/pynecone/pull/211
* Added victory graphs. by Alek99 in https://github.com/pynecone-io/pynecone/pull/214
* Apply global styles to body by picklelo in https://github.com/pynecone-io/pynecone/pull/222
* Support nested foreach by picklelo in https://github.com/pynecone-io/pynecone/pull/223
* Added Discord to Readme by Alek99 in https://github.com/pynecone-io/pynecone/pull/229
* Add path event by Lendemor in https://github.com/pynecone-io/pynecone/pull/228
* Updated Victory Group/Stack by Alek99 in https://github.com/pynecone-io/pynecone/pull/231
* fix to wait for router isReady on page load by Lendemor in https://github.com/pynecone-io/pynecone/pull/241
* Added Lendemor and FHU-yezi to contributor! by Alek99 in https://github.com/pynecone-io/pynecone/pull/243
* Add get_query_params() method by Lendemor in https://github.com/pynecone-io/pynecone/pull/244
* Add var length operation by picklelo in https://github.com/pynecone-io/pynecone/pull/245
* Bugfix/113 windows symlink bug by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/248
* Fix custom component imports by picklelo in https://github.com/pynecone-io/pynecone/pull/246
* Import event constructor in custom components by picklelo in https://github.com/pynecone-io/pynecone/pull/249

New Contributors
* pysqz made their first contribution in https://github.com/pynecone-io/pynecone/pull/192
* Lendemor made their first contribution in https://github.com/pynecone-io/pynecone/pull/228
* ElijahAhianyo made their first contribution in https://github.com/pynecone-io/pynecone/pull/248

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.11...v0.1.12

0.1.11

**What's Changed**
* Update README.md by bersace in https://github.com/pynecone-io/pynecone/pull/119
* Add `size` to Input by kbrgl in https://github.com/pynecone-io/pynecone/pull/143
* Fix missing curly brace in _app.js by kbrgl in https://github.com/pynecone-io/pynecone/pull/145
* Add React fragment support by kbrgl in https://github.com/pynecone-io/pynecone/pull/148
* Use websockets for events by picklelo in https://github.com/pynecone-io/pynecone/pull/150
* Added initial integration test template. by Alek99 in https://github.com/pynecone-io/pynecone/pull/152
* Run integration test on pr approval. by Alek99 in https://github.com/pynecone-io/pynecone/pull/155
* Improve event processing performance by picklelo in https://github.com/pynecone-io/pynecone/pull/153
* Add Node Version Error Handling by Alek99 in https://github.com/pynecone-io/pynecone/pull/159
* Improve event processing performance by picklelo in https://github.com/pynecone-io/pynecone/pull/163
* Add template version check by picklelo in https://github.com/pynecone-io/pynecone/pull/164
* Fix generic alias checks by picklelo in https://github.com/pynecone-io/pynecone/pull/172
* Fix substate event handlers by picklelo in https://github.com/pynecone-io/pynecone/pull/171
* Fix event handler name by picklelo in https://github.com/pynecone-io/pynecone/pull/174
* Socket CORS by Alek99 in https://github.com/pynecone-io/pynecone/pull/173
* Small changes in Markdown component by murilo-cunha in https://github.com/pynecone-io/pynecone/pull/179
* Add log level args for pc run by Alek99 in https://github.com/pynecone-io/pynecone/pull/182
* Catch websocket disconnect by picklelo in https://github.com/pynecone-io/pynecone/pull/184
* Improve cli help messages by picklelo in https://github.com/pynecone-io/pynecone/pull/185

New Contributors
* bersace made their first contribution in https://github.com/pynecone-io/pynecone/pull/119
* kbrgl made their first contribution in https://github.com/pynecone-io/pynecone/pull/143
* murilo-cunha made their first contribution in https://github.com/pynecone-io/pynecone/pull/179

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.10...v0.1.11

0.1.10

What's Changed
- Fixed some common bugs
- Began supporting windows (not finished yet), experimental release.

**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.8...v0.1.10

0.1.8

This is the first public release of Pynecone!🎊

Page 13 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.