mpowaga / meteor-autoform-summernote

https://atmospherejs.com/mpowaga/autoform-summernote
25 stars 18 forks source link

Update to autoform 5.0.0? #7

Closed lucascurti closed 9 years ago

lucascurti commented 9 years ago

Any chance on updating it to autoform 5? If you just update the api.use section I can test it and confirm everything is working.

Thanks!

gdon commented 9 years ago

+1 here. I need to update to Autoform 5.x.

Thank you!!

lucascurti commented 9 years ago

If you really need to update to Autoform 5.x you can just add the summernote package manually.

  1. Just create a package folder
  2. copy meteor-autoform-summernote into the folder
  3. change api.use('aldeed:autoform@4.0.0 || 5.0.0'); on package.js
  4. add meteor-autoform-summernote manualy to ./meteor/packages

That's what I did with this and other packages and seems to work OK. Just note that there are some known bugs on Autoform 5.x so you might want to hold until they are fixed.

gdon commented 9 years ago

Hi lucatros.
Ok, I will do that.

Thank you!!

shkomg commented 9 years ago

+1 created a pull request for this