Skip to content

9.3.0

Compare
Choose a tag to compare
@ZheSun88 ZheSun88 released this 11 Jun 14:16
· 9 commits to main since this release
0ad819b

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