From 53f465871c25bf59a906be825e9b085c623e7126 Mon Sep 17 00:00:00 2001 From: Qinen Zhu Date: Mon, 16 May 2016 14:09:59 +0800 Subject: [PATCH] Update RELEASENOTE.md --- RELEASENOTE.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/RELEASENOTE.md b/RELEASENOTE.md index 738a26ec272..711e6617cef 100644 --- a/RELEASENOTE.md +++ b/RELEASENOTE.md @@ -1,6 +1,6 @@ Version Notes (Current Version: v1.9) ======================================= -v1.9 (Pre-Release) +v1.9 ----------- 1. **Breaking Change** Refactor template system: 1. The input data model now contains all the properties including system generated metadata starting with underscore `_` and globally shared variables stored in `__global`. You can use `docfx build --exportRawModel` to view the data model. @@ -23,6 +23,25 @@ v1.9 (Pre-Release) 2. Make sure id is unique for each HTML in markdown transforming. (https://github.com/dotnet/docfx/issues/224) 3. Fix index range bugs in `YamlHeaderParser`. (https://github.com/dotnet/docfx/issues/265) +v1.8.4 +----------- +1. Fix bug when outputFolder, basedirectory and destination are all not set +2. fix `` tag when href has invalid value with anchor + +v1.8.3 +----------- +1. Fix bug for [!include()[]] when multiple articles in different subfolder including one file that v1.8.2 not resolved + +v1.8.2 +----------- +1. Fix bug for [!include()[]] when multiple articles in different subfolder including one file + +v1.8.1 +----------- +1. Fix bug when serialize attribute argument for type array. (https://github.com/dotnet/docfx/issues/280) +2. Fix bug when include file link to an anchor. +3. Don't modify link when target file not existed. + v1.8 ----------- 1. Support multiple regions selection, code lines highlight and dedent length setting in [Code Snippet](http://dotnet.github.io/docfx/spec/docfx_flavored_markdown.html#code-snippet). (https://github.com/dotnet/docfx/issues/189)