Skip to content

Commit

Permalink
Update RELEASENOTE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qinezh committed May 16, 2016
1 parent 51eaa78 commit 53f4658
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 `<a>` 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)
Expand Down

0 comments on commit 53f4658

Please sign in to comment.