diff options
author | Stéphane Bégaudeau | 2016-11-30 14:27:37 +0000 |
---|---|---|
committer | Stephane Begaudeau | 2016-12-02 13:54:24 +0000 |
commit | 9766e1dfe9c4536a9155bf9fcd089a90d2af2411 (patch) | |
tree | 7c53c4daa8b143aa8ec6ec804a4027b088972408 | |
parent | be62d0b3d8035b96769c32e08359e457f261271f (diff) | |
download | org.eclipse.eef-9766e1dfe9c4536a9155bf9fcd089a90d2af2411.tar.gz org.eclipse.eef-9766e1dfe9c4536a9155bf9fcd089a90d2af2411.tar.xz org.eclipse.eef-9766e1dfe9c4536a9155bf9fcd089a90d2af2411.zip |
Improve the release notes
Change-Id: Ib4426d3da3a756cc926e005f01275c0d3a078d7a
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
-rw-r--r-- | doc/org.eclipse.eef.documentation/pages/releasenotes.html | 26 | ||||
-rw-r--r-- | doc/org.eclipse.eef.documentation/pages/releasenotes.textile | 11 |
2 files changed, 30 insertions, 7 deletions
diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.html b/doc/org.eclipse.eef.documentation/pages/releasenotes.html index 05b070bdf..95b5348b3 100644 --- a/doc/org.eclipse.eef.documentation/pages/releasenotes.html +++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.html @@ -12,6 +12,9 @@ <a href="#ReleaseNotesforEclipseEEF">Release Notes for Eclipse EEF</a> <ol style="list-style: disc;"> <li> + <a href="#eef1.8.0">Changes in EEF 1.8.0</a> + </li> + <li> <a href="#eef1.7.2">Changes in EEF 1.7.2</a> </li> <li> @@ -33,21 +36,30 @@ </li> </ol> <p>This document contains the release notes for recent major releases of EEF.</p> - <h3 id="eef1.7.2">Changes in EEF 1.7.2</h3> + <h3 id="eef1.8.0">Changes in EEF 1.8.0</h3> <h4 id="SpecifierVisibleChanges">Specifier-Visible Changes</h4> <ul> + <li><span class="label label-info">Modified</span> The selection variable of the hyperlink widget now refers properly to the value of the hyperlink.</li> + </ul> + <h4 id="DeveloperVisibleChanges">Developer-Visible Changes</h4> + <ul> + <li><span class="label label-info">Modified</span> The interfaces of the controllers for the default widget will now return an IStatus in order to support potential issues after the execution of the callback.</li> + </ul> + <h3 id="eef1.7.2">Changes in EEF 1.7.2</h3> + <h4 id="SpecifierVisibleChanges2">Specifier-Visible Changes</h4> + <ul> <li><span class="label label-info">Modified</span> The dynamic mappings will take into account all the «if» blocks with a valid predicate expression and not only the first one.</li> <li><span class="label label-info">Modified</span> Fixed an issue with the enablement of the widget actions of the reference widget.</li> </ul> <h3 id="eef1.7.1">Changes in EEF 1.7.1</h3> - <h4 id="SpecifierVisibleChanges2">Specifier-Visible Changes </h4> + <h4 id="SpecifierVisibleChanges3">Specifier-Visible Changes </h4> <ul> <li><span class="label label-info">Modified</span> Fixed an issue where the variable <code>input</code> was not available for some expressions in the select and radio widget. </li> <li><span class="label label-info">Modified</span> Improve the documentation of the available extension points</li> </ul> - <h4 id="DeveloperVisibleChanges">Developer-Visible Changes</h4> + <h4 id="DeveloperVisibleChanges2">Developer-Visible Changes</h4> <ul> <li><span class="label label-success">Added</span> Added the documentation of the IEEFTabDescriptorFilter and IEEFExtReferenceViewerFilterProvider extension points.</li> <li><span class="label label-info">Modified</span> Revert the lazy evaluation of the candidates of the select widget.</li> @@ -61,7 +73,7 @@ <code>enter</code>. </li> </ul> - <h4 id="SpecifierVisibleChanges3">Specifier-Visible Changes</h4> + <h4 id="SpecifierVisibleChanges4">Specifier-Visible Changes</h4> <ul> <li><span class="label label-success">Added</span> A brand new widget outside of the default library is now available to edit references using an easier approach. Only the name of the reference to edit is necessary and the rest will be computed by the EEF runtime.</li> <li><span class="label label-success">Added</span> Widget actions are now available on labels and hyperlinks.</li> @@ -73,7 +85,7 @@ <li><span class="label label-info">Modified</span> The edit operation of a mono-line text field can now be triggered by pressing enter.</li> <li><span class="label label-info">Modified</span> A selection variable is available in the hyperlink widget, it is equals to the value of the hyperlink instead of self.</li> </ul> - <h4 id="DeveloperVisibleChanges2">Developer-Visible Changes</h4> + <h4 id="DeveloperVisibleChanges3">Developer-Visible Changes</h4> <ul> <li><span class="label label-info">Modified</span> The interface <code>org.eclipse.eef.core.api.EditingContextAdapter</code> has now a new method @@ -100,13 +112,13 @@ <ul> <li><span class="label label-success">Added</span> The user interface has been recreated from scratch with a new runtime. As a result multiple changes can be visible in the user interface.</li> </ul> - <h4 id="SpecifierVisibleChanges4">Specifier-Visible Changes</h4> + <h4 id="SpecifierVisibleChanges5">Specifier-Visible Changes</h4> <ul> <li><span class="label label-success">Added</span> A brand new <a href="language/overview.html">language</a> is available to create your user interface. Have a look at the documentation for additional details. </li> </ul> - <h4 id="DeveloperVisibleChanges3">Developer-Visible Changes</h4> + <h4 id="DeveloperVisibleChanges4">Developer-Visible Changes</h4> <ul> <li><span class="label label-success">Added</span> A brand new API is available to create your user interface. Have a look at the documentation for additional details.</li> </ul> diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile index dcbb21a4a..c8455ccdb 100644 --- a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile +++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile @@ -5,6 +5,17 @@ h2. Release Notes for Eclipse EEF This document contains the release notes for recent major releases of EEF. +h3(#eef1.8.0). Changes in EEF 1.8.0 + +h4. Specifier-Visible Changes + +* <span class="label label-info">Modified</span> The selection variable of the hyperlink widget now refers properly to the value of the hyperlink. + +h4. Developer-Visible Changes + +* <span class="label label-info">Modified</span> The interfaces of the controllers for the default widget will now return an IStatus in order to support potential issues after the execution of the callback. + + h3(#eef1.7.2). Changes in EEF 1.7.2 h4. Specifier-Visible Changes |