Skip to content

Fix relative searches

Choose a tag to compare

@mherrmann mherrmann released this 04 Feb 17:00
· 20 commits to master since this release
ac354ad

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:

image

This release fixes this. It changes which elements are found and is therefore a major version.