From d2b99894975b9c8e27da2b43b95b02f292ffce51 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Tue, 6 Dec 2022 17:46:43 +0100 Subject: [PATCH] context-less version of Trans component to be used for environments without react context #1588 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4056519..475b2d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 12.1.0 + +- context-less version of Trans component to be used for environments without react context [1588](https://github.com/i18next/react-i18next/pull/1588) + ### 12.0.0 - Update t function types to rely on types coming from i18next [1501](https://github.com/i18next/react-i18next/pull/1501)