indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

what's the plan for ember 1.13 and 2.0? #105

Open drewnichols opened 9 years ago

drewnichols commented 9 years ago

the Select component is deprecated in ember 1.13 and views are going away in ember 2.0. Is there a plan to update this addon to be compatible?

silverqx commented 9 years ago

I'm interesting about this too, thanks.

coder-mike commented 9 years ago

Also, in Ember 1.13 it appears that bind-attr is marked as deprecated, and so now my builds are full of deprecation warnings that are outside my control.

wwwdata commented 8 years ago

any news on this? this package will not work in the currently released ember 2.0 because of that deprecations right? Is this still actively mainteined?

esantelises commented 8 years ago

same problem here build full of deprecation warnings. any update on this?

spruce commented 8 years ago

@wwwdata @esantelises it is not really mainted. I wanted to help him but he didn't want to. So I created a fork over at https://github.com/piceaTech/ember-rapid-forms which should be ember 2.0 ready. look into the branch fix-ember-1.13 and versions v0.8.0-beta2 and above

asaf commented 8 years ago

@esantelises We'r not planning to support Ember 2 at this point, go with @spruce's fork if you need Ember 2 support.

acorncom commented 8 years ago

@asaf Would you mind if we send in a PR to update the readme with that information? Would help other people in the future ...