rsnext/packages/next/next-server/lib
JJ Kasper e554a1fbb9
Add locale prop for transitioning locales client side (#17898)
This adds the `locale` prop for `next/link` to allow transitioning between locales client-side and also allows passing the locale to `router.push/replace` via the transition options similar to `shallow` e.g. `router.push('/another', '/another, { locale: 'nl' })`

x-ref: https://github.com/vercel/next.js/pull/17370
2020-10-15 08:58:26 +00:00
..
i18n Update redirect handling for locale domains (#17856) 2020-10-14 11:56:58 +02:00
router Add locale prop for transitioning locales client side (#17898) 2020-10-15 08:58:26 +00:00
amp-context.ts Add sourcemaps to Next.js core compilation (#13049) 2020-05-19 09:09:59 +02:00
amp.ts chore(next): export/lib/next-server missing types (#13320) 2020-05-24 22:44:05 +00:00
constants.ts Add initial handling for dynamic route href resolving and rewrites on the client (#15231) 2020-08-13 14:39:36 +02:00
document-context.ts Support persisting the dev cache buster (#15827) 2020-08-03 14:22:55 +00:00
dynamic.tsx [Fix] common misspelling errors (#15288) 2020-07-19 04:38:20 +00:00
head-manager-context.ts Remove Head.rewind as it's no longer needed (#14091) 2020-06-11 22:09:06 +00:00
head.tsx AMP compatibility for Font optimization (#16208) 2020-08-20 15:10:59 -04:00
loadable-context.ts Add sourcemaps to Next.js core compilation (#13049) 2020-05-19 09:09:59 +02:00
loadable.d.ts Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
loadable.js Remove unused variable (#13716) 2020-06-03 11:58:58 -04:00
mitt.ts Remove tslint disables (#16116) 2020-08-12 14:39:07 +00:00
post-process.ts Make the image post-processor ignore SVG images (#16732) 2020-09-02 02:42:20 +00:00
router-context.ts Add sourcemaps to Next.js core compilation (#13049) 2020-05-19 09:09:59 +02:00
runtime-config.ts chore(next): export/lib/next-server missing types (#13320) 2020-05-24 22:44:05 +00:00
side-effect.tsx Handle rendering next/head outside of Next.js (#14511) 2020-06-23 20:46:40 +00:00
utils.ts Update to have default locale matched on root (#17669) 2020-10-08 11:12:17 +00:00