-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose subapp root to provide better lifecycle control for appl…
…ications (#2008) * feat: expose subapp root to provide better lifecycle control for applications * test: add unit test * test: add unit test * chore: pnpm-lock update * chore: update sample code * chore: add changelogs
- Loading branch information
1 parent
66462dd
commit 809757d
Showing
8 changed files
with
2,584 additions
and
2,332 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/subapp-react/feat-subapproot_2024-04-18-19-39.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "subapp-react", | ||
"comment": "Expose subapp root to provide better lifecycle control for applications", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "subapp-react" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/subapp-redux/feat-subapproot_2024-04-18-19-39.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "subapp-redux", | ||
"comment": "expose subapp root to provide better lifecycle control for applications", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "subapp-redux" | ||
} |
Oops, something went wrong.