Martin Xu
9d13e2d280
bump up websockets ( #2170 )
2023-11-14 14:22:50 -08:00
Masen Furer
ce47fcfd6c
Fix CustomComponent rendering ( #2169 )
2023-11-14 13:03:12 -08:00
Elijah Ahianyo
f7f8aa171b
Set is_hydrated var explicitly on rx.State ( #2168 )
2023-11-14 10:26:25 -08:00
Masen Furer
f3929f47e3
form: only pass handleSubmit when on_submit is defined ( #2162 )
2023-11-13 23:27:42 -08:00
Masen Furer
812ca2377b
Add ConnectionModel and ConnectionBanner to lazy components ( #2167 )
2023-11-13 23:25:54 -08:00
Nikhil Rao
33e4816950
Lazy import modules in reflex ( #2144 )
2023-11-13 19:48:12 -08:00
Younghun
8b935862c2
docs: revise typo in korean README and common CONTRIBUTING readme ( #2160 )
2023-11-13 12:58:19 -08:00
Masen Furer
27b09132b5
form: generate a unique on_submit suffix in create ( #2154 )
2023-11-13 12:52:26 -08:00
Elijah Ahianyo
ea22452b27
Reduce Syntax highlighter footprint ( #2037 )
2023-11-13 12:47:55 -08:00
Thomas Brandého
39cc1b2f12
Upgrade to NextJS 14 ( #2142 )
2023-11-13 09:52:51 -08:00
Masen Furer
5e6520cb5d
Support Form controls via name attribute (no ID or ref) ( #2012 )
2023-11-10 12:58:59 -08:00
Elijah Ahianyo
7a04652a6a
Revert "Bun as runtime on Mac and Linux ( #2138 )" ( #2153 )
2023-11-09 13:01:48 -08:00
Jaspreet singh
323f7ce5ba
remove duplicated content in Contributing.md ( #2152 )
2023-11-09 08:44:32 -08:00
Alek Petuskey
dd982c5ace
Add benchmarking tests ( #2143 )
2023-11-08 17:41:08 -08:00
Elijah Ahianyo
4d6fa9b823
Bun as runtime on Mac and Linux ( #2138 )
2023-11-08 16:22:02 -08:00
Elijah Ahianyo
96eca4f690
Windows Hot reload Peer Dependencies ( #2106 )
2023-11-08 10:26:35 -08:00
Carlos Llatser
7ae53cc5cf
Update Spanish README
2023-11-07 10:58:58 -08:00
Thomas Brandého
c835ad0737
fix to_snake_case and add tests ( #2133 )
2023-11-06 12:13:28 -08:00
Masen Furer
61c9afd5a5
Support Python 3.12 ( #2006 )
2023-11-06 12:08:14 -08:00
Masen Furer
53d4c438ed
Assume wss:// with no port when frontend is HTTPS ( #2129 )
2023-11-06 12:06:07 -08:00
cllatser
6a7bab8416
Correction of grammatical and spelling errors in spanish readme. ( #2130 )
...
Co-authored-by: Carlos Llatser <dev@llatser.es>
2023-11-05 16:48:52 -08:00
Nikhil Rao
f99053055d
Bump to v0.3.2 ( #2128 )
2023-11-03 16:56:38 -07:00
Nikhil Rao
e703d87450
Set unique index vars in rx.foreach ( #2126 )
2023-11-03 16:20:42 -07:00
Masen Furer
e6b02555f4
Github Codespaces Support 🪐 ( #2125 )
2023-11-03 16:08:31 -07:00
Nikhil Rao
6e1bce3412
Prompt for template on reflex init ( #2122 )
2023-11-03 13:37:01 -07:00
Thomas Brandého
eb52edb067
components as props ( #2124 )
2023-11-03 13:29:18 -07:00
Martin Xu
4c97b4c4c0
Hosting CLI: use http endpoint to return deploy milestones ( #2085 )
2023-11-03 12:13:46 -07:00
Masen Furer
b313aaf3ef
rx.call_script callback needs to await promises ( #2121 )
2023-11-02 14:37:02 -07:00
Martin Xu
4a526620ac
[REF-1042] Hosting CLI: check the user selected app name ( #2102 )
2023-11-02 14:34:10 -07:00
Nikhil Rao
63a3a1baf6
Fix readme links ( #2118 )
2023-11-02 12:23:54 -07:00
Thomas Brandého
eeeab441d8
add column resize for data editor ( #2099 )
2023-11-02 12:22:35 -07:00
Masen Furer
fbedc9447e
Compatibility with older typer versions ( #2117 )
2023-11-02 11:28:37 -07:00
Bryan Torres
1ceaedbd15
Added Spanish Readme ( #2028 )
2023-11-02 11:23:17 -07:00
Masen Furer
bf20a530df
Do not stop prop is there is no prop to stop ( #2116 )
...
Check that desired event actions are defined on the object passed as the DOM
event before calling them to avoid frontend errors.
2023-11-02 10:21:41 -07:00
Nikhil Rao
6e71393ed5
Use blank template as default ( #2109 )
2023-11-01 15:59:34 -07:00
Masen Furer
050dd3da92
pyproject.toml: bump typer to 0.9.0 ( #2068 )
2023-11-01 12:15:24 -07:00
shu-qian
a1c39b9968
Add 'orientation' Property to Reflex Stepper Components ( #2089 )
...
* Added 'orientation' property to Stepper
* import Literal in reflex/components/navigation/stepper.py
* Update reflex/components/navigation/stepper.py
---------
Co-authored-by: sq <1838545301@qq.com>
Co-authored-by: Masen Furer <m_github@0x26.net>
2023-11-01 11:51:23 -07:00
Thomas Brandého
96c09b0f6b
make download work for state vars ( #2092 )
2023-10-31 17:08:10 -07:00
Thomas Brandého
853a43eaab
fix portal when using multiple datatable ( #2094 )
2023-10-31 17:07:28 -07:00
Thomas Brandého
60c8c1d40e
cleanup dataeditor js code and hooks ( #2095 )
2023-10-31 17:06:49 -07:00
Masen Furer
5211706bd4
base: expand template content to right edge of screen ( #2104 )
2023-10-31 17:06:22 -07:00
Masen Furer
8eb68a006e
Expose gunicorn_worker_class via Config ( #2084 )
2023-10-31 13:45:29 -07:00
SandeshPyakurel
5e2ce46ddb
Typos fixed in multiple files ( #2090 )
2023-10-31 13:43:25 -07:00
KRISH SONI
929b76a0c5
DALL E and API docs in README ( #2082 )
2023-10-31 13:41:10 -07:00
sentious
be44dc7fa6
Update README.md ( #2076 )
2023-10-31 13:38:05 -07:00
Masen Furer
56476d0a86
Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) ( #1891 )
...
* Expose preventDefault and stopPropagation for DOM events
All EventHandler, EventSpec, and EventChain can now carry these extra
"event_actions" that will be applied inside the frontend code when an event is
triggered from the DOM.
Fix #1621
Fix REF-675
* Test cases (and fixes) for "event_actions"
* form: from __future__ import annotations
for py38, py39 compat
* Revert overzealous merge conflict resolution
2023-10-31 11:42:42 -07:00
Shreyas0410
e82bc40479
docs: fixed wrapping react link ( #2097 )
...
* docs: fixed wrapping react link
* updated link in all Readme
2023-10-31 10:23:19 -07:00
dodeca-6-tope
e81839fca1
fix docker example ( #2086 )
2023-10-31 10:17:03 -07:00
Debajoti Chakraborty
758d6844f4
fix: Grammatical error & typo in CONTRIBUTING.md ( #2072 )
...
* Update README.md
* Update CONTRIBUTING.md
2023-10-31 10:00:46 -07:00
Nikhil Rao
6ef86c26cf
Bump to v0.3.1 ( #2062 )
2023-10-30 20:46:38 -07:00