Skip to content

Commit

Permalink
v4.8.4 (#334)
Browse files Browse the repository at this point in the history
* fix: styling of action menu (#329)
* Markdown Symbols Remove Existing Block
* chore: remove node-sass (#330)


Co-authored-by: Md Saban <45597394+mdsaban@users.noreply.github.com>
  • Loading branch information
Darginec05 and mdsaban authored Oct 5, 2024
1 parent 29ff620 commit d36fb54
Show file tree
Hide file tree
Showing 25 changed files with 323 additions and 668 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"lerna": "^6.5.1",
"mini-css-extract-plugin": "^2.6.1",
"next": "13.0.0",
"node-sass": "^7.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss-import": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/editor",
"version": "4.8.3",
"version": "4.8.4",
"license": "MIT",
"private": false,
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/exports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/exports",
"version": "4.8.3",
"version": "4.8.4",
"description": "Serialize/deserialize exports in different formats for Yoopta-Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/marks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/marks",
"version": "4.8.3",
"version": "4.8.4",
"description": "Marks for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/accordion",
"version": "4.8.3",
"version": "4.8.4",
"description": "Accordion plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/blockquote",
"version": "4.8.3",
"version": "4.8.4",
"description": "Blockquote plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/callout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/callout",
"version": "4.8.3",
"version": "4.8.4",
"description": "Callout plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/code",
"version": "4.8.3",
"version": "4.8.4",
"description": "Code plugin with syntax highlighting for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/divider",
"version": "4.8.3",
"version": "4.8.4",
"description": "Divider plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/embed",
"version": "4.8.3",
"version": "4.8.4",
"description": "Embed plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/file",
"version": "4.8.3",
"version": "4.8.4",
"description": "File plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/headings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/headings",
"version": "4.8.3",
"version": "4.8.4",
"description": "Headings plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/image",
"version": "4.8.3",
"version": "4.8.4",
"description": "Image plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/link",
"version": "4.8.3",
"version": "4.8.4",
"description": "Link plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/lists",
"version": "4.8.3",
"version": "4.8.4",
"description": "Lists plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/paragraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/paragraph",
"version": "4.8.3",
"version": "4.8.4",
"description": "Paragraph plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/table",
"version": "4.8.3",
"version": "4.8.4",
"description": "Table plugin for Yoopta Editor [IN PROGRESS]",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/video",
"version": "4.8.3",
"version": "4.8.4",
"description": "Video plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/action-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/action-menu-list",
"version": "4.8.3",
"version": "4.8.4",
"description": "ActionMenuList tool for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ActionMenuList = ({ items, render }: ActionMenuToolProps) => {
placement: 'bottom-start',
open: isMenuOpen,
onOpenChange: setIsMenuOpen,
middleware: [inline(), flip(), shift(), offset(10)],
middleware: [flip(), shift(), offset(10)],
whileElementsMounted: autoUpdate,
});

Expand Down
2 changes: 1 addition & 1 deletion packages/tools/link-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/link-tool",
"version": "4.8.3",
"version": "4.8.4",
"description": "Link tool for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/toolbar",
"version": "4.8.3",
"version": "4.8.4",
"description": "Toolbar tool for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand Down
40 changes: 20 additions & 20 deletions web/next-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@
"@uiw/codemirror-theme-vscode": "^4.21.24",
"@uiw/react-codemirror": "^4.21.25",
"class-variance-authority": "^0.7.0",
"@yoopta/accordion": "^4.8.3",
"@yoopta/action-menu-list": "^4.8.3",
"@yoopta/blockquote": "^4.8.3",
"@yoopta/callout": "^4.8.3",
"@yoopta/code": "^4.8.3",
"@yoopta/divider": "^4.8.3",
"@yoopta/editor": "^4.8.3",
"@yoopta/embed": "^4.8.3",
"@yoopta/exports": "^4.8.3",
"@yoopta/file": "^4.8.3",
"@yoopta/headings": "^4.8.3",
"@yoopta/image": "^4.8.3",
"@yoopta/link": "^4.8.3",
"@yoopta/link-tool": "^4.8.3",
"@yoopta/lists": "^4.8.3",
"@yoopta/marks": "^4.8.3",
"@yoopta/paragraph": "^4.8.3",
"@yoopta/accordion": "^4.8.4",
"@yoopta/action-menu-list": "^4.8.4",
"@yoopta/blockquote": "^4.8.4",
"@yoopta/callout": "^4.8.4",
"@yoopta/code": "^4.8.4",
"@yoopta/divider": "^4.8.4",
"@yoopta/editor": "^4.8.4",
"@yoopta/embed": "^4.8.4",
"@yoopta/exports": "^4.8.4",
"@yoopta/file": "^4.8.4",
"@yoopta/headings": "^4.8.4",
"@yoopta/image": "^4.8.4",
"@yoopta/link": "^4.8.4",
"@yoopta/link-tool": "^4.8.4",
"@yoopta/lists": "^4.8.4",
"@yoopta/marks": "^4.8.4",
"@yoopta/paragraph": "^4.8.4",
"@yoopta/starter-kit": "^4.7.1-alpha.3",
"@yoopta/table": "^4.8.3",
"@yoopta/toolbar": "^4.8.3",
"@yoopta/video": "^4.8.3",
"@yoopta/table": "^4.8.4",
"@yoopta/toolbar": "^4.8.4",
"@yoopta/video": "^4.8.4",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"codemirror": "^6.0.1",
Expand Down
Loading

0 comments on commit d36fb54

Please sign in to comment.