froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.3k stars 672 forks source link

JQuery dependence isn't fully removed from Froala #3649

Open tharle opened 5 years ago

tharle commented 5 years ago

JQuery dependence isn't fully removed from Froala.

Expected behavior:

In the documentation for migrate from Version 2 was describe with: "In version 3 we removed the jQuery dependency and the editor is much easier to initialize."

(https://www.froala.com/wysiwyg-editor/docs/migrate-from-v2)

Actual behavior:

But in method for replace an image, it still exist. (https://www.froala.com/wysiwyg-editor/docs/methods#image.insert)

capture-image-insert-froala

OS. Any.

Browser. Any.

Froala V3.0.0

jipigi commented 5 years ago

I think this issue should be prioritised as we can read on your public website that jquery as been removed as of Froala Editor version 3.x.

Or maybe the page on the public website should be updated ?

This one of the main reason why we updated to V3 (to decrease the size of the package), we hope we can get definitly rid of jquery in the near future.

Thanks !

robertvanhoesel commented 4 years ago

jQuery isn't actually removed, (part of) the source code is just copied into Froala v3 #3830