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: solidjs/solid-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: solidjs/solid-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 35 files changed
  • 1 contributor

Commits on Mar 18, 2026

  1. Align router with Solid 2 beta baseline

    Update the existing migration work to the current Solid 2 beta surface and remove the remaining deprecated compatibility APIs so the next action/submission redesign can start from a stable checkpoint.
    
    Made-with: Cursor
    ryansolid committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    5707283 View commit details
    Browse the repository at this point in the history
  2. Update router for Solid 2 beta data flow

    Align the router with Solid 2 beta primitives by refactoring actions around Solid's action model, removing deprecated async APIs, and documenting the new submission and optimistic update patterns.
    
    Made-with: Cursor
    ryansolid committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    4ae40e0 View commit details
    Browse the repository at this point in the history
  3. Add changeset and AI guidance rules

    Document the Solid 2 beta branch for release tooling and add Solid-style Cursor rules tailored to this router repo so future work follows the current architecture, testing, and changeset expectations.
    
    Made-with: Cursor
    ryansolid committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    afc50c5 View commit details
    Browse the repository at this point in the history
  4. Enter next prerelease mode

    Record the changesets prerelease state for the Solid 2 migration branch so future versioning runs produce next-tagged prerelease versions.
    
    Made-with: Cursor
    ryansolid committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    6aa70da View commit details
    Browse the repository at this point in the history
  5. v0..17.0-next.0

    ryansolid committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    dbdf29f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Fix client navigation rendering and router setup warning

    Keep route outlet consumption inside JSX tracking and avoid reading the router source signal directly during setup so Solid 2 no longer warns on router construction.
    
    Made-with: Cursor
    ryansolid committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    573c151 View commit details
    Browse the repository at this point in the history
  2. Add changeset for router navigation warning fix

    Record the follow-up patch release note for the client navigation rendering regression and Solid 2 router setup warning fix.
    
    Made-with: Cursor
    ryansolid committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    cd29312 View commit details
    Browse the repository at this point in the history
  3. v0.17.0-next.1

    ryansolid committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    ece6576 View commit details
    Browse the repository at this point in the history
Loading