Skip to content

Releases: leadiato/ember-theme-changer

Fastboot enabled!

23 Feb 18:33
Compare
Choose a tag to compare

In this release we are now supporting the use of Fastboot thanks to the use of ember-cli-head addon.

This requires a few extra steps in your app (details in the README). In short:

  1. Create a new template head.hbs
<link rel="stylesheet" href="{{model.themeHref}}">
  1. Add {{head-layout}} to the top of your application template.

If you don't need to support Fastboot or just don't want to include the extra templates, v0.2.2 provides the same cool features.

v0.2.0

07 Feb 00:39
Compare
Choose a tag to compare

Upgraded to Ember 2.18!
Added a few lint rules.

v0.1.0

05 Feb 19:14
Compare
Choose a tag to compare
  • Added support to fingerprinted assets. Thanks @asondt & @demee !
  • Fix nasty bug then changing themes. Thanks @mervinva !