diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2c261bc..7beac8a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ```` that can be children of a +```` instance by cleaning up all links listeners on each +```` updates. +(@MoOx) + +- πŸ› Fixed: Phenomic ```` understand collection links without the base +path. +βš οΈβ€©One caveat is now you can’t use ```` 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. diff --git a/package.json b/package.json index 7185515f9..ba6712144 100644 --- a/package.json +++ b/package.json @@ -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",