Skip to content

4.0.0

Compare
Choose a tag to compare
@tim-evans tim-evans released this 04 Dec 02:25
· 311 commits to master since this release

This release contains a breaking change due to a downstream dependency on ember-cli-head. ember-cli-head is now at 0.4.0 and requires an addition to your application.hbs:

{{head-layout}}

Add this to your application template and things should continue working.

Thanks to @topaxi and @cibernox for getting some of this resolved for me 😄