Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move non-core files from roosterjs-content-model-core to roosterjs-content-model-dom #2518

Merged
merged 7 commits into from
Mar 21, 2024

Conversation

JiuqingSong
Copy link
Contributor

In old editor code, we only export the Editor object from the "core" package.

In new editor, we exported a lot of functions that is not really "core" from the core package.

In this change I'm moving those non-core functions into dom package, only keep Editor class and its command functions:

  • createModelFromHtml
  • exportContent
  • paste
  • undo
  • redo

Move files only, no logic change.

@JiuqingSong JiuqingSong merged commit ef0a216 into master Mar 21, 2024
7 checks passed
@JiuqingSong JiuqingSong deleted the u/jisong/filemove branch March 21, 2024 20:22
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.

2 participants