Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jan 9, 2023
1 parent 46206a4 commit 6fd7437
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 51 deletions.
5 changes: 1 addition & 4 deletions packages/remix-architect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

### Patch Changes

- improve performance of `isBinaryType` in the netlify and architect adapters ([#4761](https://github.com/remix-run/remix/pull/4761))

previous implementation from arc itself has a complexity of O(N\*includesComplexity), where as now it is O(includesComplexity).

- Improve performance of `isBinaryType` ([#4761](https://github.com/remix-run/remix/pull/4761))
- Updated dependencies:
- `@remix-run/node@1.10.0`

Expand Down
2 changes: 1 addition & 1 deletion packages/remix-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- re-export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` types from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Updated dependencies:
- `@remix-run/server-runtime@1.10.0`

Expand Down
2 changes: 1 addition & 1 deletion packages/remix-deno/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- re-export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` types from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Updated dependencies:
- `@remix-run/server-runtime@1.10.0`

Expand Down
13 changes: 1 addition & 12 deletions packages/remix-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@

### Patch Changes

- Fix TS->JS conversion when creating a new Remix project via the CLI ([#4891](https://github.com/remix-run/remix/pull/4891))

The TS->JS migration was removed from the CLI codemod options, but still
used for TS->JS conversion when creating a new Remix project from the
CLI. The TS modules responsible for the TS->JS conversion were
incorrectly removed from the Rollup build, resulting in the
corresponding built JS modules being absent. That caused the CLI to
error when trying to perform TS->JS conversion. This changes
reintroduces the wiring to build the modules responsible for the TS->JS
conversion.

- Fixed several issues with TypeScript to JavaScript conversion when running `create-remix` ([#4891](https://github.com/remix-run/remix/pull/4891))
- Resolve asset entry full path to support monorepo import of styles ([#4855](https://github.com/remix-run/remix/pull/4855))

- Updated dependencies:
- `@remix-run/server-runtime@1.10.0`

Expand Down
2 changes: 2 additions & 0 deletions packages/remix-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.10.0

No significant changes to this package were made in this release. [See the releases page on GitHub](https://github.com/remix-run/remix/releases/tag/remix%401.10.0) for an overview of all changes in v1.10.0.

## 1.9.0

No significant changes to this package were made in this release. [See the releases page on GitHub](https://github.com/remix-run/remix/releases/tag/remix%401.9.0) for an overview of all changes in v1.9.0.
Expand Down
5 changes: 1 addition & 4 deletions packages/remix-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

### Patch Changes

- improve performance of `isBinaryType` in the netlify and architect adapters ([#4761](https://github.com/remix-run/remix/pull/4761))

previous implementation from arc itself has a complexity of O(N\*includesComplexity), where as now it is O(includesComplexity).

- Improve performance of `isBinaryType` ([#4761](https://github.com/remix-run/remix/pull/4761))
- Updated dependencies:
- `@remix-run/node@1.10.0`

Expand Down
2 changes: 1 addition & 1 deletion packages/remix-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- re-export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` types from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Updated dependencies:
- `@remix-run/server-runtime@1.10.0`

Expand Down
20 changes: 6 additions & 14 deletions packages/remix-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,12 @@

### Minor Changes

- Update Remix to use React Router 6.4+ data APIs ([#4900](https://github.com/remix-run/remix/pull/4900))

### Patch Changes

- fix: pass through request abort signal ([#4954](https://github.com/remix-run/remix/pull/4954))
- Fix content type on proxied action request ([#4995](https://github.com/remix-run/remix/pull/4995))
- Lock into react-router 6.6.2 stable release ([#5035](https://github.com/remix-run/remix/pull/5035))
- Add outer ErrorBoundary to catch root ErrorBoundary thrown errors ([#5012](https://github.com/remix-run/remix/pull/5012))
- Bump RR versions ([#5005](https://github.com/remix-run/remix/pull/5005))
- Bump to react-router 6.6.1 pre versions ([#4944](https://github.com/remix-run/remix/pull/4944))
- Add a few missed re-exports and back-compat ([`dc079d29b`](https://github.com/remix-run/remix/commit/dc079d29b373d3ebe3781facc7da637c64ce81c3))
- Bump react router version to latest ([#4952](https://github.com/remix-run/remix/pull/4952))
- Add back `ShouldReloadFunction` type with deprecated notice ([`28ccd9973`](https://github.com/remix-run/remix/commit/28ccd99739fa36a93a6f26a300f9f83baf02b896))
- Lock into RR 6.6.0 ([#4935](https://github.com/remix-run/remix/pull/4935))
- Update Remix to use new data APIs introduced in React Router v6.4 ([#4900](https://github.com/remix-run/remix/pull/4900))
- Added new hooks from React Router
- [`useNavigation`](https://reactrouter.com/en/main/hooks/use-navigation)
- [`useNavigationType`](https://reactrouter.com/en/main/hooks/use-navigation-type)
- [`useRevalidator`](https://reactrouter.com/en/main/hooks/use-revalidator)
- [`useRouteLoaderData`](https://reactrouter.com/en/main/hooks/use-route-loader-data)

## 1.9.0

Expand Down
2 changes: 0 additions & 2 deletions packages/remix-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

### Patch Changes

- re-export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- `V2_MetaFunction` should return `V2_HtmlMetaDescriptor[]` ([#4947](https://github.com/remix-run/remix/pull/4947))
- Updated dependencies:
- `@remix-run/express@1.10.0`

Expand Down
9 changes: 3 additions & 6 deletions packages/remix-server-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@

### Minor Changes

- Update Remix to use React Router 6.4+ data APIs ([#4900](https://github.com/remix-run/remix/pull/4900))
- Update Remix to use new data APIs introduced in React Router v6.4 ([#4900](https://github.com/remix-run/remix/pull/4900))

### Patch Changes

- Bump to react-router 6.6.1 pre versions ([#4944](https://github.com/remix-run/remix/pull/4944))
- re-export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Bump react router version to latest ([#4952](https://github.com/remix-run/remix/pull/4952))
- `V2_MetaFunction` should return `V2_HtmlMetaDescriptor[]` ([#4947](https://github.com/remix-run/remix/pull/4947))
- Lock into RR 6.6.0 ([#4935](https://github.com/remix-run/remix/pull/4935))
- Export `V2_HtmlMetaDescriptor` and `V2_MetaFunction` types from runtime packages ([#4943](https://github.com/remix-run/remix/pull/4943))
- Fix `V2_MetaFunction` to return `V2_HtmlMetaDescriptor[]` type ([#4947](https://github.com/remix-run/remix/pull/4947))

## 1.9.0

Expand Down
8 changes: 2 additions & 6 deletions packages/remix-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

### Patch Changes

- Lock into react-router 6.6.2 stable release ([#5035](https://github.com/remix-run/remix/pull/5035))
- Bump RR versions ([#5005](https://github.com/remix-run/remix/pull/5005))
- Bump to react-router 6.6.1 pre versions ([#4944](https://github.com/remix-run/remix/pull/4944))
- Bump react router version to latest ([#4952](https://github.com/remix-run/remix/pull/4952))
- remove internal `installGlobals` function now that `@remix-run/web-form-data` includes support for passing a `HTMLFormElement` ([#4755](https://github.com/remix-run/remix/pull/4755))
- use react router apis directly ([#4915](https://github.com/remix-run/remix/pull/4915))
- Remove internal `installGlobals` function now that `@remix-run/web-form-data` includes support for passing a `HTMLFormElement` ([#4755](https://github.com/remix-run/remix/pull/4755))
- Use React Router data APIs directly ([#4915](https://github.com/remix-run/remix/pull/4915))
- Updated dependencies:
- `@remix-run/react@1.10.0`
- `@remix-run/node@1.10.0`
Expand Down

0 comments on commit 6fd7437

Please sign in to comment.