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: remix-run/react-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: remix-run/react-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 17 commits
  • 47 files changed
  • 8 contributors

Commits on Sep 21, 2022

  1. chore: sync contributors

    chaance committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9d983b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98161c9 View commit details
    Browse the repository at this point in the history
  3. 3 Configuration menu
    Copy the full SHA
    41c0491 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. docs: add better docs and console errors for data router features (#9311

    )
    
    * docs: add data router note to ScrollRestoration
    
    * Add trailing period
    
    * Add changeset
    
    * doh\!
    brophdawg11 authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d8e6d7f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    0a00110 View commit details
    Browse the repository at this point in the history
  2. fix: reset actionData state on redirection from an action (#9334)

    * fix: reset actionData state on redirection from an action
    
    * Update contributors.yml
    
    * use destination location and add unit test
    
    * Update changelog + comments
    
    Co-authored-by: Matt Brophy <[email protected]>
    jrakotoharisoa and brophdawg11 authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    9e386f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. fix: update matchPath to avoid false positives on dash-separated segm…

    …ents (#9300)
    
    * fix: update matchPath to avoid false positives on dash-separated segments
    
    * Add changeset
    
    * remove uneeded else branch in matching empty paths
    brophdawg11 authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    779d4af View commit details
    Browse the repository at this point in the history
  2. fix: respect basename in useFormAction (#9352)

    * fix: respect basename in useFormAction
    
    * Add changeset
    
    * Update changeset
    
    * change assertion
    brophdawg11 authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    434003d View commit details
    Browse the repository at this point in the history
  3. fix: Strengthen route typings (#9366)

    * Add conditional type to RouteObject
    
    - RouteObject type should accept either index or children.
    
    * Add contributor
    
    * Enhance children if index is falsy
    
    * Throw error in createRoutesFromChildren + test
    
    * Update error message
    
    * fix: Stengthen route typings top to bottom
    
    * Add test+invariant for index/path combinations
    
    * Remove duplicate check
    
    * Add invariant for index/path to flattenRoutes
    
    * Make children checks consistent
    
    * Allow index + path routes
    
    * remove data router example changes
    
    * Remove createroutesFromChildren test
    
    * Fix error message
    
    * List type props
    
    * add changeset
    
    Co-authored-by: Siddhant Gupta <[email protected]>
    Co-authored-by: Siddhant Gupta <[email protected]>
    3 people authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    540f94b View commit details
    Browse the repository at this point in the history
  4. fix: detect and error on invalid pathnames (#9375)

    * fix: detect and error on invalid pathnames
    
    * Enhance error message
    
    * add changeset
    
    * Extract function
    
    * Update warning message
    
    Co-authored-by: Michael Jackson <[email protected]>
    
    * fix test error message
    
    Co-authored-by: Michael Jackson <[email protected]>
    brophdawg11 and mjackson authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b19a80b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8359631 View commit details
    Browse the repository at this point in the history
  6. chore: Update version for release (pre) (#9380)

    * chore: Update version for release (pre)
    
    * update changelogs
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Matt Brophy <[email protected]>
    3 people authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    5905109 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    718743e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. fix: make hasErrorelement optional on types (#9394)

    * fix: make hasErrorelement optional on types
    
    * add changeset
    brophdawg11 authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9e9a90b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. chore: Update version for release (pre) (#9395)

    * chore: Update version for release (pre)
    
    * Fix changeset
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Matt Brophy <[email protected]>
    3 people authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1317087 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. chore: exit prerelease

    chaance committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    171c34a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92425b8 View commit details
    Browse the repository at this point in the history
Loading