-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Fixes - [BUG] Depth issues with md serialize/deserialize #345 - onDestroy Event Not Firing on Delete in Image Extension #427 - [FEATURE] Update UI in TodoList #425 - [FEATURE] Add onPathChange prop to <YooptaEditor /> #422 - [FEATURE] Change text/bg colors with react-colorful picker for highlight mark #419 ## Contribution Co-authored-by: Guillermo Loaysa <[email protected]> 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
96fc42e
commit f577dcc
Showing
43 changed files
with
638 additions
and
433 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 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.3", | ||
"version": "4.9.4", | ||
"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
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.3", | ||
"version": "4.9.4", | ||
"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.3", | ||
"version": "4.9.4", | ||
"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.3", | ||
"version": "4.9.4", | ||
"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.3", | ||
"version": "4.9.4", | ||
"description": "Callout 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/code", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"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.3", | ||
"version": "4.9.4", | ||
"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.3", | ||
"version": "4.9.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@yoopta/file", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "File 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/headings", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "Headings 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/image", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "Image 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/link", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "Link 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/lists", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "Lists plugin for Yoopta Editor", | ||
"author": "Darginec05 <[email protected]>", | ||
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme", | ||
|
Oops, something went wrong.