forked from Yuyz0112/syncit
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bundle components so Svelte isn't needed to use (#7)
* Add ci/cd step * Add empty changeset * Remove circular dependencies * Clean up errors in check * Install playwright in ci * Run the correct check script * Also install dependencies for playwright * Brings bundling back to how it was so it can be used as per syncit documentation. This allows you to use it without Svelte * Fix typing * Run e2e tests in test mode
- Loading branch information
Showing
7 changed files
with
272 additions
and
577 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,6 @@ | ||
--- | ||
'@syncit/ui': patch | ||
--- | ||
|
||
Fix bundling of @syncit/ui to be consistent with the Syncit documentation | ||
Fix bug in state machine using deprecated API |
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.