froala / angular-froala

Angular.js bindings for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
306 stars 123 forks source link

Can you please create 2.6.2 release , Thank you! #146

Closed klipmaniac closed 7 years ago

stefanneculai commented 7 years ago

@klipmaniac it is no longer necessary to make a separate release here when the editor is updated. You can update separately the froala-editor dependency by running: npm update froala-editor.

jose-douglas-ramirez commented 7 years ago

Hi @stefanneculai

The lastest release of the editor is: image

An the lastest release of the directive is: image

Our question is can we use the versiion 2.61 of the directive with the version 2.62 of the editor? Thanks!

stefanneculai commented 7 years ago

Yes, that is right.

jose-douglas-ramirez commented 7 years ago

ok, this is our bower json

image

How we could indicate the version of the editor? Thanks in advance

stefanneculai commented 7 years ago

The froala-editor dependency for angular-froala plugin is set here: https://github.com/froala/angular-froala/blob/master/bower.json#L33. If you're using bower, all you should do is to run bower install froala-wysiwyg-editor. This should install the version 2.6.2.

jose-douglas-ramirez commented 7 years ago

thanks @stefanneculai only for confirm our bower json now looks like, is this correct?:

image

stefanneculai commented 7 years ago

Yes, that is correct. 👍

klipmaniac commented 7 years ago

Stefan thank you for your help on this, I guess I didnt realize till now that you work for froala, I emailed you about the Edge bug when pasting a table in the editor via Edge browser I just get the content not the actual table.. I updated now to 2.6.2, you sent me a link to 2.6.2 via email of this fix? Im not sure how to fix this issue, I update to 2.6.2 and still have it.

Thank you.

klipmaniac commented 7 years ago

I mean if you go to your editor on your page (https://www.froala.com/wysiwyg-editor/) and copy paste from word using the Edge browser you will see the same issue we are seeing...

klipmaniac commented 7 years ago

plunker not working either with word copy paste via Edge .... https://plnkr.co/edit/WxAw15Dt6xcwSYH8ixke?p=preview

stefanneculai commented 7 years ago

@klipmaniac the fix is in V2.6.3 which is still under development and is not released yet. To try it, you could do the following: bower install --save froala-wysiwyg-editor#master. This should use the master branch from Github which is not released yet.