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: phoenixframework/phoenix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.7
Choose a base ref
...
head repository: phoenixframework/phoenix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.8
Choose a head ref
  • 20 commits
  • 91 files changed
  • 14 contributors

Commits on May 6, 2026

  1. Configuration menu
    Copy the full SHA
    c03777d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602d7ef View commit details
    Browse the repository at this point in the history
  3. update changelog

    SteffenDE committed May 6, 2026
    Configuration menu
    Copy the full SHA
    7305b57 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. 1 Configuration menu
    Copy the full SHA
    f55e7e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    579832e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e504295 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2026

  1. Bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 (#…

    …6676)
    
    Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-modules-systemjs"
      dependency-version: 7.29.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2026
    Configuration menu
    Copy the full SHA
    8cbe817 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Fix phx.auth.gen template (#6682)

    Changes the test template created by phx.gen.auth to match the text
    it generates for the LiveView ("Sign up" instead of "Register").
    
    Co-authored-by: Sean Ewing <kyckling@proton.me>
    strobilomyces and Sean Ewing authored May 19, 2026
    Configuration menu
    Copy the full SHA
    b130fad View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Fix typos in guides (#6683)

    Co-authored-by: ug <ug@ugnoMacBook-Pro.local>
    gr8distance and ug authored May 20, 2026
    Configuration menu
    Copy the full SHA
    ce39852 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. Configuration menu
    Copy the full SHA
    1badf83 View commit details
    Browse the repository at this point in the history
  2. Add eex suffix to phx.gen.auth template override test (#6680)

    * Add eex suffix to phx.gen.auth template override test
    
    * add separate legacy test
    
    ---------
    
    Co-authored-by: Steffen Deusch <steffen@deusch.me>
    bhtabor and SteffenDE authored May 22, 2026
    Configuration menu
    Copy the full SHA
    eea4895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6a4e31 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. Configuration menu
    Copy the full SHA
    e1c3816 View commit details
    Browse the repository at this point in the history
  2. Refactor template override backward compatibility test (#6684)

    Add template override backward compatibility test
    Remove phx.gen.auth template override backward compatibility test
    bhtabor authored May 29, 2026
    Configuration menu
    Copy the full SHA
    39eb5dd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Add README template for Phoenix umbrella (#6691)

    * Add README template for Phoenix umbrella
    
    * Apply suggestion from @SteffenDE
    
    ---------
    
    Co-authored-by: Steffen Deusch <steffen@deusch.me>
    Null-logic-0 and SteffenDE authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    cf9dd26 View commit details
    Browse the repository at this point in the history
  2. Replace all hexdocs URLs with the subdomain format (#6693)

    See hexpm/hexpm#1614
    
    This is the command to update the URLs:
    
    ```sh
      git grep -IlZ -E 'https://hexdocs\.pm/[A-Za-z0-9_]+' -- \
        ':!doc/**' ':!_build/**' ':!deps/**' |
      xargs -0 perl -0pi -e 's{https://hexdocs\.pm/([A-Za-z0-9_]+)}{"https://" . ($1 =~ s/_/-/gr) .
      ".hexdocs.pm"}ge'
    ```
    
    The diff is best viewed with:
    
    ```
    git diff --word-diff=color --word-diff-regex=.
    ```
    Gazler authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    e1e7912 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. Clarify channel payloads can be any serializable value (#6695)

    Updates documentation to match the implementation.
    rhcarvalho authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    f30fa36 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. Configuration menu
    Copy the full SHA
    d453e37 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

  1. Generator changes for LiveView 1.2 (#6696)

    * Prepare for LiveView 1.2
    
    * update integration_test deps
    
    * fix local_mail_adapter check for umbrellas
    
    * gate lv config
    
    * formatter changes
    SteffenDE authored Jun 10, 2026
    Configuration menu
    Copy the full SHA
    729f781 View commit details
    Browse the repository at this point in the history
  2. Release v1.8.8

    SteffenDE committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    99df0a9 View commit details
    Browse the repository at this point in the history
Loading