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.25
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.26
Choose a head ref
  • 6 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 14, 2026

  1. ENG-8664: MutableProxy.wrap_recursive fully rebinds existing proxy va…

    …lues (#6083)
    
    This will convert ImmutableMutableProxy to MutableProxy for example when a
    value is stashed from a background event, then is accessed from a regular
    event.
    masenf authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    c441e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32a686 View commit details
    Browse the repository at this point in the history
  3. 0826dev (#6081)

    adhami3310 authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    726711e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Reflex Markdown TLC (#6085)

    * Reflex Markdown TLC
    
    * Bump to react-markdown 10.0.0, bump all plugins to latest versions
    * component_map: "codemap" with "pre" for simpler handling of inline vs code block
    * Add new `rx.markdown.plugin` function to allow easily loading remark and rehype plugins
    * Add new `MarkdownWrapper` since the new react-markdown doesn't accept css/className
    * Add `use_math`, `use_gfm`, `use_raw` and friends to customize default plugins
    
    BREAKING: children for textual components is now a bare string instead of a list of str
    
    * uprev to react-markdown 10.1.0
    
    * remove markdown related packages from outdated dependencies exclusion list
    
    * avoid blind .pop in Markdown.create
    
    * Update test_markdown assertions
    
    * Ensure comments are accurate
    masenf authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    2545378 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. prerelease

    adhami3310 committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    8286a41 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. release

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