-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update email examples (#391) ## Description Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues. Fixes # (issue) ## Type of change Please tick the relevant option. - [ ] Bug fix (non-breaking change which fixes an issue) - [x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have checked my code and corrected any misspellings * Improvements for loom and wistia videos (#402) * update email examples ## Description Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues. Fixes # (issue) ## Type of change Please tick the relevant option. - [ ] Bug fix (non-breaking change which fixes an issue) - [x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have checked my code and corrected any misspellings * fixes for loom and wistia providers --------- Co-authored-by: 5andu <[email protected]> * Update deserialize.ts (#415) * fix types * add smooth selection between block * added icons to callout (#417) * added changes in changelog.md * Publish - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] * update examples * Publish - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] - @yoopta/[email protected] * update examples --------- Co-authored-by: Alexandru Golovatenco <[email protected]> Co-authored-by: 5andu <[email protected]> Co-authored-by: Vaishnav Deore <[email protected]>
- Loading branch information
1 parent
60be674
commit 7dac041
Showing
54 changed files
with
817 additions
and
115 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 |
---|---|---|
|
@@ -66,4 +66,6 @@ test-results/ | |
!.yarn/versions | ||
.pnp.* | ||
|
||
.env | ||
.env | ||
|
||
.yarn |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/exports", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Serialize/deserialize exports in different formats for Yoopta-Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/marks", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Marks for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/accordion", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Accordion plugin for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/blockquote", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Blockquote plugin for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/callout", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Callout plugin for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/code", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Code plugin with syntax highlighting for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/divider", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Divider plugin for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/embed", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Embed plugin for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
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.