Releases: ArnaudBarre/vite-plugin-react-click-to-component
Releases · ArnaudBarre/vite-plugin-react-click-to-component
v3.0.0
v2.0.0
Context menu on option+right click to see all the intermediate components and jump to the right place! Direct click is removed for two reasons:
- It doesn't play well with buttons and links
- In large apps, you often end up on the generic component instead of going inside the usage of it
v1.0.3
- Add Vite 4 to peer dependency range
- Don't show outline for non-clickable targets
- Use debug log when no React instance was found
v1.0.1
Fix tooltip position for elements on the right side of the screen
v1.0.0
Initial release