Skip to content

Conversation

@neSpecc
Copy link
Contributor

@neSpecc neSpecc commented Apr 10, 2025

When there will be a parent contenteditable, we'll listed beforeinput on it, then dispatch ui:before-input event. BlockToolAdapter will handle it.

This PR contains preparations for that:

  1. BlockToolAdapter now depends on EventBus
  2. To prevent circular dependency (Dom-Adapters <-> Core), EventBus moved from Core to SDK
  3. UI, SDK, Core, Dom Adapters now can be build and used as bundles instead of "src"
  4. Various build fixes

@github-actions
Copy link

github-actions bot commented Apr 10, 2025

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

@github-actions
Copy link

github-actions bot commented Apr 10, 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 ef56ec3

@github-actions
Copy link

github-actions bot commented Apr 10, 2025

Coverage report for ./packages/model

St.
Category Percentage Covered / Total
🟢 Statements 95.98% 835/870
🟢 Branches 96% 216/225
🟢 Functions 87.67% 199/227
🟢 Lines 95.83% 805/840

Test suite run success

411 tests passing in 25 suites.

Report generated by 🧪jest coverage report action from ef56ec3

@github-actions
Copy link

github-actions bot commented Apr 10, 2025

Coverage report for ./packages/collaboration-manager

St.
Category Percentage Covered / Total
🟢 Statements 98.03% 149/152
🟢 Branches 91.8% 56/61
🟢 Functions 94.74% 18/19
🟢 Lines 98% 147/150

Test suite run success

67 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from ef56ec3


/**
* Prepares blocks holder element
* @param editorHolder
Copy link
Member

Choose a reason for hiding this comment

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

Description is missing

@github-actions
Copy link

github-actions bot commented Apr 10, 2025

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

@neSpecc neSpecc added this pull request to the merge queue Apr 10, 2025
Merged via the queue into main with commit 270e323 Apr 10, 2025
15 checks passed
@neSpecc neSpecc deleted the dom-adapters-sdk branch April 10, 2025 01:14
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