Skip to content

9.3.0.rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZheSun88 ZheSun88 released this 23 May 12:34
· 12 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.rc1