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.7.1
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.7.2
Choose a head ref

Commits on Mar 4, 2023

  1. Copy the full SHA
    3c27a34 View commit details

Commits on Mar 6, 2023

  1. Copy the full SHA
    4e9d031 View commit details

Commits on Mar 7, 2023

  1. Copy the full SHA
    d260400 View commit details
  2. Copy the full SHA
    c3b39cf View commit details

Commits on Mar 9, 2023

  1. Improve router docs

    josevalim committed Mar 9, 2023
    Copy the full SHA
    18230de View commit details
  2. Copy the full SHA
    2b37a19 View commit details
  3. Fix minor typo (#5336)

    holandes22 authored Mar 9, 2023
    Copy the full SHA
    f0a7cd1 View commit details
  4. Improvements to compilation error page in code reloader

    * Remove horizontal scrolling
    * Also print all warnings that happened during compilation
    * Abort the compiler if a previous task returns :error
    * Ensure forwards compatibility with Elixir v1.15
    josevalim committed Mar 9, 2023
    Copy the full SHA
    5bf92a8 View commit details
  5. Plug guide fix (#5335)

    nhessler authored Mar 9, 2023
    Copy the full SHA
    151a0a3 View commit details

Commits on Mar 10, 2023

  1. Rename hero_icons to heroicons

    c4710n committed Mar 10, 2023
    Copy the full SHA
    e7918a3 View commit details
  2. Copy the full SHA
    d48c0ed View commit details
  3. Add --no-esbuild and --no-tailwind for more fine grained control

    At the moment, core components still generate tailwind classes
    but this will be addressed in a future commit.
    josevalim committed Mar 10, 2023
    Copy the full SHA
    30fed97 View commit details
  4. Improve docs

    josevalim committed Mar 10, 2023
    Copy the full SHA
    ba3270a View commit details
  5. Copy the full SHA
    b77e533 View commit details
  6. Copy the full SHA
    83524dc View commit details
  7. 1
    Copy the full SHA
    000279e View commit details
  8. Copy the full SHA
    83fa335 View commit details
  9. More mix format fixes

    josevalim committed Mar 10, 2023
    Copy the full SHA
    dc39872 View commit details
  10. Use JS.exec

    chrismccord committed Mar 10, 2023
    Copy the full SHA
    6b0661e View commit details
  11. Use logo asset

    chrismccord committed Mar 10, 2023
    Copy the full SHA
    5a01f10 View commit details
  12. Resolve conflicts

    chrismccord committed Mar 10, 2023
    Copy the full SHA
    384e7a2 View commit details
  13. Copy the full SHA
    19674fa View commit details
  14. Copy the full SHA
    58e4b01 View commit details
  15. Copy the full SHA
    373b4cc View commit details
  16. Copy the full SHA
    0294962 View commit details

Commits on Mar 11, 2023

  1. Copy the full SHA
    571492e View commit details
  2. Update CHANGELOG

    josevalim committed Mar 11, 2023
    Copy the full SHA
    c9abd2c View commit details

Commits on Mar 12, 2023

  1. fix old link in doc (#5346)

    lbellomo authored Mar 12, 2023
    Copy the full SHA
    0c5cb9d View commit details

Commits on Mar 13, 2023

  1. Copy the full SHA
    db01f75 View commit details
  2. Copy the full SHA
    78e7140 View commit details
  3. Copy the full SHA
    907b61a View commit details
  4. Copy the full SHA
    4e2c7e8 View commit details
  5. Fixes to core components

    * Do not trigger @on_cancel on modal remove
    * Do not mark flash as hidden
    josevalim committed Mar 13, 2023
    Copy the full SHA
    cc0b316 View commit details
  6. Copy the full SHA
    f5db6ff View commit details
  7. Fetch and extract heroicons in one step

    c4710n authored and josevalim committed Mar 13, 2023
    Copy the full SHA
    6f8279c View commit details
  8. Sync core component files

    josevalim committed Mar 13, 2023
    Copy the full SHA
    8ab7056 View commit details

Commits on Mar 15, 2023

  1. Copy the full SHA
    5f1bb12 View commit details
  2. Copy the full SHA
    52061f4 View commit details

Commits on Mar 16, 2023

  1. Copy the full SHA
    b2f110f View commit details
  2. Copy the full SHA
    276b81d View commit details
  3. Fix phx_drain message

    chrismccord committed Mar 16, 2023
    Copy the full SHA
    6d43872 View commit details
  4. Bump deps

    chrismccord committed Mar 16, 2023
    Copy the full SHA
    e7f7ea3 View commit details
  5. Fix "Resend Confirmation Instructions" and "Settings" Form Styling (#…

    …5254)
    
    * Fix confirmation_new styling
    
    * Fix Settings style in LiveView template
    
    ---------
    
    Co-authored-by: Chris McCord <chris@chrismccord.com>
    PJUllrich and chrismccord authored Mar 16, 2023
    Copy the full SHA
    e5bb16c View commit details
  6. Bump lock

    chrismccord committed Mar 16, 2023
    Copy the full SHA
    0297892 View commit details
  7. Fix CI

    chrismccord committed Mar 16, 2023
    Copy the full SHA
    177537d View commit details

Commits on Mar 19, 2023

  1. Minor grammar fix (#5366)

    psabhay authored Mar 19, 2023
    Copy the full SHA
    c21b861 View commit details

Commits on Mar 20, 2023

  1. Update routing.md (#5361)

    LayoutView to Layouts.
    ratulb authored Mar 20, 2023
    Copy the full SHA
    c2935d2 View commit details
  2. update PageController index action to home in Controllers Guide (#5338)

    * update PageController index action to home
    
    * addresses great feedback from @phoebe100
    nhessler authored Mar 20, 2023
    Copy the full SHA
    68c0096 View commit details
  3. Adding info log if they have http/https set but not server: true set (#…

    …5362)
    
    * Adding info log if they have http/https set but not server: true set
    
    ---------
    
    Co-authored-by: José Valim <jose.valim@dashbit.co>
    jeregrine and josevalim authored Mar 20, 2023
    Copy the full SHA
    c44ea28 View commit details
  4. Fix CI

    chrismccord committed Mar 20, 2023
    Copy the full SHA
    1d45340 View commit details
Loading