diff --git a/CHANGELOG.md b/CHANGELOG.md index a88fcf860..b76763470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## HEAD +# 0.14.0 - 2016-06-12 + +Finally, the navigation has now a proper scroll behavior + +- new page: scroll to top +- back button: scroll position restored + +**For those which implemented a fix for this scrolling issue: +you can just remove your workaround !** + +## Details - Fixed: navigation now offers a proper scroll behavior. Not more weird page updates. @@ -6,7 +16,7 @@ ### Boilerplate -- Added: ``PageLoading`` now use "Loading..." has a title +- Added: ``PageLoading`` now use "Loading..." has a ```` (@MoOx) # 0.13.0 - 2016-06-07 diff --git a/package.json b/package.json index 20c977f07..704e2adf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phenomic", - "version": "0.13.0", + "version": "0.14.0", "description": "Modern website generator based on the React and Webpack ecosystem.", "keywords": [ "react",