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: inertiajs/inertia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.12
Choose a base ref
...
head repository: inertiajs/inertia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.13
Choose a head ref
  • 6 commits
  • 18 files changed
  • 3 contributors

Commits on Oct 24, 2023

  1. Bump @babel/traverse from 7.22.5 to 7.23.2 (#1707)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
    - [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.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      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 Oct 24, 2023
    Configuration menu
    Copy the full SHA
    470ed05 View commit details
    Browse the repository at this point in the history
  2. Bump postcss from 8.4.24 to 8.4.31 (#1700)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.24...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3a43b79 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Clear errors on form reset (#1568)

    * Clear errors on form reset
    
    * Abstract out `clearErrors` function
    
    * Update tests
    
    * Fix test
    
    * Update changelog
    reinink authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    74d682c View commit details
    Browse the repository at this point in the history
  2. Fix Link type in React (#1659)

    * fix InertiaLink type
    
    * Fix types
    
    ---------
    
    Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
    guihigashi and reinink authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2ebd862 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    reinink committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b234105 View commit details
    Browse the repository at this point in the history
  4. v1.0.13

    reinink committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4f0cab6 View commit details
    Browse the repository at this point in the history
Loading