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

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 12, 2016
1 parent 1d9711c commit 6a91362
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
## 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.
([#285](https://github.com/MoOx/phenomic/issues/285) - @MoOx)

### Boilerplate

- Added: ``PageLoading`` now use "Loading..." has a title
- Added: ``PageLoading`` now use "Loading..." has a ``<title>``
(@MoOx)

# 0.13.0 - 2016-06-07
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.13.0",
"version": "0.14.0",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",
Expand Down

0 comments on commit 6a91362

Please sign in to comment.