Skip to content

Commit

Permalink
Added changeset files
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 21, 2023
1 parent 5f05020 commit a5ce5cf
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-garlics-cheat.md
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.
5 changes: 5 additions & 0 deletions .changeset/nasty-tables-compare.md
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.
6 changes: 6 additions & 0 deletions .changeset/thin-apes-work.md
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.
13 changes: 13 additions & 0 deletions .changeset/yellow-pants-sin.md
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`

0 comments on commit a5ce5cf

Please sign in to comment.