The isolated editor automatically sets the editor.MediaUpload filter to use the Gutenberg media library. This shouldn't happen, and it should be left to the user to set this up for themselves. This allows a user to then use another library, or even disable it entirely.
This PR removes the automatic filter. It is a breaking change for anyone using this who relied on the media library, and the documentation has been updated.
The isolated editor automatically sets the
editor.MediaUpload
filter to use the Gutenberg media library. This shouldn't happen, and it should be left to the user to set this up for themselves. This allows a user to then use another library, or even disable it entirely.This PR removes the automatic filter. It is a breaking change for anyone using this who relied on the media library, and the documentation has been updated.
For future reference: