Commit Graph

205 Commits

Author SHA1 Message Date
Nikhil Rao
139ce38df1
Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
Nikhil Rao
d7aeb753d5
Update to v0.1.34 (#1217) 2023-06-19 14:54:35 -07:00
Sergei Ozeranskii
8500a8444a
Allow gunicorn timeout be set in pcconfig.py (#1193) 2023-06-15 15:24:44 -07:00
Thomas Brandého
765fac940d
update fastapi version to resolve starlette security issue (#1172) 2023-06-09 12:19:51 -07:00
Elijah Ahianyo
278222db8f
async tests to test yield functionality (#1163) 2023-06-07 11:50:27 -07:00
Christopher Terrazas
d793e7a4dd
Feat/admin dashboard (#1098) 2023-06-06 11:53:34 -07:00
Nikhil Rao
035ee79e0a
Update to v0.1.33 (#1146) 2023-06-06 11:47:49 -07:00
Nikhil Rao
f1ae27da69
Update pydantic version (#1112) 2023-05-31 19:14:24 -07:00
Elijah Ahianyo
d4d25c17d8
add support for .env configuration (#1104) 2023-05-31 17:26:03 -07:00
Nikhil Rao
9485127c1c
Handle multi-select (#1082) 2023-05-26 10:50:16 -07:00
Milo Chen
87b5378db2
set version 0.1.31 in pyproject.toml (#1054) 2023-05-18 23:26:38 -07:00
Nikhil Rao
948ec90fc4
Add pc.form component (#929) 2023-05-14 22:34:10 -07:00
Nikhil Rao
92b1e241ac
Update dependency versions (#1007) 2023-05-12 00:09:58 -07:00
Thomas Brandého
d232a98898
Add test coverage (#1004) 2023-05-11 17:02:08 -07:00
PeterYusuke
3b88e7c329
[Fix 477] Use jinja2 for templating (#915) 2023-05-09 14:34:47 -07:00
Nikhil Rao
8e3daf9f5b
Clean up on_load events (#965) 2023-05-08 12:13:51 -07:00
Nikhil Rao
1a254aca8e
Add pc.set_value (#835) 2023-04-29 19:01:37 -07:00
Nikhil Rao
5674d9a7a0
Fix pynecone json (#894) 2023-04-27 11:43:50 -07:00
Alek Petuskey
1a8e0b8058
Added better check for bun version. (#877) 2023-04-25 23:35:50 -07:00
Nikhil Rao
bdafc21d3d
Update to v0.1.23 (#797) 2023-04-09 22:09:38 -07:00
Nikhil Rao
0688b4c01a
Fix bun install (#796) 2023-04-09 21:56:40 -07:00
Nikhil Rao
0164c44495
Update to v0.1.21 (#762) 2023-04-02 17:00:27 -07:00
Kasun Herath
92da4e04af
Integrate pre-commit (#742) 2023-03-29 18:24:23 -07:00
Nikhil Rao
32513bdf46 Update version 2023-03-12 21:15:42 -07:00
PeterYusuke
6e74cb00a3
Hot loading asset folder on dev (#643) 2023-03-08 14:39:01 -08:00
Elijah Ahianyo
e106b7aedf
Bugfix for properly rendering datatables (#638) 2023-03-07 13:50:04 -08:00
Nikhil Rao
d74efb9bff
Fix cond component render (#639) 2023-03-06 16:45:10 -08:00
Nikhil Rao
f7138bd53f
Add upload component (#622) 2023-03-03 19:38:58 -08:00
Nikhil Rao
b751260276
Update poetry version (#625) 2023-03-03 13:21:07 -08:00
Nikhil Rao
977cc6990f
Remove sitemap from export (#581) 2023-02-20 23:33:08 -08:00
Nikhil Rao
d72256d427
Generate app sitemap (#552) 2023-02-16 14:53:18 -08:00
Elijah Ahianyo
69a9c95d73
Make PCList pickleable (#500) 2023-02-10 12:25:58 -08:00
advo-kat
8d9c75824c
Socket fixes and config options(#485) 2023-02-09 23:59:20 -08:00
叶子
1529a23c1b
Switch linter to ruff (#450) 2023-02-09 11:33:18 -08:00
advo-kat
50a7c02142
Use Socket.IO for message transport (#449) 2023-02-06 10:37:52 -08:00
Nikhil Rao
0e48ceda21
Update README for pip install pynecone (#404) 2023-01-30 18:28:58 -08:00
Alek Petuskey
cb61579f53
Added anonymous telemetry helpers. (#340) 2023-01-25 14:57:29 -08:00
Nikhil Rao
1e64e62842
Fix websocket race condition (#261) 2023-01-14 16:49:45 -08:00
Elijah Ahianyo
c8936355f2
Remove assets dir symlink 2023-01-13 10:35:20 -08:00
Nikhil Rao
2be20745f1
Improve cli help messages (#185) 2022-12-27 00:01:20 -08:00
Nikhil Rao
0bc09dc961
Add template version check (#164) 2022-12-21 20:05:02 -08:00
Nikhil Rao
0b496fc0e0
Use websockets for events (#150) 2022-12-20 15:22:04 -08:00
Nikhil Rao
2496c3fb9f
Fix pc run backend only (#118) 2022-12-15 23:07:54 -08:00
Nikhil Rao
ba2ae70ee4
Use npm on windows (#117) 2022-12-15 22:13:36 -08:00
叶子
20286062d6
Switch to httpx (#74) 2022-12-13 15:04:19 -08:00
Nikhil Rao
1d22571829
Add props for wrap component (#41) 2022-12-08 17:02:16 -08:00
Nikhil Rao
5a157fb6db
Remove pylint (#38)
* Support python3.7
* Update poetry lock
2022-12-07 21:07:55 -08:00
Nikhil Rao
ccf987b185
Fix code block custom styles. (#36)
* Update Pynecone to v0.1.7
2022-12-07 20:28:22 -08:00
Nikhil Rao
f0355e7f39
Add better error messages (#18) 2022-11-29 19:22:48 -08:00
Nikhil Rao
f710fc1a82
Support Python 3.11 (#17) 2022-11-29 17:01:14 -08:00
Nikhil Rao
5f9bbac11e
Fix state indexing (#16) 2022-11-28 20:12:08 -08:00
Nikhil Rao
30f1bb17e1
Add cache for GitHub actions (#13) 2022-11-24 17:35:39 -08:00
Nikhil Rao
29e37350e5
Add basic unit tests (#7)
* Unit tests for components, state, and utils
2022-11-20 14:34:25 -08:00
Nikhil Rao
67058b66a4 Clean up tag rendering 2022-11-18 22:08:50 -08:00
Nikhil Rao
e8e8eaa010 Initial commit. 2022-11-18 12:44:06 -08:00