Closed hartjo closed 4 years ago
Hey there! Not yet but I plan to upgrade this soon. Wanna help out to get this over the finish line asap? I am a bit tight up with work right now so I would appreciate help.
That being said, this library should work just fine with Ivy even if it's compiled and distributed with ViewEngine and not Ivy. That's because new versions of Angular use the ngcc (compatibility compiler) which will convert view engine libs to ivy when you install them. Did you run into issues? If so, where are you stuck and what are the errors?
@hartjo Just wanted to get back to you and mention that this is done now. I only need to publish a new release. Will happen this week.
@d3lm, I was migrating my project to angular 9 and the drag selection is not working properly with Ivy enabled.
The issue is the following:
If I select a single item I can de-select it by clicking away as usual. But when I select 2 or more I cannot deselect them anymore.
Looking forward for the new release :)
@sonicfran86 Did you already try v4.0.0? I have released it yesterday. Anything before 4.0.0 does not support Angular >= 8 so you need to update the library to the latest version.
Closing this issue because the upgrade has been finished. See #110.
Hi do you have a working sample for angular 9 ivy?