v7.0.0
Wan-Video/Wan2.1v7.0.0Feb 4, 2026by mherrmann
AI Summary
This release addresses a critical bug in relative search logic that previously failed to locate specific button arrangements. The update modifies the element finding behavior, resulting in a major version bump.
Key Highlights
- Fixes relative searches for complex button arrangements
- Resolves failure to find buttons using nested conditions like `to_left_of` and `below`
- Changes the elements returned by the API
- Marks the release as a major version update
Breaking Changes
- The search logic has been updated, which changes which elements are found by the API.
New Features
- Fix for relative search functionality
Full Release Notes
The previous release 6.0.0 was not able to find `Button('Duplicate Button', to_left_of=Button('Duplicate Button', below=Button('Duplicate Button')))` in the following arrangement:
<img width="299" height="66" alt="image" src="https://github.com/user-attachments/assets/68d76dcb-14ba-4ac1-b512-70b00ec949ed" />
This release fixes this. It changes which elements are found and is therefore a major version.