forked from nickfrandsen/htmltoword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
29 lines (20 loc) · 946 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
CHANGELOG
Version 0.1.7
* Allow centering of text within a paragraph if the paragraph has a 'center' class, e.g. <p class='center'>
Version 0.1.6:
* Add tables support for borders and headers
Version 0.1.5:
* Bugfix: h5 & h6 also create w:p's so any wrapping divs dont need to.
Version 0.1.4:
* Details tag doesnt really work well for printing. By default its closed and not visible until you click on the summary so for now lets ignore it in the print out.
Version 0.1.3:
* Bugfix: Leaf i and b nodes with w:p creating siblings need to create their own w:p's.
Version 0.1.2:
* Bugfix: span.h (MS Word Highlights) with sibling block elements could result in invalid wordml.
Version 0.1.1:
* Nodes with neighbor nodes that create w:p's need to be wrapped in w:p themselves.
* Fixed test suite.
Version 0.1.0:
* Rewrote xslt to support tables and updated rubyzip to v1.
Version 0.0.1:
* First basic implementation of htmltoword released.