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

Commit

Permalink
0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 9, 2016
1 parent 64663b1 commit 19a4f05
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# HEAD

# 0.18.1 - 2016-11-09

Bugfixes, including small proptypes issues for new projects (since 0.18.0).
We also introduced a less strict stylelint config, like we made for eslint
recently.

- Fixed: don't intercept clicks on links (``<a>``) with no href
([#867](https://github.com/MoOx/phenomic/pull/867) - @grncdr)

- Added: new stylelint recommended config that fit phenomic base theme
([#849](https://github.com/MoOx/phenomic/pull/849) - @xuopled)

## Base theme

- Fixed: remove React warnings related to new way to load pages
([#868](https://github.com/MoOx/phenomic/issues/868) - @MoOx)
- Added: Integration of the new styleint recommended config
([#849](https://github.com/MoOx/phenomic/pull/849) - @xuopled)

# 0.18.0 - 2016-11-03

🎉 Optimistic loading is now a thing!
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.18.0",
"version": "0.18.1",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",
Expand Down

0 comments on commit 19a4f05

Please sign in to comment.