angular-froala-wysiwyg icon indicating copy to clipboard operation
angular-froala-wysiwyg copied to clipboard

Upgrade to ivy

Open ice-blaze opened this issue 1 year ago • 10 comments

Change the builder to ivy to be compatible with angular 15. It is a breaking change since it can't be used with the view engine anymore. Related to #505

ice-blaze avatar Feb 07 '23 13:02 ice-blaze

Is anything blocking this PR? We also need this merged or supported in any way ASAP due to Angular 16 arriving soon.

jpoisso avatar Apr 13 '23 12:04 jpoisso

This is currently blocking us from upgrading to Angular 16 which does not support ViewEngine libraries anymore. I would highly appreciate releasing this change :)

hoi4 avatar May 08 '23 17:05 hoi4

Do we have updates about this one? Angular 16 has been released and it will not support ViewEngine libraries anymore.

lucasjardi avatar May 11 '23 15:05 lucasjardi

Is there any update or work around ?unable to use froala with angular 16

84961 avatar May 12 '23 19:05 84961

Our team is also waiting for this in order to updrage Angular version 16.

canadakickass avatar May 25 '23 17:05 canadakickass

Any updates? Need this change badly

IchigoWalker avatar May 26 '23 08:05 IchigoWalker

Our team is also blocked by this

williamWhistleblower avatar May 26 '23 11:05 williamWhistleblower

We cannot upgrade to Angular 16 because of that. Please resolve asap.

ptomaszi avatar May 30 '23 14:05 ptomaszi

For everyone who wants a workaround here you will have one https://github.com/froala/angular-froala-wysiwyg/issues/505#issuecomment-1420827156 but you are loosing all the updates.

I have heard that the Froala team will come with something in the near future. But in the meanwhile you can use the workaround and enjoy angular 16

ice-blaze avatar Jun 02 '23 09:06 ice-blaze

An alternative approach that I went for is to just copy the respective files and put them into your project directly. In the end, this library is "just" a wrapper around the froala-editor package to implement ControlValueAccessor. The latest updates of angular-froala-wysiwyg were mostly related to updates in the build process of this lib and bumping the version of the froala-editor.

I will definitely keep my eyes open for future updates of angular-froala-wysiwyg though. Thank you for your work!

hoi4 avatar Jun 02 '23 10:06 hoi4