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

Commit

Permalink
0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 22, 2016
1 parent f310159 commit 719e842
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# HEAD

# 0.19.2 - 2016-11-21

🍭 This bugfixes are a good thing and have been detected since we use 2
different Phenomic projects for our documentation website:
one at the root, for the main documentation website and
one under ``/themes/base/demo/`` which host the base theme as a demo.

- 🐛 Fixed: Do not catch links that are not under the current base path
(@MoOx)

- 🐛 Fixed: Avoid catching unwanted ``<Link>`` that can be children of a
``<PageContainer>`` instance by cleaning up all links listeners on each
``<PageContainer>`` updates.
(@MoOx)

- 🐛 Fixed: Phenomic ``<Link>`` understand collection links without the base
path.
⚠️
One caveat is now you can’t use ``<Link>`` to point to a path before the current
project base path.
This is probably and edge case, more than the case we are fixing here.
We might revisit this issue when refactoring how collection is handled and
rendered.
(@MoOx)

# 0.19.1 - 2016-11-21

- 🐛 Fixed: static build does not write phenomic assets as if they were handled by react-helmet.
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.19.1",
"version": "0.19.2",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",
Expand Down

0 comments on commit 719e842

Please sign in to comment.