Skip to content

Breaking Changes 0.9.8

BSick7 edited this page Feb 19, 2014 · 1 revision

Application.Theme -> Application.ThemeName

ThemeName replaced Theme. This introduces a different system for loading styles. This theme name is application-wide and will affect how libraries are loaded. The core Fayde controls will load from lib/Fayde/.theme.xml. Any libraries will load their implicit styles from lib//.theme.xml.

main.js

The main.js file was removed opting for a requirejs configuration inside default.html.