forked from microsoft/fast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable multiple fast-element instances in browser at once (micr…
…osoft#5695) * feat: enable multiple fast-element instances in browser at once * Change files * feat: enable optional services and make global setup more resilient * feat: track loaded versions * refactor: improve FAST global API naming and documentation * refactor: remove magic strings * refactor: minor cleanup to FAST global and comments * chore: add built step to inject the version * refactor: refine kernel services * test: add unit tests for FAST global API * fix: remove version injection since it won't work with beachball Co-authored-by: EisenbergEffect <roeisenb@microsoft.com>
- Loading branch information
1 parent
bb9c277
commit 0e506c6
Showing
9 changed files
with
588 additions
and
431 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@microsoft-fast-element-2fa693ec-7ba1-4c0e-a68c-8979969d2a01.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,7 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "feat: enable multiple fast-element instances in browser at once", | ||
"packageName": "@microsoft/fast-element", | ||
"email": "roeisenb@microsoft.com", | ||
"dependentChangeType": "patch" | ||
} |
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
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
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
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
Oops, something went wrong.