Thanks to visit codestin.com
Credit goes to github.com

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: laravel/boost
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: laravel/boost
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.5
Choose a head ref
  • 20 commits
  • 20 files changed
  • 10 contributors

Commits on Aug 16, 2025

  1. Add support for Vite CSP nonce

    Boost Browserlogger won't work when CSP is enabled with a Vite provided nonce. This commit adds the Vite nonce when its detected.
    
    Boost is meant for local development and CSP is often applied in production only. Yet for testing purposes CSP can be applied in the local environment as well, making it useful for Boost to support CSP nonces as well.
    nckrtl authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    9619d76 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

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

Commits on Sep 1, 2025

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

Commits on Sep 4, 2025

  1. Update CHANGELOG

    ashleyhindle authored and github-actions[bot] committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    5a3c8b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. docs: README: light/dark mode logo (#148)

    * docs: README: light/dark mode logo
    
    * docs: README: move to img tag
    
    * static: remove unnecessary phpstan ignore
    
    * Fix code styling
    
    ---------
    
    Co-authored-by: ashleyhindle <[email protected]>
    ashleyhindle and ashleyhindle authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    f45626b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    a64230e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #255 from laravel/remove-unnecessary-ssh-keys-from-ci

    ci: remove unneeded SSH keys now MCP package is public
    ashleyhindle authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    9ab2c14 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

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

Commits on Sep 16, 2025

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

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    3d49472 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from mohammedyh/patch-1

    fix: remove stray parenthesis in lifecycle hook guidance in livewire guidelines
    pushpak1300 authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    4c3cfe2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #221 from mr-chetan/main

    fix: correct syntax in Tailwind v4 import code snippet
    pushpak1300 authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    6bcab8b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #232 from felipeArnold/convert-multiple-expectatio…

    …ns-into-chain
    
    tests: convert multiple expectations into chain
    ashleyhindle authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    6f4b689 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #258 from laravel/codex-guideline-support

    Add Codex Guideline Support
    pushpak1300 authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    463013b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7103e3b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Configuration menu
    Copy the full SHA
    360779a View commit details
    Browse the repository at this point in the history
  2. test: add CSP nonce handling tests and refactor BrowserLogger attribu…

    …tes handling
    
    Co-authored-by: Joost de Bruijn <[email protected]>
    Signed-off-by: Pushpak Chhajed <[email protected]>
    pushpak1300 and joostdebruijn committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    e8d6823 View commit details
    Browse the repository at this point in the history
  3. test: specify TestResponse type for better type safety

    Signed-off-by: Pushpak Chhajed <[email protected]>
    pushpak1300 committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    15f655a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #262 from laravel/show_all_agents_in_single_view

    Update scroll value for Agent selection box
    pushpak1300 authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    842e755 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #142 from nckrtl/patch-1

    Add support for Vite CSP nonce
    ashleyhindle authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4bd1692 View commit details
    Browse the repository at this point in the history
Loading