Add roadmap for v7.2

This commit is contained in:
Svetlana Maleeva 2022-06-07 10:43:24 +03:00
parent aa60d92300
commit 75b09c4747

View File

@ -1,6 +1,75 @@
<%@ 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.2</p>
<div class="changelog-switcher">
<p class="changelog-subheader">New Features</p>
<p class="changelog-subsubheader">All Editors</p>
<ul>
<li>Ability to rename document at the top of the editor window</li>
<li>Warning when a macro makes a request to any URL</li>
<li>Search field is reworked</li>
<li>The <b>View</b> tab is available in read-only mode and comment mode</li>
<li>Ability to edit OLE objects</li>
<li>Advanced settings are reworked</li>
<li>Ability to enable/disable using the Option key to navigate the editors via keyboard</li>
<li>Web editor interface theme can be synchronized with the system theme</li>
<li>New web editor info: the <b>About</b> section contains build number</li>
<li>New search panel in the embedded versions of the Document Editor and the Spreadsheet Editor</li>
<li>Top toolbar is reworked</li>
<li>New interface languages: Basque, Malay, Portuguese (Portugal), Chinese (Traditional, Taiwan)</li>
<li>Hotkeys for Paste Special</li>
</ul>
<p class="changelog-subsubheader">Forms</p>
<ul>
<li>New interface language: Indonesian</li>
<li>Ability to add tags</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>New interface language: Indonesian</li>
<li>PDF viewer navigation panel is renamed and has its own settings: expand/collapse all, expand to level X, font size, wrap headings</li>
<li>Ability to remove headers/footers via toolbar</li>
<li>Ability to include current title in the table of contents via toolbar and designated button</li>
<li>New spellcheck settings in the advanced settings</li>
<li>Ability to insert tables as OLE objects</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Ability to use custom images as bullets in bullet lists</li>
<li>Ability to switch rows/columns using the diagram settings in the right panel</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>
<li>New spellcheck settings in the advanced settings</li>
<li>Support for PPSX files, they open in preview mode</li>
<li>Ability to use custom images as bullets in bullet lists</li>
<li>Reworked advanced settings <b>Placement</b> tab for precise positioning of images, tables, and charts</li>
<li>Ability to insert tables as OLE objects</li>
</ul>
<p class="changelog-subsubheader">Mobile</p>
<ul>
<li>New interface language: Indonesian</li>
<li>New features in the Document Editor: header navigation, ability to add table of contents and configure its settings</li>
<li>New <b>Tab Color</b> palette for sheets in the Spreadsheet Editor</li>
</ul>
<p class="changelog-subsubheader">Plugins</p>
<ul>
<li>New translation mechanic in plugins: ability to add <code>langs.json</code> to folder with translations; first there is a request for a full match in file name and language, then up to the “-“ symbol</li>
</ul>
<p class="changelog-subsubheader">API updates</p>
<ul>
<li>New feature: live viewer for tracking changes in real-time</li>
<li>The Document Server information contains live viewer/editor data</li>
<li>New interface translation support: 4-letter language designation is supported. Currently it is used for Portuguese (Portugal) and Chinese (Traditional, Taiwan)</li>
</ul>
<p class="changelog-subsubheader">WOPI</p>
<ul>
<li>Ability to open embedded viewer in WOPI discovery</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 7.1</p>
<div class="changelog-switcher">