prysmex / ember-eui

Ember Components for Elastic Eui
https://ember-eui.vercel.app
53 stars 11 forks source link

fix: use new apis for trigger/input component from ember-power-select #185

Closed betocantu93 closed 1 year ago

betocantu93 commented 1 year ago

In order to fix for v5... some versions were bumped, including ember-power-select.

But this introduced a bug because of some new features in ember-power-select introduced i 7.2.x that should've been released as major because it was a breaking change.

https://github.com/cibernox/ember-power-select/issues/1590

Anyway, this fixes ember-eui part, now compatible with ember-power-select 7.2.x apis