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) #5552

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

mcansh
Copy link
Collaborator

@mcansh mcansh commented Feb 23, 2023

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

@remix-run/[email protected]

Minor Changes

  • make entry.client and entry.server files optional (#4600)

    we'll use a bundled version of each unless you provide your own

  • Hot Module Replacement and Hot Data Revalidation (#5259)

    • Requires unstable_dev future flag to be enabled
    • HMR provided through React Refresh

    Features:

    • HMR for component and style changes
    • HDR when loaders for current route change

    Known limitations for MVP:

    • Only implemented for React via React Refresh
    • No import.meta.hot API exposed yet
    • Revalidates all loaders on route when loader changes are detected
    • Loader changes do not account for imported dependencies changing

Patch Changes

  • fixes flat route inconsistencies where route.{ext} wasn't always being treated like index.{ext} when used in a folder (#5459)

    route conflict no longer throw errors and instead display a helpful warning that we're using the first one we found.

    ⚠️ Route Path Collision: "/products/:pid"
    
    The following routes all define the same URL, only the first one will be used
    
    🟢️️ routes/products.$pid.tsx
    ⭕️️ routes/products.$productId.tsx
    
    ⚠️ Route Path Collision: "/dashboard"
    
    The following routes all define the same URL, only the first one will be used
    
    🟢️️ routes/dashboard/route.tsx
    ⭕️️ routes/dashboard.tsx
    
    ⚠️ Route Path Collision: "/"
    
    The following routes all define the same URL, only the first one will be used
    
    🟢️️ routes/_landing._index.tsx
    ⭕️️ routes/_dashboard._index.tsx
    ⭕️ routes/_index.tsx
    
  • Log errors thrown during initial build in development. (#5441)

  • sync FutureConfig interface between packages (#5398)

  • Add file loader for importing .csv files (#3920)

  • Updated dependencies:

@remix-run/[email protected]

Minor Changes

  • Hot Module Replacement and Hot Data Revalidation (#5259)

    • Requires unstable_dev future flag to be enabled
    • HMR provided through React Refresh

    Features:

    • HMR for component and style changes
    • HDR when loaders for current route change

    Known limitations for MVP:

    • Only implemented for React via React Refresh
    • No import.meta.hot API exposed yet
    • Revalidates all loaders on route when loader changes are detected
    • Loader changes do not account for imported dependencies changing

Patch Changes

  • remove duplicate manifest imports (#5534)
  • Ensure types for fetchers always include form* submission fields (#5476)
  • sync FutureConfig interface between packages (#5398)

@remix-run/[email protected]

Minor Changes

  • Hot Module Replacement and Hot Data Revalidation (#5259)

    • Requires unstable_dev future flag to be enabled
    • HMR provided through React Refresh

    Features:

    • HMR for component and style changes
    • HDR when loaders for current route change

    Known limitations for MVP:

    • Only implemented for React via React Refresh
    • No import.meta.hot API exposed yet
    • Revalidates all loaders on route when loader changes are detected
    • Loader changes do not account for imported dependencies changing

Patch Changes

  • sync FutureConfig interface between packages (#5398)

[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

  • allow configurable NODE_ENV with remix-serve (#5540)
  • sync FutureConfig interface between packages (#5398)
  • Updated dependencies:

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

[email protected]

remix

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

@remix-run/[email protected]

@brophdawg11 brophdawg11 merged commit f003827 into release-next Feb 23, 2023
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch February 23, 2023 22:11
@github-actions
Copy link
Contributor

🤖 Hello there,

We just published version 1.14.0-pre.0 which includes this pull request. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2023

🤖 Hello there,

We just published version 1.14.0 which includes this pull request. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants