Skip to content

Commit 55ccf51

Browse files
committed
0.9.0
1 parent 9988f49 commit 55ccf51

File tree

4 files changed

+46
-1
lines changed

4 files changed

+46
-1
lines changed

release-note/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
---
2424

25+
26+
27+
### 0.9.0
28+
- [New] Support async (@isdaniel)
29+
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
30+
- [New] Add support to conditional check for undefined tags #75 (via @bprucha)
31+
- [New] Fix when a Split Tag Text element Inner Text start with " {" instead of "{" (via @hieplenet)
32+
- [New] Extension: floating image, you can configure the image to float on the text (via @dessli)
33+
- [New] Extension: Table supports Obj.objA.List.Prop1 rendering (via wangx036)
34+
- [New] Extension: Common types support multi-level attribute rendering, such as {{Obj.A.B.C}} (via wangx036)
35+
- [New] @foreach (via wangx036)
36+
- [Bug] Fixed the problem that fonts with color, underline and other styles are normal in office, but not visible after opening with WPS (via @haozekang)
37+
- [Bug] Remove all elements between @if~@endif, not paragraph (via wangx036)
38+
- [Bug] Fix build, Fix tests, Update openxml (via @masterworgen)
39+
2540
### 0.8.0
2641

2742
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)

release-note/README.zh-CN.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
---
2424

25+
26+
27+
### 0.9.0
28+
- [New] Support async (@isdaniel)
29+
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
30+
- [New] Add support to conditional check for undefined tags #75 (via @bprucha)
31+
- [New] Fix when a Split Tag Text element Inner Text start with " {" instead of "{" (via @hieplenet)
32+
- [New] Extension: floating image, you can configure the image to float on the text (via @dessli)
33+
- [New] Extension: Table supports Obj.objA.List.Prop1 rendering (via wangx036)
34+
- [New] Extension: Common types support multi-level attribute rendering, such as {{Obj.A.B.C}} (via wangx036)
35+
- [New] @foreach (via wangx036)
36+
- [Bug] Fixed the problem that fonts with color, underline and other styles are normal in office, but not visible after opening with WPS (via @haozekang)
37+
- [Bug] Remove all elements between @if~@endif, not paragraph (via wangx036)
38+
- [Bug] Fix build, Fix tests, Update openxml (via @masterworgen)
39+
2540
### 0.8.0
2641

2742
- [New] 支持 new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)

release-note/README.zh-Hant.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
---
2424

25+
26+
### 0.9.0
27+
- [New] Support async (@isdaniel)
28+
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
29+
- [New] Add support to conditional check for undefined tags #75 (via @bprucha)
30+
- [New] Fix when a Split Tag Text element Inner Text start with " {" instead of "{" (via @hieplenet)
31+
- [New] Extension: floating image, you can configure the image to float on the text (via @dessli)
32+
- [New] Extension: Table supports Obj.objA.List.Prop1 rendering (via wangx036)
33+
- [New] Extension: Common types support multi-level attribute rendering, such as {{Obj.A.B.C}} (via wangx036)
34+
- [New] @foreach (via wangx036)
35+
- [Bug] Fixed the problem that fonts with color, underline and other styles are normal in office, but not visible after opening with WPS (via @haozekang)
36+
- [Bug] Remove all elements between @if~@endif, not paragraph (via wangx036)
37+
- [Bug] Fix build, Fix tests, Update openxml (via @masterworgen)
38+
39+
2540
### 0.8.0
2641

2742
- [New] 支持 new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)

src/MiniWord/MiniWord.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45;netstandard2.0;</TargetFrameworks>
4-
<Version>0.8.0</Version>
4+
<Version>0.9.0</Version>
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyName>MiniWord</AssemblyName>

0 commit comments

Comments
 (0)