Migrate from 7.0 to 8.0
The addon is now a V2 Embroider Addon. The following changes are necessary:
-
Add following line to your
application.hbs
-
Vanilla JS: If you have used vanilla js you must now import the css in
app.js
manually like (for other css adding examples see under installation) -
LESS: If you are using with less you need to add
lessOptions
into yourember-cli-build.js
file -
Typescript: There were added / modified / fixed the typescript declarations. This could be braking for consumer app