cibernox / ember-power-select-typeahead

Typeahead component built on top of ember-power-select
MIT License
37 stars 57 forks source link

Upgrade to Addon v2 #134

Closed rykov closed 4 months ago

rykov commented 4 months ago

This PR includes a number of updates to modernize this addon. On this initial iteration, I've tried to minimize changes to the the internal logic of the components, while updating to addon v2 spec, updating to native JS classes, and migrating to Glimmer components. I'm not familiar with release-it or TypeScript, which I've noticed you now use with the other addons, so I've left those for a future iteration.