Merge branch 'develop' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-02-14 18:28:06 +03:00
commit f4046516c9
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 8.0.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">31/01/2024</span></p>
<p class="changelog-release-date">Release date: <span class="crd-date">30/01/2024</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader"><a target="_blank" href="https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#800">See changelog on GitHub</a></p>
</div>

View File

@ -18,7 +18,7 @@
<li>Add the More button to the left and right panels. All buttons that do not fit in height should be placed into it: category buttons, as well as plugins that were opened in the left panel. Remove the separator that separates the category buttons from the plugins.</li>
<li>Add the setting to enable support for screen readers.</li>
<li>Add RTL interface support, currently in beta.</li>
<li>Window management button are redesigned to correspond to Linux.</li>
<li>Window management buttons are redesigned to correspond to Linux.</li>
<%--<li>NEXT VERSION The ability to sign a file in the web version</li>--%>
<%--<li>NEXT VERSION Advanced settings for the <b>AutoCorrect</b> feature</li>--%>
<%--<li>NEXT VERSION Work with styles and hidden styles</li>--%>
@ -67,7 +67,7 @@
<ul>
<li>Add the <code>formsdataurl</code> parameter to the Callback handler (to replace <code>formdata</code>), which contains a link to the json file with data from filled forms when sending with the Submit button.</li>
<li>Add the following methods to API: <code>GetFreezePanesType</code>, <code>SetFreezePanesType</code>, and the <code>FreezePanes</code> property.</li>
<li>Add the <code>GetFreezePanes</code> method and the <code>FreezePanes</code> property to ApiWorkseet.</li>
<li>Add the <code>GetFreezePanes</code> method and the <code>FreezePanes</code> property to ApiWorksheet.</li>
<li>Add the <code>ApiFreezePanes</code> class with the following methods: <code>FreezeAt</code>, <code>FreezeColumns</code>, <code>FreezeRows</code>, <code>GetLocation</code>, <code>Unfreeze</code>.</li>
<li>Add the following methods for obtaining and filling out form data to the Builder of the Document Editor: <code>ApiDocument.prototype.GetFormsData = function()</code>, <code>ApiDocument.prototype.SetFormsData = function(arrData)</code>.</li>
<li>Add the <code>ApiDocument.prototype.AddDrawingToPage = function(oDrawing, nPage, x, y)</code> method for adding any ApiDrawing to a given page.</li>