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 #5605

Merged
merged 2 commits into from
Mar 1, 2023

Conversation

mcansh
Copy link
Collaborator

@mcansh mcansh commented Feb 28, 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.

Releases

@remix-run/dev@1.14.0

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

  • chore(remix-dev): remove broken param collision check (#5560)

  • 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: "/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
    
  • Restore bug-report-test.ts (Can be removed from final release notes) (#5590)

  • 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/server-runtime@1.14.0

@remix-run/react@1.14.0

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

  • Bump to @remix-run/router@1.3.3 and react-router-dom@8.6.2 (#5594)
  • remove duplicate manifest imports (#5534)
  • Bump to latest router versions (09873cb02)
  • Ensure types for fetchers always include form* submission fields (#5476)
  • sync FutureConfig interface between packages (#5398)

@remix-run/server-runtime@1.14.0

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

  • Bump to @remix-run/router@1.3.3 and react-router-dom@8.6.2 (#5594)
  • Bump to latest router versions (09873cb02)
  • sync FutureConfig interface between packages (#5398)

create-remix@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.14.0

@remix-run/architect@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.0

@remix-run/cloudflare@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.14.0

@remix-run/cloudflare-pages@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.14.0

@remix-run/cloudflare-workers@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.14.0

@remix-run/css-bundle@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.14.0

@remix-run/deno@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.14.0

@remix-run/express@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.0

@remix-run/netlify@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.0

@remix-run/node@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.14.0

@remix-run/serve@1.14.0

Patch Changes

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

@remix-run/testing@1.14.0

Patch Changes

  • Bump to @remix-run/router@1.3.3 and react-router-dom@8.6.2 (#5594)
  • Bump to latest router versions (09873cb02)
  • Updated dependencies:
    • @remix-run/react@1.14.0
    • @remix-run/node@1.14.0

@remix-run/vercel@1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.0

remix@1.14.0

remix

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

@remix-run/eslint-config@1.14.0

@brophdawg11
Copy link
Contributor

Closing to look into a reported defer issue

@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch February 28, 2023 22:00
@brophdawg11 brophdawg11 restored the changeset-release/release-next branch March 1, 2023 20:23
@brophdawg11 brophdawg11 reopened this Mar 1, 2023
@brophdawg11
Copy link
Contributor

defer issue was a false alarm

@chaance chaance merged commit 73fc576 into release-next Mar 1, 2023
@chaance chaance deleted the changeset-release/release-next branch March 1, 2023 21:34
@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.

None yet

3 participants