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/ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: laravel/ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 17 commits
  • 15 files changed
  • 5 contributors

Commits on Sep 5, 2019

  1. Update dev-master

    driesvints committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    f7e3e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24fa85c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Add note about presets

    driesvints committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    4a92d7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from aryehraber/fix/remove-csrf-token

    Remove X-CSRF-TOKEN header from Axios instance
    taylorotwell authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    967fd6f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Add issue templates

    driesvints committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    995d885 View commit details
    Browse the repository at this point in the history
  2. Add SECURITY.md

    driesvints committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f1f1318 View commit details
    Browse the repository at this point in the history
  3. Update SECURITY.md

    driesvints committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    60d9cb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfcdeb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. replace tab to space

    wuwx authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    6811664 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from wuwx/patch-1

    replace tab to space
    driesvints authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    1ea560a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Add missing semicolon to avoid unnecesary diff

    The default laravel's bootstrap.js file has a semicolon in the Echo
    import statement and even though the missing one in the scaffolded file
    is not strictly required, it causes an unnecessary diff if it is not
    there when the scaffolding happens.
    roberto-aguilar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    a261404 View commit details
    Browse the repository at this point in the history
  2. Update resolve-url-loader dependency constraint

    As the laravel/laravel's package.json file, it now uses the caret
    constraint instead of a fixed dependency version
    roberto-aguilar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    bb0b859 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Merge pull request #32 from roberto-aguilar/missing-semicolon

    Add missing semicolon to avoid unnecessary diff
    driesvints authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f8ea331 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from roberto-aguilar/resolve-url-loader-version

    Update resolve-url-loader dependency constraint
    driesvints authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    2c1a63f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    ad01a0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from laravel/password-confirmation

    Add password confirmation screen
    taylorotwell authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    b544082 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    driesvints committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    311219c View commit details
    Browse the repository at this point in the history
Loading