Releases: mini-software/MiniWord
Releases · mini-software/MiniWord
0.9.0
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
0.8.0
-
[New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)
-
[New] Support if statement inside foreach statement inside templates. Please refer to samples. (via @eynarhaji)
-
[New] Change tags for if statements for single paragraph if statement {{if and endif}} inside templates. Please refer to samples. (via @eynarhaji)
-
[Bug] The table should be inserted at the template tag position instead of the last row #47 (via @itldg)
0.7.0
0.7.0
- [New] Add support to List inside List via
IEnumerable<MiniWordForeach>
and{{foreach
/endforeach}}
tags (via @eynarhaji) - [New] Add support to @if statements inside templates (via @eynarhaji)
- [New] Support multiple color word by word (via @andy505050)
0.4.0-0.6.0
0.6.0
- [New] Support hyperLink (#33 via @isdaniel)
- [New] Support custom font color and highlight color (#35 via impPDX)
- [New] Support 2 level object parameter (#32 via @ping9719 , @shps951023)
- [Bug] Fix Multiple tags format error (#37 via @shps951023)
0.5.0
0.4.0
- [New] support HeaderParts, FooterParts template
- [Bug] fixed multiple table generate problem #18
0.3.0
0.3.0
- [New] Support table generate #13
- [New] datetime format -> yyyy-MM-dd HH:mm:ss
- [Bug] fixed spliting template string like
<w:t>{</w:t><w:t>{<w:/t><w:t>Tag</w:t><w:t>}</w:t><w:t>}<w:/t>
problem #17
0.2.1
- [Bug] fixed mutiple tag System.InvalidOperationException: 'The parent of this element is null.' #13
0.2.0
0.1.0-0.1.1
0.1.1
- [Bug] Fix Fuzzy Regex replace similar key
0.1.0
- [Feature] basic template export