Skip to content

Releases: vaadin/testbench

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

9.3.0.beta1

30 Apr 09:01
1ad77dd
Compare
Choose a tag to compare
9.3.0.beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 9.2.7...9.3.0.beta1

9.3.0.alpha1

24 Apr 15:40
c50271d
Compare
Choose a tag to compare
9.3.0.alpha1 Pre-release
Pre-release

This is a pre-release of TestBench new minor version 9.3 for upcoming Vaadin 24.4.

What's Changed

  • feat!: provide additional selectors to ElementQuery by @joelpop in #1774
  • feature #1775 add support for lit renderers to grid tester by @joelpop in #1776
  • feat: add conditional (non-attribute) selectors to ElementQueries by @joelpop in #1784
  • fix: force WebDriver creation if DriverSupplier returns null by @mcollovati in #1787
  • feat: add download method to AnchorTester by @sissbruecker in #1789
  • feat: rework "containing" selectors via addition of remaining attribute operators by @joelpop in #1786
  • chore: upgrade license-checker to 1.12.12 by @vaadin-bot in #1790

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.alpha1

9.2.7

17 Apr 09:02
1ea7dd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.2.6...9.2.7

9.2.6

15 Apr 10:11
57ed5d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.2.5...9.2.6