From a5ce5cfe001fa6b719d2ef271a9680f72a483bc8 Mon Sep 17 00:00:00 2001 From: patricklafrance Date: Tue, 21 Nov 2023 15:31:42 -0500 Subject: [PATCH] Added changeset files --- .changeset/dull-garlics-cheat.md | 5 +++++ .changeset/nasty-tables-compare.md | 5 +++++ .changeset/thin-apes-work.md | 6 ++++++ .changeset/yellow-pants-sin.md | 13 +++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 .changeset/dull-garlics-cheat.md create mode 100644 .changeset/nasty-tables-compare.md create mode 100644 .changeset/thin-apes-work.md create mode 100644 .changeset/yellow-pants-sin.md diff --git a/.changeset/dull-garlics-cheat.md b/.changeset/dull-garlics-cheat.md new file mode 100644 index 000000000..57a7efc6b --- /dev/null +++ b/.changeset/dull-garlics-cheat.md @@ -0,0 +1,5 @@ +--- +"@squide/msw": patch +--- + +- Request handlers registeration are now printed to the debug logs. diff --git a/.changeset/nasty-tables-compare.md b/.changeset/nasty-tables-compare.md new file mode 100644 index 000000000..8c6fccb7e --- /dev/null +++ b/.changeset/nasty-tables-compare.md @@ -0,0 +1,5 @@ +--- +"@squide/core": minor +--- + +- A plugin can now optionally implement a "_setRuntime" method to received the current runtime at bootstrapping. diff --git a/.changeset/thin-apes-work.md b/.changeset/thin-apes-work.md new file mode 100644 index 000000000..4dd2448f1 --- /dev/null +++ b/.changeset/thin-apes-work.md @@ -0,0 +1,6 @@ +--- +"@squide/webpack-configs": minor +"@squide/firefly": minor +--- + +- A new `features` option is now available with the `defineConfig` functions to add the `@squide/i18next` package to the shared dependencies. diff --git a/.changeset/yellow-pants-sin.md b/.changeset/yellow-pants-sin.md new file mode 100644 index 000000000..86bc16a5a --- /dev/null +++ b/.changeset/yellow-pants-sin.md @@ -0,0 +1,13 @@ +--- +"@squide/i18next": major +--- + +This a new package to support [i18next](https://www.i18next.com/) for a federated application. + +It includes: + +- `i18nextPlugin` +- `useChangeLanguage` +- `useCurrentLanguage` +- `useI18nextInstance` +- `I18nextNavigationLabel`