Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reflex-dev/reflex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.24
Choose a base ref
...
head repository: reflex-dev/reflex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.25
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on Dec 22, 2025

  1. Configuration menu
    Copy the full SHA
    3c82a7e View commit details
    Browse the repository at this point in the history
  2. 0825dev (#6065)

    adhami3310 authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    5b3aa27 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Split REFLEX_CORS_ALLOWED_ORIGINS by comma (#6067)

    Default delimiter is colon with no stripping of whitespace. However for CORS
    it's much more convenient to split on a comma.
    
    Extend the env_var interpretation system to pull a new SequenceOptions object
    out of an Annotated type hint.
    
    Fix #6066
    masenf authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    62d7202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6718679 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. remove --theme from __reflex_style_reset.css (#6076)

    This fixes font rendering of `pre` elements when tailwind is not used.
    masenf authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    89f3a27 View commit details
    Browse the repository at this point in the history
  2. Allow opt-out of sitemap inclusion (#6077)

    Pass `context={"sitemap": None}` to app.add_page to exclude the page from the
    generated sitemap.
    masenf authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    beaa713 View commit details
    Browse the repository at this point in the history
  3. Improve templates fetching logic and filtering (#6068)

    * Improve templates fetching logic and filtering
    
    * Fix frozen dataclass assignment
    
    * Reformat code
    HellAmbro authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    ce9b21a View commit details
    Browse the repository at this point in the history
  4. prerelease

    adhami3310 committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    7841f2d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. release

    adhami3310 committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    cfec63a View commit details
    Browse the repository at this point in the history
Loading