Gbuomprisco / ng2-material-dropdown

Angular 2 Material-like Dropdown Component
MIT License
37 stars 54 forks source link

Fix animations in IE11 #48

Closed yanik closed 6 years ago

yanik commented 6 years ago

Hi, so it seems that animations don't work properly in IE11 and I just changed them so it would work and it seems to me that the animation are equivalent (be great to here some feedback on that).

Initially I've done this in order to use it in ngx-chips, so I would be greatful if you use it and also make a release of ngx-chips (in the meantime I'll just use it myself in a fork). I guess that would fix this issue: https://github.com/Gbuomprisco/ngx-chips/issues/787

Thanks for your work!

iamwhitebox commented 6 years ago

@Gbuomprisco is there any way we can get this merged? I have a huge project that relies on this and its absolutely critical this component works in Safari 11/IE 11

Gbuomprisco commented 6 years ago

Hi @iamwhitebox, the tests are failing for some reasons. I need to check if it's safe to merge, hopefully later this evening, and I'll publish a new version

Gbuomprisco commented 6 years ago

v 0.10.1 released

iamwhitebox commented 6 years ago

Thank you!!!

On Thu, Jul 26, 2018 at 12:55 AM, Giancarlo Buomprisco < notifications@github.com> wrote:

v 0.10.1 released

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Gbuomprisco/ng2-material-dropdown/pull/48#issuecomment-408010304, or mute the thread https://github.com/notifications/unsubscribe-auth/ANE2FNsLP5Bnhs4X4atqVcmY7HVpm-PBks5uKXX_gaJpZM4VMuPd .

yanik commented 6 years ago

@Gbuomprisco Great thanks! Would it also be possible to make a new release of ngx-chips using this new release? That would fix https://github.com/Gbuomprisco/ngx-chips/issues/787

Gbuomprisco commented 6 years ago

Hi @yanik. I just released 1.9.3 for ngx-chips