Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/updating/nim-migration/migrating-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Now, you can import them from the package's root entry point with the new name:
import { _getCKFinderCsrfToken } from 'ckeditor5';
```

## Changed exports
## Changed imports

Below, you will find all name changes in packages listed alphabetically for convenience.

<info-box info>
The tables below list only these exports that have changed names and may introduce breaking changes. Newly exported methods that did not exist before NIM are **not** included here.
The tables below list only these imports that have changed names and may introduce breaking changes. New methods that did not exist before NIM are **not** included here.
</info-box>

<info-box info>
Expand Down Expand Up @@ -1080,7 +1080,7 @@ Below, you will find all name changes in packages listed alphabetically for conv
|----------|--------------------------|------------------------------|
| utils.ts | modelElementToPlainText | _modelElementToPlainText |

## New exports
## New imports

Listed below are exports introduced with NIM.

Expand Down