April 2025 (version 1.67.0)
Welcome to the new DeepScan updates. In this release, we continue to enhance React and Vue support.
Thank you for your continual love and support!
Analysis Improvements
- Support the
generic
attribute of Vue<script setup>
- Allow specifying
js
andjsx
for thelang
attribute of Vue<script>
- Allow using
<hr>
,<script>
, and<template>
as the children of React<select>
element - Allow using generator functions as React components
Miscellaneous
- Adjust VUE_BAD_COMPONENT_NAME detection according to Vue 3
- Restrict REACT_BAD_SPECIAL_PROPS detection on the
ref
prop to projects using React 18 or below