From 6a91362d789a2d3e421011fcf49f1d9a9d895527 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Sun, 12 Jun 2016 07:09:03 +0200 Subject: [PATCH] 0.14.0 --- CHANGELOG.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) 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",