This repository was archived by the owner on Apr 24, 2023. It is now read-only.
Releases: intercom/optimal-select
Releases · intercom/optimal-select
v4.1.0-intercom
Fix optimal selectors not being correctly generated for hrefs when using a virtual DOM.
v4.0.2-intercom
By using window.top.document in place of document, we can make sure that the selector works even if the element being selected lives in another iframe on the page.