froala / vue-froala-wysiwyg

Vue component for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
633 stars 86 forks source link

Froala v3 rc.2 Did the jquery dependency get re-introduced? #94

Closed pochocho closed 5 years ago

pochocho commented 5 years ago

Just installed v3 rc.2 and had some errors and noticed that the jQuery dependency was re-introduced, was this intended or was it a mistake? One big plus I saw from v3 was removing that dependency. In the create editor function you can see:

this._$element = jQuery(this.$el);

in contrast to rc.1 where you would see:

this._editor = new FroalaEditor(this.$el, this.currentConfig)

WillCohenInfotrack commented 5 years ago

yes also experiencing this issue image

navneetnagpal commented 5 years ago

@pochocho we just fixed it and released new version vue-froala-wysiwyg@3.0.0-rc.2-1.

pochocho commented 5 years ago

@navneetnagpal thanks!