Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed Dec 13, 2024
1 parent 9988f49 commit 55ccf51
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
15 changes: 15 additions & 0 deletions release-note/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@

---



### 0.9.0
- [New] Support async (@isdaniel)
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
- [New] Add support to conditional check for undefined tags #75 (via @bprucha)
- [New] Fix when a Split Tag Text element Inner Text start with " {" instead of "{" (via @hieplenet)
- [New] Extension: floating image, you can configure the image to float on the text (via @dessli)
- [New] Extension: Table supports Obj.objA.List.Prop1 rendering (via wangx036)
- [New] Extension: Common types support multi-level attribute rendering, such as {{Obj.A.B.C}} (via wangx036)
- [New] @foreach (via wangx036)
- [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)
- [Bug] Remove all elements between @if~@endif, not paragraph (via wangx036)
- [Bug] Fix build, Fix tests, Update openxml (via @masterworgen)

### 0.8.0

- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
Expand Down
15 changes: 15 additions & 0 deletions release-note/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@

---



### 0.9.0
- [New] Support async (@isdaniel)
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
- [New] Add support to conditional check for undefined tags #75 (via @bprucha)
- [New] Fix when a Split Tag Text element Inner Text start with " {" instead of "{" (via @hieplenet)
- [New] Extension: floating image, you can configure the image to float on the text (via @dessli)
- [New] Extension: Table supports Obj.objA.List.Prop1 rendering (via wangx036)
- [New] Extension: Common types support multi-level attribute rendering, such as {{Obj.A.B.C}} (via wangx036)
- [New] @foreach (via wangx036)
- [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)
- [Bug] Remove all elements between @if~@endif, not paragraph (via wangx036)
- [Bug] Fix build, Fix tests, Update openxml (via @masterworgen)

### 0.8.0

- [New] 支持 new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
Expand Down
15 changes: 15 additions & 0 deletions release-note/README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@

---


### 0.9.0
- [New] Support async (@isdaniel)
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
- [New] Add support to conditional check for undefined tags #75 (via @bprucha)
- [New] Fix when a Split Tag Text element Inner Text start with " {" instead of "{" (via @hieplenet)
- [New] Extension: floating image, you can configure the image to float on the text (via @dessli)
- [New] Extension: Table supports Obj.objA.List.Prop1 rendering (via wangx036)
- [New] Extension: Common types support multi-level attribute rendering, such as {{Obj.A.B.C}} (via wangx036)
- [New] @foreach (via wangx036)
- [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)
- [Bug] Remove all elements between @if~@endif, not paragraph (via wangx036)
- [Bug] Fix build, Fix tests, Update openxml (via @masterworgen)


### 0.8.0

- [New] 支持 new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
Expand Down
2 changes: 1 addition & 1 deletion src/MiniWord/MiniWord.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;</TargetFrameworks>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>MiniWord</AssemblyName>
Expand Down

0 comments on commit 55ccf51

Please sign in to comment.