alexlafroscia / ember-steps

Declaratively create wizards, tabbed UIs, and more
https://alexlafroscia.github.io/ember-steps
MIT License
90 stars 23 forks source link

feat: widen tracked-maps-and-sets versions range to allow both v2 and v3 #757

Open SergeAstapov opened 2 years ago

SergeAstapov commented 2 years ago

this change allows the consuming app to use either v2 or v3.

Comes in handy when app has many dependencies where some depend on v2 while others use v3 so that upgrade of dependencies does not stuck.

SergeAstapov commented 2 years ago

looks like this addon needs some maintenance updating deps and setup, as well as it can be converted to v2 embroider native format.

@alexlafroscia I may find some time for that work if you'd like add me as maintainer