-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f05020
commit a5ce5cf
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@squide/msw": patch | ||
--- | ||
|
||
- Request handlers registeration are now printed to the debug logs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@squide/core": minor | ||
--- | ||
|
||
- A plugin can now optionally implement a "_setRuntime" method to received the current runtime at bootstrapping. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |