reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
News fragment
masenf/sync-package-json-on-install
8 hours ago
ENG-9801: sync `reflex.lock/package.json` to `.web/package.json` Every time the framework requests installation of packages, sync the `package.json` along with the lock files, so out of band changes are picked up. After init, sync any package.json or lock files to reflex.lock so subsequent installs keep the initialized hooks and overrides.
masenf/sync-package-json-on-install
8 hours ago
Preserve bound args for upload handlers (#6602) * Preserve upload handler bound args * fix: forward bound upload handler args to the backend Args bound to an upload handler (e.g. State.on_drop(rx.upload_files(...), field)) were preserved in the compiled event spec but never reached the backend handler, since uploads travel over a REST endpoint instead of the socket. The client now forwards the named extra args via a URL-encoded JSON header, which the upload endpoint decodes and merges into the event payload. Bound names that clash with reserved upload keys are rejected at build time. Fixes #5290. * docs: add changelog for upload bound-arg fix (#5290) * fix: return 400 on malformed reflex-event-args upload header Validate the reflex-event-args header before parsing form data so a malformed or non-object JSON payload yields a 400 instead of a 500. * fix: carry upload bound args as a form field so streaming uploads get them Bound handler args were sent in a URL-encoded HTTP header, which the streaming chunk parser never read, so chunked uploads dropped them and the header path was capped by server limits. Move the args into a leading __reflex_event_args multipart field parsed ahead of the first file chunk, dispatching the handler once it is read. The field is size-bounded and rejected if it arrives after a file part. * Bump reflex-base min dep to dev version Indicate that reflex-components-core will depend tightly on the next public release of reflex-base --------- Co-authored-by: Deepak kudi <deepakkudi23@adsl-172-10-9-116.dsl.sndg02.sbcglobal.net> Co-authored-by: Farhan Ali Raza <farhanalirazaazeemi@gmail.com> Co-authored-by: Farhan Ali Raza <62690310+FarhanAliRaza@users.noreply.github.com> Co-authored-by: Masen Furer <m_github@0x26.net>
main
9 hours ago
Drop the NoneVar fast path; helpers handle null chars pyStrip/pyLstrip/pyRstrip already fall back to trim/trimStart/trimEnd when chars is null, so always emit the helper call. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ubaidrmn:fix-5417
10 hours ago
Bump reflex-base min dep to dev version Indicate that reflex-components-core will depend tightly on the next public release of reflex-base
puneetdixit200:fix/upload-bound-event-args
12 hours ago
Update docs dark mode palette (#6604) * Update dark mode palette * bump min version for reflex components internal * update * more updates * ruff * update --------- Co-authored-by: Masen Furer <m_github@0x26.net>
main
14 hours ago
Merge branch 'main' into carlos/update-docs-colors
carlos/update-docs-colors
14 hours ago
Merge remote-tracking branch 'origin/main' into style-fix
FarhanAliRaza:style-fix
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
ENG-9801: sync `reflex.lock/package.json` to `.web/package.json`
#6658
8 hours ago
6fe0257
masenf/sync-package-json-on-install
CodSpeed Performance Gauge
0%
Update `StringVar` to match Python `str` behavior (#5417)
#6596
11 hours ago
e223f21
ubaidrmn:fix-5417
CodSpeed Performance Gauge
0%
Preserve bound args for upload handlers
#6602
12 hours ago
704f674
puneetdixit200:fix/upload-bound-event-args
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs