Changeset 1674


Ignore:
Timestamp:
10/03/11 12:59:32 (8 months ago)
Author:
jharrop
Message:

Draft 2.7.1 release notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/README.txt

    r1617 r1674  
    8888  RELEASE NOTES 
    8989============================================================================== 
     90 
     91Version 2.7.1  
     92============= 
     93 
     94r1601- 
     95 
     96Release date 
     97------------ 
     98 
     99TBD October 2011 
     100 
     101Contributors to this release 
     102---------------------------- 
     103 
     104Albert Aymerich 
     105alberto 
     106Antoine 
     107Jason Harrop 
     108 
     109Notable Changes in Version 2.7.1 
     110--------------------------------- 
     111 
     112Preparation for including docx4j in Maven Central 
     113 
     114[1605-1610] mc:AlternateContent preprocessor, allowing graceful degradation of Word 2010 specific content 
     115 
     116[1604] docx4j.properties, supports configuration of default page size, margins, orientation; also ability to set some of the doc props metadata (Application & AppVersion; dc.creator & dc.lastModifiedBy). 
     117 
     118[1631, 1637] HtmlExporterNG2,(Pdf)Conversion, SvgExporter: storing any images is delegated to a 
     119ConversionImageHandler that may be passed as a conversion parameter. Default implementation: DefaultConversionImageHandler 
     120 
     121VFS stuff moved to docx4j-extras 
     122 
     123 
     124OpenDoPE changes 
     125---------------- 
     126 
     127[1639] Change static OpenDoPEHandler design to instance-based design, with objective of making it thread-safe. 
     128 
     129[1645] When binding, create hyperlinks out of text containing http:// 
     130 
     131[1653] Handle unwrapping correctly in ShallowTraversor, so JAXBElements stay wrapped, and we don't risk a marshalling exception for any which don't have an @XmlRootElement annotation. 
     132 
     133[1658] Word can only resolve an XPath binding which results in an element (as opposed to a boolean, integer, string or node-set). OpenDoPE processing can handle these other results types (some of them anyway). 
     134Up until now, that processing was done in OpenDoPEHandler. Now it is done in BindingHandler and bind.xslt, for consistency with how normal Word XPath bindings are handled by docx4j. 
     135 
     136[1662] Bind picture correctly where parent is another content control. 
     137 
     138Other Changes (non-exhaustive) 
     139------------------------------ 
     140 
     141[1613] Header and footer parts use XPath binder 
     142 
     143 
     144 
    90145 
    91146Version 2.7.0  
Note: See TracChangeset for help on using the changeset viewer.