Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 9, 2016
1 parent 91fc287 commit d15cf4e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
# 0.13.0 - 2016-06-07

## tl;dr;

**No breaking changes!**

- You can just remove stuff from your ``.gitignore`` file since now static
builded files are hidden
- ``scripts/_``
- ``*.bundle.js``
- If you want global (normal) CSS (no CSS Modules), you can just update your
``webpack.config.js`` (if not done already) to add support for
global CSS via ``*.global.css`` files.
See [the corresponding changes](https://github.com/MoOx/phenomic/blob/91fc2875233b8f2f695fc385f1d09aa1d73d534c/boilerplate/webpack.config.babel.js#L56-L110).
Note that the scope has be restricted to ``web_modules``.
Feel free to adjust to your need.

## Details

- Changed: node (static) bundle (``phenomic.node.bundle.js``) is now hidden
(in ``node_modules/.cache/phenomic``,
thanks to [find-cache-dir](https://www.npmjs.com/package/find-cache-dir))
([#439](https://github.com/MoOx/phenomic/issues/439) - @MoOx)
- Fixed: files should not be created anymore near your phenomic.node script
([#439](https://github.com/MoOx/phenomic/issues/439) - @MoOx)

## Boilerplate
### Boilerplate

- Changed: (boilerplate) loader for CSS is only applied to local
``web_modules``.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phenomic",
"version": "0.12.4",
"version": "0.13.0",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",
Expand Down

0 comments on commit d15cf4e

Please sign in to comment.