ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

Create migration guide after entity re-naming.

Open arkflpc opened this issue 7 months ago • 1 comments

arkflpc avatar May 28 '25 11:05 arkflpc

The guide should contain the table with all renames:

  • It should include all the names with packages and source file path,
  • It should understood by AI tools (to help rename),
  • It should be accurate (compare to what we actually did, not planned to do).

The guild (or other docs) should tell, that:

  • Things marked as internal and with _ prefix - we believe they're internal. In case someone uses it (by currently importing directly from the source file), we expect they tell us (by creating an issue), so we can make it nicely named non-internal export.

arkflpc avatar Jun 17 '25 10:06 arkflpc

Done in https://github.com/ckeditor/ckeditor5/pull/18753.

Mati365 avatar Jun 24 '25 05:06 Mati365