Skip to content

Commit

Permalink
Merge branch 'main' into release-next
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 14, 2024
2 parents dfc3401 + 7c0366f commit fda3885
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,25 +211,25 @@ Date: 2024-08-05

### Patch Changes

- Revert #9695, stop infinite reload. ([`6dd275797`](https://github.com/remix-run/remix/commit/6dd2757977d9029501b399f02c83d1010df692d1))
- Revert #9695, stop infinite reload ([`a7cffe57`](https://github.com/remix-run/remix/commit/a7cffe5733c8b7d0f29bd2d8606876c537d87101))

### Changes by Package

- [`create-remix`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/create-remix/CHANGELOG.md#2111)
- [`@remix-run/architect`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-architect/CHANGELOG.md#2111)
- [`@remix-run/cloudflare`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-cloudflare/CHANGELOG.md#2111)
- [`@remix-run/cloudflare-pages`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-cloudflare-pages/CHANGELOG.md#2111)
- [`@remix-run/cloudflare-workers`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-cloudflare-workers/CHANGELOG.md#2111)
- [`@remix-run/css-bundle`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-css-bundle/CHANGELOG.md#2111)
- [`@remix-run/deno`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-deno/CHANGELOG.md#2111)
- [`@remix-run/dev`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-dev/CHANGELOG.md#2111)
- [`@remix-run/eslint-config`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-eslint-config/CHANGELOG.md#2111)
- [`@remix-run/express`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-express/CHANGELOG.md#2111)
- [`@remix-run/node`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-node/CHANGELOG.md#2111)
- [`@remix-run/react`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-react/CHANGELOG.md#2111)
- [`@remix-run/serve`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-serve/CHANGELOG.md#2111)
- [`@remix-run/server-runtime`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-server-runtime/CHANGELOG.md#2111)
- [`@remix-run/testing`](https://github.com/remix-run/remix/blob/remix%402.X.Y/packages/remix-testing/CHANGELOG.md#2111)
- [`create-remix`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/create-remix/CHANGELOG.md#2111)
- [`@remix-run/architect`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-architect/CHANGELOG.md#2111)
- [`@remix-run/cloudflare`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-cloudflare/CHANGELOG.md#2111)
- [`@remix-run/cloudflare-pages`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-cloudflare-pages/CHANGELOG.md#2111)
- [`@remix-run/cloudflare-workers`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-cloudflare-workers/CHANGELOG.md#2111)
- [`@remix-run/css-bundle`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-css-bundle/CHANGELOG.md#2111)
- [`@remix-run/deno`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-deno/CHANGELOG.md#2111)
- [`@remix-run/dev`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-dev/CHANGELOG.md#2111)
- [`@remix-run/eslint-config`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-eslint-config/CHANGELOG.md#2111)
- [`@remix-run/express`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-express/CHANGELOG.md#2111)
- [`@remix-run/node`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-node/CHANGELOG.md#2111)
- [`@remix-run/react`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-react/CHANGELOG.md#2111)
- [`@remix-run/serve`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-serve/CHANGELOG.md#2111)
- [`@remix-run/server-runtime`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-server-runtime/CHANGELOG.md#2111)
- [`@remix-run/testing`](https://github.com/remix-run/remix/blob/remix%402.11.1/packages/remix-testing/CHANGELOG.md#2111)

**Full Changelog**: [`v2.11.0...v2.11.1`](https://github.com/remix-run/remix/compare/remix@2.11.0...remix@2.11.1)

Expand Down
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
- izznatsir
- jacargentina
- jack-r-warren
- jackhkmatthews
- jacob-ebey
- JacobParis
- jacobwgillespie
Expand Down
10 changes: 6 additions & 4 deletions docs/guides/data-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,14 +631,16 @@ You might want to make an abstraction for checkboxes like this:

function SearchCheckbox({ name, value }) {
const [searchParams] = useSearchParams();
const all = searchParams.getAll(name);
const paramsIncludeValue = searchParams
.getAll(name)
.includes(value);
const [checked, setChecked] = React.useState(
all.includes(value)
paramsIncludeValue
);

React.useEffect(() => {
setChecked(all.includes(value));
}, [all, searchParams, value]);
setChecked(paramsIncludeValue);
}, [paramsIncludeValue]);

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

### Patch Changes

- Revert #9695, stop infinite reload. ([#9833](https://github.com/remix-run/remix/pull/9833))
- Revert #9695, stop infinite reload ([`a7cffe57`](https://github.com/remix-run/remix/commit/a7cffe5733c8b7d0f29bd2d8606876c537d87101))
- Updated dependencies:
- `@remix-run/server-runtime@2.11.1`

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

### Patch Changes

- Revert #9695, stop infinite reload. ([#9833](https://github.com/remix-run/remix/pull/9833))
- Revert #9695, stop infinite reload ([`a7cffe57`](https://github.com/remix-run/remix/commit/a7cffe5733c8b7d0f29bd2d8606876c537d87101))

## 2.11.0

Expand Down

0 comments on commit fda3885

Please sign in to comment.