issues
search
tinymce
/
tinymce-vue
Official TinyMCE Vue component
MIT License
2.08k
stars
208
forks
source link
INT-3324: move tinymce to be an optional peer dependency
#422
Closed
danoaky-tiny
closed
4 months ago
danoaky-tiny
commented
4 months ago
INT-3324
Changes:
The
tinymce
package is now an optional peer dependency.
Imports of
tinymce
now use
import type ...
to help prevent accidental usage of tinymce JS code through a direct import in this way.
INT-3324
Changes:
tinymce
package is now an optional peer dependency.tinymce
now useimport type ...
to help prevent accidental usage of tinymce JS code through a direct import in this way.