Skip to content

Commit

Permalink
feat: expose subapp root to provide better lifecycle control for appl…
Browse files Browse the repository at this point in the history
…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
arunvishnun committed Apr 19, 2024
1 parent 66462dd commit 809757d
Show file tree
Hide file tree
Showing 8 changed files with 2,584 additions and 2,332 deletions.
10 changes: 10 additions & 0 deletions common/changes/subapp-react/feat-subapproot_2024-04-18-19-39.json
@@ -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 common/changes/subapp-redux/feat-subapproot_2024-04-18-19-39.json
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "subapp-redux",
"comment": "expose subapp root to provide better lifecycle control for applications",
"type": "minor"
}
],
"packageName": "subapp-redux"
}

0 comments on commit 809757d

Please sign in to comment.