Skip to content

Releases: vaadin/testbench

9.3.6

12 Nov 13:53
a3d5bd3
Compare
Choose a tag to compare

What's Changed

  • chore: Selenium 4.26.0 (#1830) by @Artur-
  • chore: upgrade license-checker to 1.13.0 (#1828)

Full Changelog: 9.3.5...9.3.6

5.3.1

14 Nov 14:25
62deeac
Compare
Choose a tag to compare

What's Changed

  • chore: Unify license references by @Ansku in #1778
  • chore: Bump license-checker version 1.12.12 by @TatuLund in #1792
  • fix: Disable Chrome's search engine selection dialogue in LocalDriver by @Ansku in #1815
  • chore: Removed incorrect license abbreviation by @Ansku in #1820
  • chore: DevelopmentServerLaunder & WebDriverManager for integration tests by @Ansku in #1821
  • chore: Update to Vaadin 8.14.3 by @Ansku in #1822
  • chore: Javadoc fixes by @Ansku in #1824
  • chore: Use static imports for Assert methods by @Ansku in #1823
  • chore: Change a test method name to match contents by @Ansku in #1826

New Contributors

Full Changelog: 5.3.0...5.3.1

9.3.5

27 Sep 11:31
65202d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.4...9.3.5

9.3.4

29 Aug 10:27
6f72e95
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.3...9.3.4

9.3.3

26 Jul 09:54
c295f45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.2...9.3.3

9.3.2

03 Jul 11:30
82b9668
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.1...9.3.2

9.3.1

19 Jun 10:49
eebd11c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.0...9.3.1

9.3.0

11 Jun 14:16
0ad819b
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Differently from the previous versions, ElementQuery.id(...) will now throw an exception if multiple elements with the same id are present, instead of returning the first matching item. To switch back to the old behavior, you have to change the id(...) call to withId(...).first().

New Contributors

Full Changelog: 9.2.7...9.3.0

9.3.0.rc1

23 May 12:34
0ad819b
Compare
Choose a tag to compare
9.3.0.rc1 Pre-release
Pre-release

What's Changed

Breaking Changes

Differently from the previous versions, ElementQuery.id(...) will now throw an exception if multiple elements with the same id are present, instead of returning the first matching item. To switch back to the old behavior, you have to change the id(...) call to withId(...).first().

New Contributors

Full Changelog: 9.2.7...9.3.0.rc1

9.3.0.beta2

21 May 09:20
0ad819b
Compare
Choose a tag to compare
9.3.0.beta2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 9.3.0.beta1...9.3.0.beta2