Steven Yu
391135e235
Add Simplified Chinese version of the README ( #1341 )
2023-07-17 13:45:01 -07:00
pigeon
d6b191538e
Add custom message when the user exits an app ( #1345 )
2023-07-17 11:45:48 -07:00
Nikhil Rao
7397cd795a
Optimize dev mode compile ( #1348 )
2023-07-17 11:42:07 -07:00
Masen Furer
c589af84c1
pyproject.toml: bump httpx to ^0.24.0 ( #1353 )
2023-07-17 11:15:03 -07:00
Elijah Ahianyo
40953d05ac
Strict type checking for indexing with vars ( #1333 )
2023-07-13 15:46:15 -07:00
Masen Furer
2c97c1e7ca
reflex.testing.AppHarness: tools for testing reflex apps ( #1326 )
2023-07-13 15:45:57 -07:00
Masen Furer
3a07e990be
respect "env" from rxconfig ( #1338 )
2023-07-13 15:44:50 -07:00
Thomas Brandého
c15839da40
parameter for turning off nextJS compression ( #1316 )
2023-07-13 15:33:01 -07:00
Nikhil Rao
bb6be16963
Fix codeblock import ( #1337 )
2023-07-12 17:09:24 -07:00
Masen Furer
5505d10989
rx.Model: automigrate using alembic ( #1321 )
2023-07-12 15:47:19 -07:00
Alek Petuskey
fc87589434
Added input element addons left/right ( #1335 )
2023-07-12 15:37:41 -07:00
Alek Petuskey
f79ba97ce3
Add input element addons left/right ( #1335 )
2023-07-12 15:37:06 -07:00
Elijah Ahianyo
7f0fc86816
Computed vars tuple and str indexing support ( #1322 )
2023-07-12 15:26:34 -07:00
Masen Furer
5cbf7da952
state.js: accumulate incoming events ( #1313 )
...
If the backend yields multiple events from a single event handler, ensure that
each event gets appended to the pending result before being transferred to the
state. Previously each incoming event would overwrite any other pending
event(s) leading to racy and unpredictable behavior when yielding events from
the backend in quick succession.
Fixes #1309
Bonus Fix: when setting `processing: false` after client-side events (like
_console), spread from `result`, not `state` to avoid accumulating duplicate
queued events. I think this was originally an undiscovered bug that was exposed
by the main fix.
2023-07-07 12:58:13 -07:00
Thomas Brandého
0a6c9d35e7
Update bug_report.md ( #1312 )
2023-07-06 16:00:38 -07:00
Masen Furer
333e2b3184
component: do not create ref for dynamic id ( #1307 )
...
allow dynamic id (BaseVar) to be specified (from state value or foreach), but
do not create a react reference for it, since that must be known at compile
time.
if a react ref is needed, then specify a string _at compile time_, not from
state.
fix #1302
2023-07-06 06:16:13 -07:00
Masen Furer
8cb12c756c
poetry.lock: update pinned versions ( #1308 )
2023-07-06 06:15:30 -07:00
Thomas Brandého
d4964886fd
fix the link toward docs in default apps ( #1292 )
2023-07-06 05:53:56 -07:00
Masen Furer
20e2a25c9a
vars: unbox EventHandler and functools.partial for dep analysis ( #1305 )
...
When calculating the variable dependencies of a cached_var, reach into objects
with .func or .fn attributes and perform analysis on those.
Fix #1303
2023-07-05 16:05:49 -07:00
Masen Furer
e9592553c4
pyproject.toml: update homepage and documentation links ( #1299 )
...
the site has moved to reflex.dev
2023-07-05 15:50:59 -07:00
Alek Petuskey
178ef3c201
Change readme to reflex ( #1289 )
...
* Change reame to reflex
* Change reame to reflex fix typo
* Change reame to reflex fix pr comments
* Update readme
---------
Co-authored-by: Alek Petuskey <alekpetuskey@aleks-mbp.lan>
Co-authored-by: Nikhil Rao <nikhil@pynecone.io>
2023-07-05 15:47:02 -07:00
Siddhant Goel
59c4a5e962
Replace pkg_resources with importlib ( #1301 )
...
* Install importlib_metadata for Python 3.7
* Replace pkg_resources with importlib
2023-07-05 11:10:03 -07:00
Masen Furer
51452a6e5a
reflex export: get_app
before setup_frontend
( #1286 )
2023-06-30 17:58:31 -07:00
Sheldon
6b54b2500c
fix pc export ( #1265 )
2023-06-30 14:26:15 -07:00
Nikhil Rao
72fe55ae72
Add default styles to markdown ( #1284 )
2023-06-30 13:16:30 -07:00
Thomas Brandého
903c81dd21
fix silent compilation error ( #1281 )
2023-06-30 09:46:17 -07:00
Masen Furer
5d4f402987
link: clear as
property if link has no href ( #1272 )
2023-06-29 18:45:34 -07:00
Milo Chen
bc5d5c61f2
Fix the zh translation ( #1262 )
2023-06-29 16:11:12 -07:00
Masen Furer
ffa6ddf8b8
migrate_to_reflex: convert pcconfig to rxconfig ( #1270 )
...
* migrate_to_reflex: convert pcconfig to rxconfig
fix #1269
* migrate_to_reflex: replace pynecone.io links with reflex.dev
2023-06-29 16:10:48 -07:00
Elijah Ahianyo
272f0eb003
Bugfix: Some Pages are not Generated: ( #1278 )
...
Fix issue with some pages not being generated
2023-06-29 16:01:31 -07:00
Nikhil Rao
bb96e12940
Fix missing stdout in event handlers ( #1271 )
2023-06-28 16:26:09 -07:00
Masen Furer
cd63297fe4
state: Leading underscore functions are not backend vars ( #1268 )
2023-06-28 15:32:49 -07:00
Elijah Ahianyo
3b3fc4f965
Local storage clear and remove ( #1222 )
2023-06-28 11:59:27 -07:00
Elijah Ahianyo
be48e13c71
Remove cookies ( #1223 )
2023-06-27 18:04:29 -07:00
Siddhant Goel
c6c4410db5
Allow view overrides for registering models with admin ( #1249 )
2023-06-27 14:08:09 -07:00
Elijah Ahianyo
1d4fda273b
pc export flag rename ( #1258 )
2023-06-27 13:09:58 -07:00
Maks Rybalchenko
71425b2077
exclude .web folder from uvicorn file sync ( #1252 )
2023-06-26 18:46:34 -07:00
Sergei Ozeranskii
1dfe76c4a3
Unify the launch of child processes ( #1250 )
2023-06-26 14:50:23 -07:00
Nikhil Rao
73895b82b7
Update new url ( #1246 )
2023-06-25 17:06:29 -07:00
Nikhil Rao
139ce38df1
Rename pynecone to reflex ( #1236 )
2023-06-25 16:56:55 -07:00
Thomas Brandého
d9e4d6d130
add set_clipboard method ( #1230 )
2023-06-23 13:01:57 -07:00
Elijah Ahianyo
3f56620870
Get Local Storage ( #1234 )
2023-06-23 12:56:05 -07:00
Sheldon
aeb04e9130
fix upload file not set state before return ( #1227 )
2023-06-23 11:46:53 -07:00
Elijah Ahianyo
91d872fb4c
Bugfix: Gitignore file empty newlines ( #1232 )
2023-06-22 14:36:06 -07:00
Alek Petuskey
7962e897e9
Update readme example ( #1225 )
2023-06-21 13:40:35 -07:00
Elijah Ahianyo
b6ae225455
Get Cookies ( #1221 )
2023-06-20 14:57:33 -07:00
Nikhil Rao
9330999eb7
Fix pc.py frontend setup ( #1219 )
2023-06-20 09:49:09 -07:00
Nikhil Rao
d7aeb753d5
Update to v0.1.34 ( #1217 )
2023-06-19 14:54:35 -07:00
Elijah Ahianyo
e180f4d43a
Bun Version update ( #1216 )
2023-06-19 14:49:36 -07:00
Elijah Ahianyo
5e41985bfe
Grid and ResponseGrid component docs update ( #1215 )
2023-06-19 14:27:59 -07:00