Merge branch 'feature/roadmap-7.5' into release/1.14.0

This commit is contained in:
Svetlana Maleeva 2023-07-18 14:22:18 +03:00
commit 5429dbc067

View File

@ -1,6 +1,65 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-roadmap.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 7.5</p>
<div class="changelog-switcher">
<p class="changelog-subheader">New Features</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Working on RTL in the editors core</li>
<li>The ability to sign a file in the web version</li>
<li>Switching to the common history for all editors</li>
<li>Advanced settings for the <b>AutoCorrect</b> feature</li>
<li>Work with styles and hidden styles</li>
<li>New types of charts</li>
<li>The ability to add words to the dictionary for spell checking in the web version</li>
<li>Support for SVG</li>
</ul>
<p class="changelog-subsubheader">Forms</p>
<ul>
<li>Improvement of form fields. Advanced settings</li>
<li>Field templates. Working on new fields</li>
<li>Filling in forms by roles. Signing forms. Application for signing</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Development of automatic hyphenation</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Support for <b>Undo</b> in the Fast co-editing mode</li>
<li>Inserting images into headers/footers</li>
<li>New types of formulas</li>
<li>The ability to display only formulas in cells</li>
<li>The ability to save spreadsheets to the .csv format with a separator which differs from comma</li>
<li>The <b>Show details</b> feature for working with a Pivot Table. Improvement of the ability to open data on a new sheet by double-clicking a value in a Pivot Table</li>
<li>Autocompletion for days of the week and months when stretching a cell value</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>
<li>New types of animations and transitions</li>
</ul>
<p class="changelog-subsubheader">PDF Viewer</p>
<ul>
<li>Support for the PDF forms. Annotations</li>
</ul>
<p class="changelog-subsubheader">Server</p>
<ul>
<li>Support for mssql, oracle, and other databases</li>
</ul>
<p class="changelog-subsubheader">Desktop Editors</p>
<ul>
<li>Preview when opening csv and autodetection of encoding and separators</li>
<li>Opening the HTML files in different types of editors depending on the file contents (instead of using Document Editor only)</li>
</ul>
<p class="changelog-subsubheader">Mobile Editors</p>
<ul>
<li>Support for protection</li>
<li>Working on the common engine for the native part of mobile applications. The ability to download sdk on Android and edit files on portals natively, instead of using the mobile web version</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 7.4</p>
<div class="changelog-switcher">