bootstrap-for-ember icon indicating copy to clipboard operation
bootstrap-for-ember copied to clipboard

Handlebars 2.0 required for Ember 1.9.0

Open davidsteinberger opened this issue 10 years ago • 7 comments

I think the dependencies need to be updated in order to compile templates for Handlebars 2.0 (which is required by Ember 1.9.0).

davidsteinberger avatar Dec 10 '14 08:12 davidsteinberger

Yep. Requiring handlebars ~2 is a breaking change. Also affects CLI version. https://github.com/dockyard/ember-cli-bootstrap/issues/29

Genkilabs avatar Dec 12 '14 21:12 Genkilabs

For people googling, the error you will receive is Uncaught Error: Unknown template object: function

Genkilabs avatar Dec 12 '14 21:12 Genkilabs

a PR will be welcomed, The new ember components will support Ember 1.9 when it's out.

asaf avatar Dec 13 '14 13:12 asaf

How about this: #194? The compiled JS does work fine in one of my projects w/ Ember 1.9. I do not fully understand how the 'showcase' is built. Could you look into this?

davidsteinberger avatar Dec 13 '14 15:12 davidsteinberger

Is this PR going to be merged, and released to bower? It is not possible for me to switch to the new ember components, since that project has currently just a minimal set of the components avaible in bootstrap-for-ember (for example, no growl notificiations are provided)

gonvaled avatar Jan 09 '15 09:01 gonvaled

I needed this to continue working so just installed manually. Here's the list of files you need: https://github.com/linstula/ember-cli-bootstrap/issues/29#issuecomment-67224748

Genkilabs avatar Jan 09 '15 16:01 Genkilabs

I've updated my forked version to work with ember 1.10 https://github.com/ritesh83/bootstrap-for-ember Hope it helps.

ritesh83 avatar Mar 10 '15 02:03 ritesh83