Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions packages/react-doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down