Skip to content

Commit

Permalink
Finish 0.4.0-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Dec 5, 2016
2 parents 2826518 + a544a54 commit e9d6a70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
## 0.4.0
## 0.4.0 (December 5, 2016)

### create

* Renamed `init` command to `create` for clarity of purpose.
* Template updated for Enact 1.0.0-alpha.4

### transpile

* Fixed fs-extra depreciation warning about using a RegExp in copying
* Fixed fs-extra depreciation warning about using a RegExp in copying.

### pack

* Fixes App rendering in isomorphic code layout, where apps exported as ES6 default would fail to render.
* Added support for overriding with a custom HTML template.
* Viewport meta tags added to restrict user-scale to 1.
* Documented `package.json` Enact build options in README.md.
* Fixed app rendering in isomorphic code layout, where apps exported as ES6 default would fail to render.
* Fixed ReactPerf bundling with React 15.4.x, with backwards support for earlier versions.
* Fixed `--watch` support.

### test

* Properly ignore ./dist and ./build directories when searching for tests.
* Removed sourcemap support as it was causing issues.
* Removed unneeded sourcemap support to greatly improved memory management and avoid js heap crashes in PhantomJS.


## 0.3.0 (November 7, 2016)
Expand Down
4 changes: 0 additions & 4 deletions global-cli/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,6 @@ module.exports = function(args) {
}

if(opts.stats) {
if(opts.production && opts.isomorphic) {
console.log(chalk.yellow('Notice: Due to limitations, the stats analyzer is incompatible with isomorphic code'
+ ' layout in production mode, and will display pre-minified sizes only.'));
}
statsAnalyzer(config);
}

Expand Down

0 comments on commit e9d6a70

Please sign in to comment.