docs/changes/0.x/0.10.0.md
This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. Element subnamespace is introduced in this release to replace Section. Word2007 reader capability is greatly enhanced. Endnote is introduced. List numbering is now customizable. Basic HTML and PDF writing support is enabled. Basic ODText reader is introduced.
tblGrid element for Libre/Open Office table sizing - @gianis6 #183$footnote->addTextBreak() - @ivanlaninFootnoteReference style - @ivanlaninbgColor to font style to define background using HEX color - @jcarignan #168exactHeight to row style to define whether row height should be exact or atLeast - @jcarignan #168CheckBox element for sections and table cells - @ozilion #156cloneBlock and deleteBlock - @diego-vieira #191Media::resetElements() to reset all media data - @juzi #19Style::resetStyles() - @ivanlanin #187docProps/app.xml Application to PHPWord - @ivanlaninword/settings.xml and word/webSettings.xml dynamically - @ivanlaninsetMeasurementUnit - @ivanlanin #199bgColor from Font, Table, and Cell and put it into the new Shading style - @ivanlaninIndentation and Spacing style - @ivanlanincreateTextRun replaced by addTextRuncreateFootnote replaced by addFootnotecreateHeader replaced by addHeadercreateFooter replaced by addFootercreateSection replaced by addSectionElement\Footnote::getReferenceId replaced by Element\AbstractElement::getRelationIdElement\Footnote::setReferenceId replaced by Element\AbstractElement::setRelationIdFootnote::addFootnoteLinkElement replaced by Media::addElementFootnote::getFootnoteLinkElements replaced by Media::getElementsMediaElement\Link::getLinkSrc replaced by Element\Link::getTargetElement\Link::getLinkName replaced by Element\Link::getTextStyle\Cell::getDefaultBorderColorWrite\AbstractWriter abstract class - @ivanlanin #160Element and Exception - @ivanlanin #187HashTable and Shared\ZipStreamWrapper and all related properties/methods - @ivanlanin #187AbstractElement abstract class - @ivanlanin #187Settings to Style\Section - @ivanlanin #187Abstract prefix and Interface suffix for all abstract classes and interfaces as per PHP-FIG recommendation - @ivanlanin #187Style\AbstractStyle abstract class - @ivanlanin #187Footnote to Footnotes to reflect the nature of collection - @ivanlaninAbstractContainer from AbstractElement - @ivanlanin