Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update version for release (pre) #7780

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

create-remix@2.2.0-pre.0

Minor Changes

  • Unstable Vite support for Node-based Remix apps (#7590)

    • remix build 👉 vite build && vite build --ssr
    • remix dev 👉 vite dev

    Other runtimes (e.g. Deno, Cloudflare) not yet supported.
    Custom server (e.g. Express) not yet supported.

    See "Future > Vite" in the Remix Docs for details.

Patch Changes

  • Support local tarballs with .tgz extension (#7649)

    It allows to directly support pnpm pack tarballs.

  • Set default Remix version to match the version of create-remix being used. This most notably enables easier usage of tags, e.g. npm create remix@nightly. (#7670)

@remix-run/dev@2.2.0-pre.0

Minor Changes

  • Add a new future.v3_fetcherPersist flag to change the persistence behavior of fetchers. Instead of being immediately cleaned up when unmoutned in the UI, fetchers will persist until they return to an idle state (RFC) (#7704)

    • This is sort of a long-standing "bug fix" as the useFetchers() API was always supposed to only reflect in-flight fetcher information for pending/optimistic UI -- it was not intended to reflect fetcher data or hang onto fetchers after they returned to an idle state
    • Keep an eye out for the following specific behavioral changes when opting into this flag and check your app for compatibility:
      • Fetchers that complete while still mounted will no longer appear in useFetchers(). They served effectively no purpose in there since you can access the data via useFetcher().data).
      • Fetchers that previously unmounted while in-flight will not be immediately aborted and will instead be cleaned up once they return to an idle state. They will remain exposed via useFetchers while in-flight so you can still access pending/optimistic data after unmount.
  • Unstable Vite support for Node-based Remix apps (#7590)

    • remix build 👉 vite build && vite build --ssr
    • remix dev 👉 vite dev

    Other runtimes (e.g. Deno, Cloudflare) not yet supported.
    Custom server (e.g. Express) not yet supported.

    See "Future > Vite" in the Remix Docs for details.

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.2.0-pre.0
    • @remix-run/serve@2.2.0-pre.0
    • @remix-run/node@2.2.0-pre.0

@remix-run/react@2.2.0-pre.0

Minor Changes

  • Add a new future.v3_fetcherPersist flag to change the persistence behavior of fetchers. Instead of being immediately cleaned up when unmoutned in the UI, fetchers will persist until they return to an idle state (RFC) (#7704)

    • This is sort of a long-standing "bug fix" as the useFetchers() API was always supposed to only reflect in-flight fetcher information for pending/optimistic UI -- it was not intended to reflect fetcher data or hang onto fetchers after they returned to an idle state
    • Keep an eye out for the following specific behavioral changes when opting into this flag and check your app for compatibility:
      • Fetchers that complete while still mounted will no longer appear in useFetchers(). They served effectively no purpose in there since you can access the data via useFetcher().data).
      • Fetchers that previously unmounted while in-flight will not be immediately aborted and will instead be cleaned up once they return to an idle state. They will remain exposed via useFetchers while in-flight so you can still access pending/optimistic data after unmount.
  • Unstable Vite support for Node-based Remix apps (#7590)

    • remix build 👉 vite build && vite build --ssr
    • remix dev 👉 vite dev

    Other runtimes (e.g. Deno, Cloudflare) not yet supported.
    Custom server (e.g. Express) not yet supported.

    See "Future > Vite" in the Remix Docs for details.

Patch Changes

  • Fix warning that could be logged when using route files with no default export (#7745)

    • It seems our compiler compiles these files to export an empty object as the default which we can then end up passing to React.createElement, triggering the console warning, but generally no UI issues
    • By properly detecting these, we can correctly pass Component: undefined off to the React Router layer
    • This is technically an potential issue in the compiler but it's an easy patch in the @remix-run/react layer and hopefully disappears in a Vite world
  • Updated dependencies:

    • @remix-run/server-runtime@2.2.0-pre.0

@remix-run/server-runtime@2.2.0-pre.0

Minor Changes

  • Unstable Vite support for Node-based Remix apps (#7590)

    • remix build 👉 vite build && vite build --ssr
    • remix dev 👉 vite dev

    Other runtimes (e.g. Deno, Cloudflare) not yet supported.
    Custom server (e.g. Express) not yet supported.

    See "Future > Vite" in the Remix Docs for details.

@remix-run/testing@2.2.0-pre.0

Minor Changes

  • Unstable Vite support for Node-based Remix apps (#7590)

    • remix build 👉 vite build && vite build --ssr
    • remix dev 👉 vite dev

    Other runtimes (e.g. Deno, Cloudflare) not yet supported.
    Custom server (e.g. Express) not yet supported.

    See "Future > Vite" in the Remix Docs for details.

Patch Changes

  • Updated dependencies:
    • @remix-run/react@2.2.0-pre.0
    • @remix-run/node@2.2.0-pre.0

@remix-run/architect@2.2.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.2.0-pre.0

@remix-run/cloudflare@2.2.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.2.0-pre.0

@remix-run/cloudflare-pages@2.2.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@2.2.0-pre.0

@remix-run/cloudflare-workers@2.2.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@2.2.0-pre.0

@remix-run/deno@2.2.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.2.0-pre.0

@remix-run/express@2.2.0-pre.0

Patch Changes

  • Allow the @remix-run/express adapter to work behind a proxy when using app.enable('trust proxy') (#7323)

    • Previously, this used req.get('host') to construct the Remix Request, but that does not respect X-Forwarded-Host
    • This now uses req.hostname which will respect X-Forwarded-Host
  • Updated dependencies:

    • @remix-run/node@2.2.0-pre.0

@remix-run/node@2.2.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.2.0-pre.0

@remix-run/serve@2.2.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.2.0-pre.0
    • @remix-run/node@2.2.0-pre.0

remix@2.2.0-pre.0

remix

See the CHANGELOG.md in individual Remix packages for all changes.

@remix-run/css-bundle@2.2.0-pre.0

@remix-run/eslint-config@2.2.0-pre.0

integration-tests@0.0.0-pre.0

Minor Changes

  • Unstable Vite support for Node-based Remix apps (#7590)

    • remix build 👉 vite build && vite build --ssr
    • remix dev 👉 vite dev

    Other runtimes (e.g. Deno, Cloudflare) not yet supported.
    Custom server (e.g. Express) not yet supported.

    See "Future > Vite" in the Remix Docs for details.

@brophdawg11 brophdawg11 merged commit aa8511e into release-next Oct 26, 2023
1 check passed
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch October 26, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant