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
  • 19 commits
  • 24 files changed
  • 7 contributors

Commits on Jun 30, 2023

  1. Enhance route.lazy return type (#10634)

    * Enahnce route.lazy return type
    
    * Fix upstream type in RR
    brophdawg11 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    102c599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af41cda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7178a48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    499af9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbc7715 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    5cb2a1f View commit details
    Browse the repository at this point in the history
  2. docs(hooks/use-outlet-context): update typings (#10661)

    * Update use-outlet-context.md
    
    In previous version when you change type of a user in `useState` or just pass wrong data in the context you wouldn't get a typescript error. In other words only context consumer uses `ContextType` but not producer, which is wrong bcs as I said when you change type of data in the producer(without changing ContexrType) => the consumer would still assume the old data is passed.
    
    This commit adds better typescript support, so that when you change data passed into context you will get ts error of the data does not satisfy ContextType and will be forced to update related stuff
    
    * Update contributors.yml
    valerii15298 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2b633f9 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    9c1892a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26dce23 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    0586306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058be38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb5bba View commit details
    Browse the repository at this point in the history
  4. Enter prerelease mode

    brophdawg11 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1d1dc98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cda182 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    3f75db4 View commit details
    Browse the repository at this point in the history
  2. chore: Update version for release (pre) (#10710)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a9d1263 View commit details
    Browse the repository at this point in the history
  3. Exit prerelease mode

    brophdawg11 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    16fe30e View commit details
    Browse the repository at this point in the history
  4. chore: Update version for release (#10711)

    * chore: Update version for release
    
    * 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 Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1acea8b View commit details
    Browse the repository at this point in the history
Loading