|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 4.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [#1095](https://github.com/reactjs/react-docgen/pull/1095) |
| 8 | + [`798e73d`](https://github.com/reactjs/react-docgen/commit/798e73dd4a73574c66dbee9dffb8e4af507b1059) |
| 9 | + Thanks [@danez](https://github.com/danez)! - Drop support for Node.js 20, 21 |
| 10 | + and 23 |
| 11 | + |
| 12 | + Minimum Supported Node.js version is now 22.13.0 |
| 13 | + |
| 14 | +- [#1100](https://github.com/reactjs/react-docgen/pull/1100) |
| 15 | + [`70cb468`](https://github.com/reactjs/react-docgen/commit/70cb468c90ad85ccf0275e75f9287d744dad62f0) |
| 16 | + Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update |
| 17 | + dependency commander to v15 |
| 18 | + |
| 19 | +### Minor Changes |
| 20 | + |
| 21 | +- [`d34f28d`](https://github.com/reactjs/react-docgen/commit/d34f28d2e170ffd0000a3dca55ed556315f6c877) |
| 22 | + Thanks [@danez](https://github.com/danez)! - Replace subcommand structure with |
| 23 | + in-process commands for performance |
| 24 | + |
| 25 | +### Patch Changes |
| 26 | + |
| 27 | +- [#1121](https://github.com/reactjs/react-docgen/pull/1121) |
| 28 | + [`2409437`](https://github.com/reactjs/react-docgen/commit/240943704167e5fa8308b36ad65f5176682f55b3) |
| 29 | + Thanks [@danez](https://github.com/danez)! - Remove chalk dependency and |
| 30 | + replace with builtin Node.js `styleText` |
| 31 | + |
| 32 | +- [#1120](https://github.com/reactjs/react-docgen/pull/1120) |
| 33 | + [`2f01acf`](https://github.com/reactjs/react-docgen/commit/2f01acf3fe12f52bd4bc1b51617263f42383580c) |
| 34 | + Thanks [@danez](https://github.com/danez)! - Remove slash dependency |
| 35 | +- Updated dependencies |
| 36 | + [[`d797ca7`](https://github.com/reactjs/react-docgen/commit/d797ca74de190c5c75caa1ac6cb8bc109a2752ca), |
| 37 | + [`798e73d`](https://github.com/reactjs/react-docgen/commit/798e73dd4a73574c66dbee9dffb8e4af507b1059), |
| 38 | + [`bca6a64`](https://github.com/reactjs/react-docgen/commit/bca6a6463c44d44bf35183d4183070eb83568cf0)]: |
| 39 | + - react-docgen@9.0.0 |
| 40 | + |
3 | 41 | ## 3.0.6 |
4 | 42 |
|
5 | 43 | ### Patch Changes |
|
0 commit comments