v7.0.0

0xPlaygrounds/rigv7.0.0Feb 4, 2026by mherrmann

AI Summary

Fixes relative search logic to properly find elements based on relative positioning, changing the selection behavior.

Key Highlights

  • Fixes relative search logic (to_left_of, below, etc.)
  • Major version bump due to logic change

Breaking Changes

  • Changed logic for finding elements relative to others

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.