Skip to content

Tags: drasya/next-i18next

Tags

v8.0.0

Toggle v8.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
v8.0.0 (i18next#965)

* Core changes to support NextJs v10

* Add default config file reading functionality

* Reimplement hoistNonReactStatics

* Update dependencies

* Strip out tests and unnecessary dependencies

* Fix linting setup

* Upgrade core dependencies

* Migrate config options to mirror NextJs

* v8.0.0-beta.0

* Remove deprecated config options and types

* Update example lockfile

* Remove need for locales and defaultLocale entirely

* Update example to use hooks

* Add documentation

* v8.0.0-beta.1

* Add NodeJs v14 to CircleCI

* Create serverSideTranslations.d.ts

* v8.0.0-beta.2

* fix: TS issues for v8-beta (i18next#922)

* fix: export appWithTranslation type

also changed AppWithTranslation type: param is a React Component, not a React Component instance

* chore: remove unused NextI18Next exports

* fix: run-example prod script by adding the build step before it

* v8.0.0-beta.3

* fix: Remove server side code from client bundle (i18next#926)

* Remove static dir entirely

* v8.0.0-beta.4

* feat: Add an ESM entry point to allow better bundle optimizations (i18next#937)

* Add an ESM entry point to allow better tree-shaking & module concatenation

* Include ie11

* fix: added Trans to TS definition v8-beta (i18next#951)

* added Trans to types

* fix: removed unused typess

* refactor: Use serialize-javascript (i18next#954)

* refactor: Use NextJs i18n config API (i18next#955)

* test: Add tests for config and consoleMessage (i18next#956)

* test: Add coverage for createClient (i18next#957)

* refactor: Update eslint config (i18next#958)

* refactor: Update eslint config

* Fix lint

* test: Add e2e coverage via Cypress (i18next#959)

* feat: Disable FS backend when user provides one (i18next#930)

* feat: Disable FS backend when user provides one

* fixup! feat: Disable FS backend when user provides one

* fixup! feat: Disable FS backend when user provides one

* fixup! feat: Disable FS backend when user provides one

* test: Add test coverage to appWithTranslation and serverSideTranslations (i18next#960)

* docs: Update README (i18next#961)

* v8.0.0-beta.5

* docs: Update README (i18next#962)

* v8.0.0-beta.6

* chore: Update example lockfile (i18next#964)

* chore: Update example lockfile

* Update package.json

* fix: Deep merge options.backend, closes i18next#848 (i18next#849)

* fix: Make create-config defaultFile use localeStructure (i18next#966)

use @cescoallegrini modifications from
i18next#934

* Update README.md

Co-authored-by: Léonard Drouillas <leonard.drouillas@gmail.com>

* chore: Lint examples dir (i18next#969)

* fix: Add server side loading of fallbackLng (i18next#970)

* refactor: Remove i18next-http-backend (i18next#971)

* refactor: Remove i18next-http-backend

* Update config.yml

* Update basic.e2e.ts

* refactor: Add react-i18next useSuspense (i18next#973)

* docs: Update README (i18next#975)

* refactor: Add typeof window check to createConfig (i18next#976)

* refactor: Remove serialize-javascript and add configOverride to appWithTranslation (i18next#972)

* refactor: Remove serialize-javascript and add configOverride to appWithTranslation

* Add serializeConfig option

* Add docs

* Update README.md

* docs: Update README (i18next#977)

* Update peerDependencies and version

Co-authored-by: Francesco Moro <franzmoro@users.noreply.github.com>
Co-authored-by: Felix Mosheev <9304194+felixmosh@users.noreply.github.com>
Co-authored-by: Tobias Koller <34249734+TKone7@users.noreply.github.com>
Co-authored-by: Filipe Medeiros <filipesilvamedeiros@gmail.com>
Co-authored-by: Léonard Drouillas <leonard.drouillas@gmail.com>