Skip to content

Commit

Permalink
Update release notes for 4.1.0.alpha1 release (TB-31)
Browse files Browse the repository at this point in the history
Change-Id: If7f2f87c81bd8564cf27a2d0413ace06c6d75dfb
  • Loading branch information
alvarezguille committed Oct 20, 2015
1 parent 2959c55 commit 08af936
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,20 +478,20 @@ <h2 id="overview_of_vaadin_testbench">Overview of Vaadin TestBench</h2>
TestBench is based on Selenium 2 and provides a WebDriver based API for controlling different browsers on
multiple platforms.</p>

<h2 id="changes_since_2x">Changes in 4.0</h2>
<h2 id="changes_since_2x">Changes in 4.1</h2>

<ul>
<li>Introducing ElementQuery for easily selecting Vaadin components (requires Vaadin 7.2.0 or newer)</li>
<li>A new TestBench section for the Vaadin debug window (included in Vaadin 7.2.0 or newer)</li>
<li>Vaadin TestBench Recorder has been dropped in favor of ElementQuery and the TestBench section of the debug
window
</li>
<li>High level, typed element API, which makes it easy to interact with Vaadin components (requires Vaadin 7.3.0+)</li>
<li>Base classes for easily running on many browsers in parallel without extra code</li>
<li>Developer UX improvements</li>
<li>The license is changed from CVALv2 to CVALv3</li>
<li>Add element API helpers from the framework project</li>
<li>Allow specifying parameters using system properties</li>
<li>Improvements in cursor detection (#18773)</li>
<li>Add support for Microsoft Edge</li>
<li>Selenium updated to 2.47.0</li>
</ul>
<p>
For a complete list of changes in this release, please see the <a
href="http://dev.vaadin.com/query?status=closed&milestone=TestBench+${Implementation-Version}&group=milestone&order=priority">
of closed tickets</a>.
</p>

<h2 id="package_contents">Package Contents</h2>

Expand Down Expand Up @@ -533,7 +533,7 @@ <h2 id="dependencies">Third Party Dependencies</h2>
any dependencies. Vaadin TestBench 4 directly depends on the following third-party libraries:</p>

<ul>
<li>Selenium 2.46.0</li>
<li>Selenium 2.47.0</li>
<li>PhantomJSDriver 1.2.1</li>
<li>Javassist 3.18.1-GA</li>
<li>JUnit 4.11</li>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vaadin.version>7.5.6</vaadin.version>
<Implementation-Version>${project.version}</Implementation-Version>
</properties>
<modules>
<module>vaadin-testbench</module>
Expand Down

0 comments on commit 08af936

Please sign in to comment.