diff --git a/packages/react-doctor/CHANGELOG.md b/packages/react-doctor/CHANGELOG.md index 6854414..8fb30d2 100644 --- a/packages/react-doctor/CHANGELOG.md +++ b/packages/react-doctor/CHANGELOG.md @@ -1,5 +1,49 @@ # react-doctor +## 0.0.30 + +### Summary (Feb 17 - Feb 21, 2026) + +Check out the announcement: https://x.com/aidenybai/status/2023806825062449424 + +### Features + +- **React Native & Expo support**: Added framework detection for Expo and React Native projects with RN-specific rules (#64) +- **GitHub Action improvements**: Added `diff` input for scanning only changed files and optional PR comment posting with `github-token` (#63) +- **Expo compiler detection**: Detect React Compiler in Expo projects (#33) +- **Skill installation prompt**: Integrated skill installation into CLI workflow for easier agent setup +- **Node.js API**: Enhanced programmatic API with improved error handling + +### Fixes + +- Resolved multiple open issues: #67, #62, #52, #51, #50 (#68) +- Removed silent global install behavior (#44) +- Added TypeScript as dependency to resolve knip peer dep in npx/dlx environments (#17) +- Fixed deeplinking issues +- Improved score calculation logic with proxy fetch +- Enhanced CLI options handling and automated environment detection +- Updated Node version requirements + +### CLI Improvements + +- Frame summary footer output (#7) +- Added severity icons to summary counts (#6) +- Color diagnostic counts by severity (#5) +- Indent multiline diagnostic help output (#4) +- Fixed multiselect 'a' key select-all behavior (#3) +- Improved `--prompt` clipboard output for agent fixes (#2) + +### Branding + +- Set Twitter image to React Doctor banner (#14) +- Fixed favicon badge ring cutout (#12) +- Updated branding assets and README theme-aware logo (#11) +- Move video overlay text to bottom with darker gradient (#9) + +### Contributors + +Thanks to all contributors: @athul-binu, @bdsqqq, @ankushdharkar, @ovflowd, @pchalupa, @olivermontes + ## 0.0.29 ### Patch Changes