Export the PathParam type from the public API (#10719)
Patch Changes
Updated dependencies:
react-router@6.20.0
@remix-run/router@1.13.0
6.19.0
Minor Changes
Add unstable_flushSync option to useNavigate/useSumbit/fetcher.load/fetcher.submit to opt-out of React.startTransition and into ReactDOM.flushSync for state updates (#11005)
Allow unstable_usePrompt to accept a BlockerFunction in addition to a boolean (#10991)
Patch Changes
Fix issue where a changing fetcher key in a useFetcher that remains mounted wasn't getting picked up (#11009)
Fix useFormAction which was incorrectly inheriting the ?index query param from child route action submissions (#11025)
Fix NavLinkactive logic when to location has a trailing slash (#10734)
Updated dependencies:
react-router@6.19.0
@remix-run/router@1.12.0
6.18.0
Minor Changes
Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#10960)
Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#10960)
Invoking a fetcher in this way is ephemeral and stateless
If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere
Patch Changes
Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#10961)
Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#10962)
Bumps the safe-dependencies group with 24 updates:
4.27.6
4.28.10
6.4.2
6.5.1
8.2.2
8.2.3
23.5.1
23.7.7
7.1.0
7.2.0
1.0.1
1.1.3
7.47.0
7.48.2
13.2.2
13.5.0
6.16.0
6.20.0
9.2.0
9.2.1
5.0.5
5.1.0
7.4.6
7.6.3
7.4.6
7.6.3
7.4.6
7.6.3
7.4.6
7.6.3
7.4.6
7.6.3
7.4.6
7.6.3
4.1.0
4.2.0
8.51.0
8.54.0
12.9.1
12.10.3
3.0.3
3.1.0
3.2.3
3.2.4
1.69.3
1.69.5
7.4.6
7.6.3
Updates
@arcgis/core
from 4.27.6 to 4.28.10Updates
@fortawesome/free-solid-svg-icons
from 6.4.2 to 6.5.1Release notes
Sourced from
@fortawesome/free-solid-svg-icons
's releases.Commits
deeea78
Release 6.5.1 (#20031)2885a3c
Move files out of the free directory8302f1c
Release 6.5.0 (#20016)Updates
downshift
from 8.2.2 to 8.2.3Release notes
Sourced from downshift's releases.
Commits
e534757
fix(hooks): use createInitialState in reducer (#1556)Updates
i18next
from 23.5.1 to 23.7.7Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
Commits
7b04248
23.7.7036e26e
optimize TypeScript V4 export7df42ed
23.7.6360fcd4
types: CustomInstanceExtenstionse8b1207
example comment42aac2a
update dep in example2ac4d82
23.7.56c99dae
fix types export for TypeScript v4 in combination with react-i18nextea136bf
update dep in example0d80bef
23.7.4Updates
i18next-browser-languagedetector
from 7.1.0 to 7.2.0Changelog
Sourced from i18next-browser-languagedetector's changelog.
Commits
9ad3019
7.2.00d876a3
fix: separate cjs and mjs typingsfee24ad
Bump browserify-sign from 4.2.1 to 4.2.2 (#278)16a1f3a
Bump@babel/traverse
from 7.19.6 to 7.23.2 (#277)e3801cc
Bump word-wrap from 1.2.3 to 1.2.4 (#275)Updates
ky
from 1.0.1 to 1.1.3Release notes
Sourced from ky's releases.
Commits
d7b0abc
1.1.316eb51d
Export theKyInstance
typef86ff90
1.1.20e9d7bb
Fix multipart boundary mismatch (#540)dd713b6
1.1.1e93bc6d
Fix support with environments that add support for customfetch
options (#536)d372e2e
1.1.0c6181ef
Addretry.delay
option to control the time between retries (#533)577dd4c
Failing test for #52898d76e6
Add some more testsUpdates
react-hook-form
from 7.47.0 to 7.48.2Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
ba8cc31
7.48.230e5c42
🐞 #11106 fix disabled prop not update dirty formState (#11143)32f632a
🐞 fixcontroller
update withdisabled
prop fromuseForm
(#11142)e18e49b
7.48.1e2ffa7a
🥼 update changelog 7.48.09e7d812
7.48.0c3b2249
😵💫 fixed typo in useFormContext (#11126)a7ee911
🫡 strictly manage constants and improve types (#11101)dd89833
🐞 fix #11076 disable toggle issue (#11090)6d83aac
🚀 fix: Solve the issue of race condition with resolver. (#10991)Updates
react-i18next
from 13.2.2 to 13.5.0Changelog
Sourced from react-i18next's changelog.
Commits
ebdd86c
13.5.0c9d3c87
self-closing components in translation strings should not attempt to replace ...cfbbdf6
update simple ts example85aac9f
13.4.1ef68a73
types: use CustomInstanceExtenstions to extend reportNamespacese874255
update deps of ts example0fdd3a8
13.4.02fa3eff
use fixed i18next version3af3fa8
separate cjs and mjs typings (WIP)d024fff
13.3.2Updates
react-router-dom
from 6.16.0 to 6.20.0Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
3cc38ea
chore: Update version for release (#11050)1e026b6
chore: Update version for release (pre) (#11047)5f530a7
Do not revalidate unmounted fetchers when v7_persistFetcher is enabled (#11044)a48c43c
feat: exportPathParam
type (#10719)3b1a736
Fix flaky testdcf0c2a
chore: Update version for release (#11035)7b1bd10
chore: Update version for release (pre) (#11026)d5b9128
fix lint issues5563672
Fix useFormAction inheriting ?index param from child route action submission ...39854ce
Fix useAcrtionData so it only returns the contextual route action data (#11023)Updates
reactstrap
from 9.2.0 to 9.2.1Release notes
Sourced from reactstrap's releases.
Changelog
Sourced from reactstrap's changelog.
Commits
85cd68b
chore(master): release 9.2.1 (#2757)aeaf180
fix(#1680): arrowClass not applied to arrow (#2772)86eb20a
Migrate media to rtl (#2715)3be3ad1
chore: migrate tests to RTL (#2773)777e5eb
Issue 1070 Fix popper positioning when using persist in dropdown menus (#2764)b932582
fix(#2755): make offcanvas example code readable (#2768)a5ac201
chore: migrate tests to RTL (#2771)61f2453
Merge pull request #2642 from ml054/masterdad7dbe
Merge pull request #2746 from vincentchin/offcanvas-change-callback-refsf70e386
Merge pull request #2751 from amillward/dropdown-endUpdates
@rollup/pluginutils
from 5.0.5 to 5.1.0Changelog
Sourced from
@rollup/pluginutils
's changelog.Commits
c6561fe
chore(release): pluginutils v4.0.0d9d2900
fix(pluginutils)!: don't add cwd to absolute or patterns that start with a gl...ec804d3
docs(pluginutils): Correct minimatch to picomatch (#525)621768b
feat(commonjs)!: return the namespace by default when requiring ESM (#507)9f56d37
chore(pluginutils): update dependenciesc6515d2
chore(release): pluginutils v3.1.0c599182
feat(pluginutils): add native node es modules support (#419)9626c93
chore(release): pluginutils v3.0.1070780a0
refactor(pluginutils): replace micromatch with picomatch. (#306)d4286c4
chore(repo): remove node 8 in github actions, linting updatesUpdates
@storybook/addon-actions
from 7.4.6 to 7.6.3Release notes
Sourced from
@storybook/addon-actions
's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-actions
's changelog.... (truncated)
Commits
afc4c2f
Bump version from "7.6.2" to "7.6.3" [skip ci]afc89aa
Bump version from "7.6.1" to "7.6.2" [skip ci]60f9c9a
Bump version from "7.6.0" to "7.6.1" [skip ci]b64214c
Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]975ad76
Update TOC to useheading
typeb990144
Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]64de488
Make@storybook/core-events
a regualr dep of@storybook/addon-actions
d82167b
Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]574bb87
Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]56c4550
Don't attach action to function mock if action was added alreadyUpdates
@storybook/addon-essentials
from 7.4.6 to 7.6.3Release notes
Sourced from
@storybook/addon-essentials
's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-essentials
's changelog.... (truncated)
Commits
afc4c2f
Bump version from "7.6.2" to "7.6.3" [skip ci]afc89aa
Bump version from "7.6.1" to "7.6.2" [skip ci]60f9c9a
Bump version from "7.6.0" to "7.6.1" [skip ci]b64214c
Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]b990144
Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]d82167b
Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]574bb87
Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]Looks like these dependencies are updatable in another way, so this is no longer needed.