-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:BuilderIO/mitosis into fix/docs-can…
…onical
- Loading branch information
Showing
68 changed files
with
1,531 additions
and
1,024 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# @builder.io/mitosis-cli | ||
|
||
## 0.4.5 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [428b3ab] | ||
- @builder.io/[email protected] | ||
|
||
## 0.4.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ad7e576] | ||
- Updated dependencies [52dc749] | ||
- @builder.io/[email protected] | ||
|
||
## 0.4.3 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [1bf28ea] | ||
- Updated dependencies [814d171] | ||
- Updated dependencies [531c15c] | ||
- Updated dependencies [84038d5] | ||
- @builder.io/[email protected] | ||
|
||
## 0.4.2 | ||
|
||
### Patch Changes | ||
|
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
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
17 changes: 17 additions & 0 deletions
17
packages/core/src/__tests__/data/builder/text-bindings.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,17 @@ | ||
{ | ||
"data": { | ||
"blocks": [ | ||
{ | ||
"@type": "@builder.io/sdk:Element", | ||
"@version": 2, | ||
"id": "builder-170e19cac58e4c28998d443a9dce80b4", | ||
"component": { | ||
"name": "Text", | ||
"options": { | ||
"text": "<p>Time left: {{state.timeLeft}} seconds</p>" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.