Skip to content

Conversation

@neSpecc
Copy link
Contributor

@neSpecc neSpecc commented Apr 8, 2025

  • UI components moved to @editorjs/ui package
  • Now they should be passed via core.use() method, where they will be instantiated
  • each ui component is EditorjsPlugin — a class with type (used for ioc key) and destroy(). It accepts EventBus, API, Config
  • @editorjs/core build config updated

@github-actions
Copy link

github-actions bot commented Apr 8, 2025

⏭️ No files to mutate for ./packages/model

@github-actions
Copy link

github-actions bot commented Apr 8, 2025

⏭️ No files to mutate for ./packages/dom-adapters

@github-actions
Copy link

github-actions bot commented Apr 8, 2025

Coverage report for ./packages/dom-adapters

St.
Category Percentage Covered / Total
🟢 Statements 100% 0/0
🟢 Branches 100% 0/0
🟢 Functions 100% 0/0
🟢 Lines 100% 0/0

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 310e491

@github-actions
Copy link

github-actions bot commented Apr 8, 2025

Coverage report for ./packages/model

St.
Category Percentage Covered / Total
🟢 Statements 96.05% 802/835
🟢 Branches 96% 216/225
🟢 Functions 87.39% 194/222
🟢 Lines 95.91% 773/806

Test suite run success

405 tests passing in 24 suites.

Report generated by 🧪jest coverage report action from 310e491

@github-actions
Copy link

github-actions bot commented Apr 8, 2025

Coverage report for ./packages/collaboration-manager

St.
Category Percentage Covered / Total
🟢 Statements 98% 98/100
🟢 Branches 95% 38/40
🟢 Functions 100% 11/11
🟢 Lines 98% 98/100

Test suite run success

51 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from 310e491

eventBus,
});

this.#iocContainer.set(pluginType, pluginInstance);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neSpecc neSpecc added this pull request to the merge queue Apr 8, 2025
Merged via the queue into main with commit 5d473c7 Apr 8, 2025
15 checks passed
@neSpecc neSpecc deleted the ui branch April 8, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants