What's Changed
✨ New
- feat(shared): add version detection logic;
🐞 Fixes
- fix(plugins/x): 'no-leaked-conditional-rendering' should also warn 'anyStringVar' when react version is lower than 18, closes #853 by @Rel1cx in #864
- fix(plugins/dom): add popover api props to 'no-unknown-property', closes #855 by @Rel1cx in #865
- fix(plugins/debug): 'is-from-react' use correct settings when calling 'isInitializedFromReact', by @Rel1cx
Full Changelog: v1.17.0...v1.17.1