UNPKG

680 BMarkdownView Raw
1# Version 1.1.0:
2
3* Fix: HTML templates work correctly in production
4* Fix: Add missing Inject decorator in generated files
5* Fix: Change versions of style, autoprefixer and sass loaders
6
7__Important change__: All the HTML templates are now required dynamically
8from app.js. Instead of using require to bring templates inside states,
9you can now only pass absolute path to a template from your app root
10
11
12# Version 1.0.2:
13
14* Feature: Enabled ES7 decorators
15* Feature: Created @Inject decorator instead of ClassName.$inject syntax
16* Fix: Remove minor NodeJS version lock
17* Fix: Improved ifEnv directive to be more efficient
18* Fix: Yes/No questions are now following UNIX standards