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

feat!: Next.js 13 RSC integration #149

Merged
merged 378 commits into from
Nov 14, 2023
Merged

feat!: Next.js 13 RSC integration #149

merged 378 commits into from
Nov 14, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 13, 2023

  1. Improve docs

    amannn committed Feb 13, 2023
    1 Configuration menu
    Copy the full SHA
    b301d47 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. 1 Configuration menu
    Copy the full SHA
    436b0bb View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    53beb17 View commit details
    Browse the repository at this point in the history
  3. One more tsx -> ts

    amannn committed Feb 14, 2023
    1 Configuration menu
    Copy the full SHA
    63b279a View commit details
    Browse the repository at this point in the history
  4. 3.0.0-beta.1

    amannn committed Feb 14, 2023
    1 Configuration menu
    Copy the full SHA
    f0bceeb View commit details
    Browse the repository at this point in the history
  5. Revert "3.0.0-beta.1"

    This reverts commit f0bceeb.
    amannn committed Feb 14, 2023
    1 Configuration menu
    Copy the full SHA
    643af24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a78b375 View commit details
    Browse the repository at this point in the history
  7. 2.11.0-beta.9

    amannn committed Feb 14, 2023
    1 Configuration menu
    Copy the full SHA
    1df0996 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    70be9b0 View commit details
    Browse the repository at this point in the history
  9. 2.11.0-beta.10

    amannn committed Feb 14, 2023
    1 Configuration menu
    Copy the full SHA
    7c0d88b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Add test for new API routes

    amannn committed Feb 16, 2023
    1 Configuration menu
    Copy the full SHA
    bc41740 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5d6ce8a View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    026691e View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    695c65b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. fix: Handle invalid accept-language header gracefully (#192)

    
    Co-authored-by: Andres <[email protected]>
    CptCompiler and Andres authored Feb 17, 2023
    1 Configuration menu
    Copy the full SHA
    9b564f9 View commit details
    Browse the repository at this point in the history
  2. Improve docs

    amannn committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5a6434a View commit details
    Browse the repository at this point in the history
  3. 2.11.0-beta.12

    amannn committed Feb 17, 2023
    1 Configuration menu
    Copy the full SHA
    1deee08 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. 1 Configuration menu
    Copy the full SHA
    7a76d2b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    9c843c9 View commit details
    Browse the repository at this point in the history
  3. 2.11.0-beta.13

    amannn committed Feb 19, 2023
    1 Configuration menu
    Copy the full SHA
    5af108c View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    6878636 View commit details
    Browse the repository at this point in the history
  5. Remove api from matcher

    amannn committed Feb 19, 2023
    1 Configuration menu
    Copy the full SHA
    42c1155 View commit details
    Browse the repository at this point in the history
  6. fix: Add tests to ensure links work and downgrade Next.js (#196)

    * Add tests to ensure links work
    
    * Disable route handlers test for now
    
    * Update lockfile
    amannn authored Feb 19, 2023
    1 Configuration menu
    Copy the full SHA
    e0bd177 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    f55424a View commit details
    Browse the repository at this point in the history
  8. 2.11.0-beta.15

    amannn committed Feb 19, 2023
    1 Configuration menu
    Copy the full SHA
    8fc47fd View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/website/pages/index.mdx
    #	yarn.lock
    amannn committed Feb 19, 2023
    1 Configuration menu
    Copy the full SHA
    7dc5011 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    f849669 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/example-next-13/package.json
    #	packages/next-intl/package.json
    amannn committed Feb 19, 2023
    1 Configuration menu
    Copy the full SHA
    629b3f4 View commit details
    Browse the repository at this point in the history
  12. Minor wording fixes

    amannn committed Feb 19, 2023
    1 Configuration menu
    Copy the full SHA
    2aee5ea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/example-next-13/package.json
    #	packages/next-intl/package.json
    amannn committed Feb 20, 2023
    1 Configuration menu
    Copy the full SHA
    531caaa View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Fix not-found example

    amannn committed Feb 21, 2023
    1 Configuration menu
    Copy the full SHA
    1e77472 View commit details
    Browse the repository at this point in the history
  2. Fix build

    amannn committed Feb 21, 2023
    1 Configuration menu
    Copy the full SHA
    6bae9cf View commit details
    Browse the repository at this point in the history
  3. Improve middleware docs

    amannn committed Feb 21, 2023
    1 Configuration menu
    Copy the full SHA
    3d25ca5 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    c8566d6 View commit details
    Browse the repository at this point in the history
  5. Wording

    amannn committed Feb 21, 2023
    1 Configuration menu
    Copy the full SHA
    298dea8 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    9112475 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    b5cd0da View commit details
    Browse the repository at this point in the history
  8. Improve link

    amannn committed Feb 21, 2023
    1 Configuration menu
    Copy the full SHA
    ab59451 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Improve styling for callouts

    amannn committed Feb 22, 2023
    1 Configuration menu
    Copy the full SHA
    1b2f3b2 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    984a47a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. chore: Upgrade to Next.js 13.2 (#201)

    * Upgrade to Next.js 13.2
    
    * Add types
    
    * Improve docs
    
    * De-opt locale switching with `Link`
    
    * Design tweaks for docs
    amannn authored Feb 27, 2023
    1 Configuration menu
    Copy the full SHA
    dfa82ef View commit details
    Browse the repository at this point in the history
  2. 2.11.0-beta.16

    amannn committed Feb 27, 2023
    1 Configuration menu
    Copy the full SHA
    fc861f6 View commit details
    Browse the repository at this point in the history
  3. Landing page finetuning

    amannn committed Feb 27, 2023
    1 Configuration menu
    Copy the full SHA
    0eaeefa View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    b2f9112 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Improve landing page

    amannn committed Feb 28, 2023
    1 Configuration menu
    Copy the full SHA
    bc1a5a6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ed64e22 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    e351444 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Add caching docs and test

    amannn authored Mar 2, 2023
    1 Configuration menu
    Copy the full SHA
    a52a74d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. 1 Configuration menu
    Copy the full SHA
    e076182 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    335243d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. 1 Configuration menu
    Copy the full SHA
    f24919a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/example-advanced/src/pages/api/hello.tsx
    #	packages/example-next-13/package.json
    #	packages/next-intl/package.json
    #	packages/use-intl/src/core/createBaseTranslator.tsx
    #	packages/use-intl/test/react/useTranslations.test.tsx
    amannn committed Mar 6, 2023
    1 Configuration menu
    Copy the full SHA
    87e77db View commit details
    Browse the repository at this point in the history
  3. v2.12.0-alpha.1

    amannn committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a608512 View commit details
    Browse the repository at this point in the history
  4. v2.12.0-beta.1

    amannn committed Mar 6, 2023
    1 Configuration menu
    Copy the full SHA
    b6f720a View commit details
    Browse the repository at this point in the history
  5. 2.12.0-beta.1

    amannn committed Mar 6, 2023
    1 Configuration menu
    Copy the full SHA
    94e0a37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42a9b79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8b61b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Compile to ES2019

    amannn committed Mar 10, 2023
    1 Configuration menu
    Copy the full SHA
    9d2e025 View commit details
    Browse the repository at this point in the history
  2. 2.12.0-beta.2

    amannn committed Mar 10, 2023
    1 Configuration menu
    Copy the full SHA
    2e9288e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. feat: Next.js 13 RSC middleware improvements (#212)

    Improvements: 
    - Switch to a new API in the middleware to configure advanced routing
    patterns (please see [the updated
    docs](https://next-intl-git-feat-next-13-rsc-middleware-improvements-amann.vercel.app/docs/next-13/server-components#middleware-configuration))
    - Support mode to always prefix the current route with the locale
    - Improve domain-based routing to allow redirects from one domain to
    another and better integrate with alternate links (only show
    domain-alternatives)
    amannn authored Mar 13, 2023
    1 Configuration menu
    Copy the full SHA
    cc6c9b8 View commit details
    Browse the repository at this point in the history
  2. [email protected]

    amannn committed Mar 13, 2023
    1 Configuration menu
    Copy the full SHA
    1ae18c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. 1 Configuration menu
    Copy the full SHA
    666c1df View commit details
    Browse the repository at this point in the history
  2. Export getFormatter

    amannn committed Mar 14, 2023
    1 Configuration menu
    Copy the full SHA
    0472497 View commit details
    Browse the repository at this point in the history
  3. 2.12.0-beta.4

    amannn committed Mar 14, 2023
    1 Configuration menu
    Copy the full SHA
    fe46d95 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    3d7cc1d View commit details
    Browse the repository at this point in the history
  5. 2.12.0-beta.5

    amannn committed Mar 14, 2023
    1 Configuration menu
    Copy the full SHA
    b965568 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. 1 Configuration menu
    Copy the full SHA
    7315a41 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. 1 Configuration menu
    Copy the full SHA
    8a30f81 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d60e63f View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    17b245e View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    89e90e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Add Vercel Analytics

    amannn committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    79d95cc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. 1 Configuration menu
    Copy the full SHA
    93ccd0a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. feat: Next.js 13 RSC Domain middleware improvements (#223)

    **Changes:**
    - Allow domain-based routing to handle multiple locales (e.g.
    `ca.example.com/fr`)
     - Support `localePrefix` for domain-based routing
    - Handle unknown hosts like `localhost` gracefully with domain-based
    routing
     - Add `localeDetection: false` option
     - Improve matcher suggestion in docs
    
    Please see the updated docs to learn more.
    amannn authored Apr 5, 2023
    1 Configuration menu
    Copy the full SHA
    36ae25d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/example-next-13/package.json
    #	packages/next-intl/package.json
    amannn committed Apr 5, 2023
    1 Configuration menu
    Copy the full SHA
    f089e33 View commit details
    Browse the repository at this point in the history
  3. v2.13.0-beta.1

    amannn committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    da97714 View commit details
    Browse the repository at this point in the history
  4. Wording & latest beta

    amannn committed Apr 5, 2023
    1 Configuration menu
    Copy the full SHA
    eb4fd67 View commit details
    Browse the repository at this point in the history
  5. Fix link

    amannn committed Apr 5, 2023
    1 Configuration menu
    Copy the full SHA
    dfb33fa View commit details
    Browse the repository at this point in the history
  6. Improve code samples

    amannn committed Apr 5, 2023
    1 Configuration menu
    Copy the full SHA
    30232d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Use type-signatures from client-side in Server Component hooks to ens…

    …ure consistency and add a warning for `useNow({updateInterval: number})`
    amannn authored Apr 6, 2023
    1 Configuration menu
    Copy the full SHA
    cf87920 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    bce9480 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    5e3fb47 View commit details
    Browse the repository at this point in the history
  4. v2.13.0-beta.2

    amannn committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f7ce3ea View commit details
    Browse the repository at this point in the history
  5. 2.13.0-beta.2

    amannn committed Apr 6, 2023
    1 Configuration menu
    Copy the full SHA
    7cc3b6c View commit details
    Browse the repository at this point in the history
  6. Wording

    amannn committed Apr 6, 2023
    1 Configuration menu
    Copy the full SHA
    21e9eae View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/website/components/CodeSnippets.js
    #	packages/website/pages/_app.js
    #	packages/website/pages/docs/next-13/index.mdx
    #	packages/website/pages/docs/next-13/server-components.mdx
    #	packages/website/pages/index.mdx
    #	yarn.lock
    amannn committed Apr 7, 2023
    1 Configuration menu
    Copy the full SHA
    018c65b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. 1 Configuration menu
    Copy the full SHA
    52195be View commit details
    Browse the repository at this point in the history
  2. Add sitemap

    amannn committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    1c65538 View commit details
    Browse the repository at this point in the history
  3. Static sitemap domain

    amannn committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    b06d985 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    5ae58bb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/example-next-13/src/app/[locale]/layout.tsx
    #	packages/example-next-13/src/middleware.tsx
    #	packages/example-next-13/tests/main.spec.ts
    #	packages/next-intl/.gitignore
    #	packages/next-intl/package.json
    #	packages/next-intl/src/index.tsx
    #	packages/next-intl/src/middleware/NextIntlMiddlewareConfig.tsx
    #	packages/next-intl/src/middleware/middleware.tsx
    #	packages/next-intl/src/react-server/index.tsx
    #	packages/next-intl/src/server/index.tsx
    #	packages/next-intl/src/shared/constants.tsx
    #	packages/next-intl/test/middleware/middleware.test.tsx
    #	packages/next-intl/test/shared/hasPathnamePrefixed.test.tsx
    #	packages/next-intl/test/shared/usePathname.test.tsx
    #	packages/next-intl/types/index.d.ts
    #	packages/use-intl/src/react/getInitializedConfig.tsx
    amannn committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3e30b7b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix: Fix type signature of the plugin and improve condition for print…

    …ing a warning in case a legacy i18n config is in use (#241)
    
    
    
    Co-authored-by: Nicholas Mobbs <[email protected]>
    narakhan and Nicholas Mobbs authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    de5115c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/example-next-13/src/app/[locale]/layout.tsx
    #	packages/example-next-13/src/app/layout.tsx
    #	packages/example-next-13/tests/main.spec.ts
    amannn committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a8cf8f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    f215760 View commit details
    Browse the repository at this point in the history
  2. Unnecessary destructuring

    amannn committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d60307b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	yarn.lock
    amannn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d177b69 View commit details
    Browse the repository at this point in the history
  2. Fix lockfile

    amannn committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c49dc2f View commit details
    Browse the repository at this point in the history
  3. feat: Improvements for localized Link (#257)

    Handle external links in localized `Link` and fix formatting of url
    objects
    amannn authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a08b91b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    84dc3b3 View commit details
    Browse the repository at this point in the history
  2. Single playwright version

    amannn committed May 2, 2023
    Configuration menu
    Copy the full SHA
    bb9c7c2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/src/react-server/index.tsx
    amannn committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b844b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344762f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc-reba…

    …se-2023-05-04
    
    # Conflicts:
    #	.github/workflows/main.yml
    #	examples/example-next-13-next-auth/package.json
    #	examples/example-next-13-next-auth/playwright.config.ts
    #	examples/example-next-13/package.json
    #	examples/example-next-13/src/app/[locale]/layout.tsx
    #	examples/example-next-13/src/app/layout.tsx
    #	examples/example-next-13/src/components/LocaleSwitcher.tsx
    #	examples/example-next-13/src/i18n.ts
    #	examples/example-next-13/src/middleware.ts
    #	examples/example-next-13/src/middleware.tsx
    #	examples/example-next-13/tests/main.spec.ts
    #	packages/example-next-13-named-routes/playwright.config.ts
    #	packages/example-next-13/playwright.config.ts
    #	packages/example-next-13/src/middleware.tsx
    #	packages/next-intl/package.json
    #	yarn.lock
    amannn committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7435a61 View commit details
    Browse the repository at this point in the history
  2. Fix playwright install

    amannn committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3f64a4f View commit details
    Browse the repository at this point in the history
  3. Distinct ports

    amannn committed May 4, 2023
    Configuration menu
    Copy the full SHA
    61e200b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc-reba…

    …se-2023-05-04
    
    # Conflicts:
    #	pnpm-lock.yaml
    amannn committed May 4, 2023
    Configuration menu
    Copy the full SHA
    dd9aa33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    782d103 View commit details
    Browse the repository at this point in the history
  6. Skip broken test

    amannn committed May 4, 2023
    Configuration menu
    Copy the full SHA
    25b22e4 View commit details
    Browse the repository at this point in the history
  7. Update lockfile

    amannn committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4b8b6ba View commit details
    Browse the repository at this point in the history
  8. chore: Rebase RSC (#272)

    amannn authored May 4, 2023
    Configuration menu
    Copy the full SHA
    b0f8d6e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. fix(Next.js 13 RSC): Improvements for routing APIs (#277)

    **Changes:**
    - Improve heuristic for initial `href` of `Link` on the server side to
    default to prefixed hrefs. On the client side, the prefix is potentially
    removed in case we're in unprefixed routing mode.
    - Return correct value for `usePathname` on the initial render
    - Allow to use `Link` on the client side without a provider
    - Don't rely on cookie presence for client-side routing APIs
    
    
    (tested with the latest Next.js version)
    amannn authored May 9, 2023
    Configuration menu
    Copy the full SHA
    23f44e2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed May 9, 2023
    Configuration menu
    Copy the full SHA
    73149e0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc-reba…

    …se-2023-05-10
    
    # Conflicts:
    #	examples/example-next-13/src/app/[locale]/layout.tsx
    #	examples/example-next-13/src/components/LocaleSwitcher.tsx
    #	examples/example-next-13/tests/main.spec.ts
    #	packages/next-intl/src/client/index.tsx
    #	packages/next-intl/src/client/usePathname.tsx
    #	packages/next-intl/src/client/useRouter.tsx
    #	packages/next-intl/src/index.tsx
    #	packages/next-intl/src/react-client/Link.tsx
    #	packages/next-intl/src/react-server/index.tsx
    #	packages/next-intl/src/server/index.tsx
    #	packages/next-intl/src/shared/BaseLink.tsx
    #	packages/next-intl/src/shared/constants.tsx
    #	packages/next-intl/test/client/Link.test.tsx
    amannn committed May 10, 2023
    Configuration menu
    Copy the full SHA
    504f5f7 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    amannn committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0ffb615 View commit details
    Browse the repository at this point in the history
  3. Remove unused files

    amannn committed May 10, 2023
    Configuration menu
    Copy the full SHA
    f18e467 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b03065 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc-reba…

    …se-2023-05-10
    
    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e249b82 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed May 11, 2023
    Configuration menu
    Copy the full SHA
    918a7a4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	packages/next-intl/src/middleware/middleware.tsx
    amannn committed May 12, 2023
    Configuration menu
    Copy the full SHA
    72f37b6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Add workaround to example-next-13-advanced to enable soft navigation …

    …for links where preload is set to `false`
    amannn committed May 15, 2023
    Configuration menu
    Copy the full SHA
    46b0122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa98d0f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d490c28 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    4b61c06 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc-redi…

    …rect-client
    
    # Conflicts:
    #	examples/example-next-13/src/app/[locale]/layout.tsx
    #	examples/example-next-13/src/components/LocaleSwitcher.tsx
    #	packages/next-intl/package.json
    amannn committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a325557 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    amannn committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2dff0b6 View commit details
    Browse the repository at this point in the history
  4. Disable test for now [skip ci]

    amannn committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b483109 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d1ac85 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    8523dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017fd93 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	pnpm-lock.yaml
    amannn committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6e95b4b View commit details
    Browse the repository at this point in the history
  4. Move patch

    amannn committed May 27, 2023
    Configuration menu
    Copy the full SHA
    04bd7bd View commit details
    Browse the repository at this point in the history
  5. Remove patch

    amannn committed May 27, 2023
    Configuration menu
    Copy the full SHA
    335afcf View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	examples/example-next-13/next.config.js
    #	examples/example-next-13/src/app/[locale]/layout.tsx
    #	packages/next-intl/package.json
    #	pnpm-lock.yaml
    amannn committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b219e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    808acab View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. feat: New APIs for using next-intl outside of components (#339)

    The currently available APIs for using `next-intl` outside of components
    like `getTranslations` work well, but are limited to SSR. Using
    `useTranslations` in components is technically also limited to SSR at
    this point, but I have high hopes that React Server Context will
    eventually enable those to work for SSG too.
    
    However, React Server Context will not be available in functions like
    `generateMetadata` as this happens outside of the React render as far as
    I understand. Therefore we should provide APIs that anticipate this
    change. In the unlikely event that React Server Context will work
    somehow in these functions, we can still make the passed `locale`
    optional, but the transition will be smooth here. Moving to this new API
    rather sooner than later is a good idea to avoid churn.
    
    
    
    
    
    
    ### Upgrade guide
    
    **Before**
    
    ```tsx
    import {getTranslations, getFormatter, getNow, getTimeZone} from 'next-intl/server';
    
    export async function generateMetadata() {
      const t = await getTranslations('LocaleLayout');
      const format = await getFormatter();
      const now = await getNow();
      const timeZone = await getTimeZone();
    }
    ```
    
    **After**
    
    ```tsx
    import {getTranslator, getFormatter, getNow, getTimeZone} from 'next-intl/server';
    
    export async function generateMetadata({params}) {
      // Note that this function is now called "getTranslator"
      const t = await getTranslator({
        locale: params.locale,
        namespace: 'LocaleLayout'
      });
    
      const format = await getFormatter({locale: params.locale});
      const now = await getNow({locale: params.locale});
      const timeZone = await getTimeZone({locale: params.locale});
    }
    ```
    amannn authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0f3116b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b405e61 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	pnpm-lock.yaml
    amannn committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    26f8d19 View commit details
    Browse the repository at this point in the history
  2. refactor: Switch to a string argument for the locale that is passed…

    … to the non-component APIs (#343)
    amannn authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    873dc59 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	examples/example-next-13/package.json
    #	pnpm-lock.yaml
    amannn committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    16c8388 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    bdbb558 View commit details
    Browse the repository at this point in the history
  3. Fix lockfile

    amannn committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e6b3efb View commit details
    Browse the repository at this point in the history
  4. Fix TS

    amannn committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ca0cfe7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	pnpm-lock.yaml
    amannn committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    cae306a View commit details
    Browse the repository at this point in the history
  2. Update lockfile

    amannn committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3071d01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14aa6e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25c747a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f601a5 View commit details
    Browse the repository at this point in the history
  6. Revert "chore(Next.js 13 RSC): Switch to tsup for bundling"

    This reverts commit 6f601a5.
    amannn committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e4b2275 View commit details
    Browse the repository at this point in the history
  7. Fix types when importing from next-intl/server with `moduleResoluti…

    …on: "node16"` (#371)
    
    Fixes #347
    Fixes #360
    amannn authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    fd1587b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    4e7766b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	pnpm-lock.yaml
    amannn committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9c9bc8d View commit details
    Browse the repository at this point in the history
  2. Update links to docs

    amannn committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    1d66aec View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4d5ee43 View commit details
    Browse the repository at this point in the history
  4. Update lockfile

    amannn committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7fa1424 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7a6e0a6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8a3946c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. chore: Rebase RSC on main (#385)

    Extracted to #386, should be
    merged to RSC later as well.
    amannn authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    41900d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	packages/next-intl/src/react-server/index.tsx
    #	packages/use-intl/package.json
    #	pnpm-lock.yaml
    amannn committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    610c665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22fe5d9 View commit details
    Browse the repository at this point in the history
  3. fix(RSC): Return string from (await getTranslator()).rich (#395)

    To be in sync with the `createTranslator` API
    amannn authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b423baa View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	examples/example-next-13/src/components/LocaleSwitcher.tsx
    #	packages/next-intl/package.json
    amannn committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    add3e94 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Opengraph example

    amannn committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f0ae6ce View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	packages/next-intl/src/middleware/NextIntlMiddlewareConfig.tsx
    amannn committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e8ece99 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    amannn committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2c7ac92 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. refactor(RSC): Clean up package boundaries (#387)

    **Changes:**
    - Add `exports` to `use-intl` to have clear package boundaries and add
    new APIs
    - `core`: `RichTranslationValuesPlain`, `createBaseTranslator`,
    `initializeConfig`, TS utils
       - `react`: (no changes)
    - Add `exports` to `next-intl`
    
    **Information**
    
    We build the entry point and nested exports from libraries separately
    because the build for the main entry point is always smaller this way.
    Nested exports always result in separate modules currently.
    amannn authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a371d39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f3553 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	packages/next-intl/src/link/react-server/Link.tsx
    #	packages/use-intl/src/react/IntlProvider.tsx
    #	packages/use-intl/src/react/useTranslationsImpl.tsx
    amannn committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4297a19 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    amannn committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dbc06d1 View commit details
    Browse the repository at this point in the history
  3. Fix test

    amannn committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e343ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    f408d92 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Publish navigation.d.ts

    amannn committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0197a6f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    d4eee0d View commit details
    Browse the repository at this point in the history
  2. Fix return type of plugin

    amannn committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0e7835b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    e475cb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix: Allow unknown routes in localized pathnames navigation APIs (#493)

    ---------
    
    Co-authored-by: Jan Amann <[email protected]>
    jlalmes and amannn authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3481a59 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/package.json
    #	docs/pages/docs/routing/index.mdx
    #	docs/pages/docs/routing/middleware.mdx
    #	docs/pages/docs/routing/navigation.mdx
    #	examples/example-advanced/package.json
    #	examples/example-next-13-next-auth/package.json
    #	examples/example-next-13/package.json
    #	examples/example-next-13/src/components/LocaleSwitcher.tsx
    #	examples/example-remix/package.json
    #	examples/example/package.json
    #	packages/next-intl/package.json
    #	packages/use-intl/package.json
    #	packages/use-intl/test/react/useFormatter.test.tsx
    #	packages/use-intl/test/react/useIntl.test.tsx
    #	pnpm-lock.yaml
    amannn committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ab48fd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    37c131b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    6c8eb13 View commit details
    Browse the repository at this point in the history
  2. Add comment why we don't provide a default locale for `NextIntlClie…

    …ntProvider` currently
    amannn committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0a089b8 View commit details
    Browse the repository at this point in the history
  3. Increase bundle threshold

    amannn committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0aa60ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    106c098 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    50cd7ee View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    7358907 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    6836f20 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/pages/docs/routing/navigation.mdx
    #	examples/example-next-13-with-pages/src/middleware.ts
    #	packages/next-intl/package.json
    #	pnpm-lock.yaml
    amannn committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3f85ffa View commit details
    Browse the repository at this point in the history
  3. Fix docs build

    amannn committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    975a1c0 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    #	packages/next-intl/src/middleware/getAlternateLinksHeaderValue.tsx
    #	packages/next-intl/test/middleware/middleware.test.tsx
    #	pnpm-lock.yaml
    amannn committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b732305 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	packages/next-intl/package.json
    amannn committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2bf4aef View commit details
    Browse the repository at this point in the history
  2. Increase size limit

    amannn committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5a2b503 View commit details
    Browse the repository at this point in the history
  3. feat(RSC): Add defaults for locale, now and timeZone for `NextI…

    …ntlClientProvider` when used from RSC (#517)
    amannn authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9697c3c View commit details
    Browse the repository at this point in the history
  4. fix(RSC): Remove pages router import and require explicit locale wh…

    …en used in Pages Router (#520)
    amannn authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4f93607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54ddd45 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    d98a549 View commit details
    Browse the repository at this point in the history
  2. Upgrade to [email protected]

    amannn committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    38252e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee25914 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    549dc17 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/pages/docs/environments/runtime-requirements.mdx
    #	docs/pages/docs/getting-started/app-router.mdx
    #	docs/pages/docs/usage/dates-times.mdx
    #	docs/pages/docs/usage/lists.mdx
    #	docs/pages/docs/usage/numbers.mdx
    amannn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4c42f52 View commit details
    Browse the repository at this point in the history
  3. Improve error handling docs

    amannn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6bafe4e View commit details
    Browse the repository at this point in the history
  4. as-necessary -> as-needed

    amannn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e98e181 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07f8186 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    a463263 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    65d9212 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    efb5046 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    5c1bac3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	.github/ISSUE_TEMPLATE/bug_report.yml
    #	docs/pages/docs/getting-started/app-router.mdx
    #	pnpm-lock.yaml
    amannn committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    214d8e7 View commit details
    Browse the repository at this point in the history
  2. Fix redirect for requests for the default locale when prefixed at the…

    … root with search params
    amannn committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7f6365a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d133fd6 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	.github/workflows/issue-commenter.yml
    amannn committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7582d4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b7a0d6 View commit details
    Browse the repository at this point in the history
  6. Update sizes

    amannn committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    631d12d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Clarify browser support

    amannn committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fb80bd1 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    amannn committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c037a40 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/pages/docs/usage/_meta.json
    #	docs/pages/docs/usage/configuration.mdx
    #	docs/pages/docs/usage/messages.mdx
    amannn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fc4101b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Remove more deprecations

    amannn committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    defa4b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbec9f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Update tests

    amannn committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    3522b43 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Leave error messages in server-only code after production build, remo…

    …ve deprecated `getLocale`
    amannn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7fd084f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. fix(RSC): Fixed the search not being added on localized pathname redi…

    …rects (#569)
    
    Fixes #568
    
    ---------
    
    Co-authored-by: Jan Amann <[email protected]>
    BrendonSled and amannn authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d1b398d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/pages/docs/usage/dates-times.mdx
    amannn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1b2ed7d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    7f54ec2 View commit details
    Browse the repository at this point in the history
  2. feat(RSC): Add t.markup and unify function signature of t.rich (#571

    )
    
    **Changes:**
    
    - Add `t.markup` to generate HTML markup strings
    - Return a `ReactNode` from `(await getTranslator()).rich`
    - Rename `RichTranslationValuesPlain` to `MarkupTranslationValues`
    - Remove `{createBaseTranslator} from 'use-intl'` in favor of `createTranslator`
    amannn authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    581c16b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/pages/blog/next-intl-3-0.mdx
    amannn committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    371203b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f050808 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    61b2bce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/package.json
    #	docs/pages/docs/environments/metadata-route-handlers.mdx
    #	docs/pages/docs/routing/middleware.mdx
    #	examples/example-advanced/package.json
    #	examples/example-next-13-next-auth/package.json
    #	examples/example-next-13/package.json
    #	examples/example/package.json
    #	packages/next-intl/package.json
    #	pnpm-lock.yaml
    amannn committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0bcca2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf3810 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/pages/docs/usage/messages.mdx
    amannn committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    064c692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49fce7c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    633e07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf54c3 View commit details
    Browse the repository at this point in the history
  3. Latest RC

    amannn committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    47d7c16 View commit details
    Browse the repository at this point in the history
  4. Update docs:

     - Remove version number "13" from Next.js references
     - Mention `getLocale`
     - Link to Pages Router migration example
    
    [skip ci]
    amannn committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    59bdea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    fd4b6a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bdcaa View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    e8c9818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286c96c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into feat/next-13-rsc

    # Conflicts:
    #	docs/pages/blog/next-intl-3-0.mdx
    amannn committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3d2ccc1 View commit details
    Browse the repository at this point in the history
  4. Remove unused import in docs

    amannn committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    763c69a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c5e5aa View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Update banner and blog post

    amannn committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1b21dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f63bbfc View commit details
    Browse the repository at this point in the history
  3. Fix link

    amannn committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e17b9db View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    2c88df3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    a0a1f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    f542802 View commit details
    Browse the repository at this point in the history
  2. docs: Various fixes

    amannn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c7b2626 View commit details
    Browse the repository at this point in the history
  3. feat(RSC): Various fixes (#623)

    **Changes:**
    - [Set hreflang on
    Link](dc91509)
    - [Throw for missing params in localized
    pathnames](00f0998)
    - [Remove
    deprecations](967f903)
    amannn authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2ccb247 View commit details
    Browse the repository at this point in the history
  4. Update blog post

    amannn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1603a34 View commit details
    Browse the repository at this point in the history
  5. docs: Update links

    amannn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    acf9698 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b65d5d8 View commit details
    Browse the repository at this point in the history