|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.0.0-rc.7 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [#786](https://github.com/reactjs/react-docgen/pull/786) |
| 8 | + [`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca) |
| 9 | + Thanks [@danez](https://github.com/danez)! - Renamed the method `toObject` to |
| 10 | + `build` in the DocumentationBuilder. |
| 11 | + |
| 12 | + This method might be used by integrations. |
| 13 | + |
| 14 | +### Minor Changes |
| 15 | + |
| 16 | +- [#786](https://github.com/reactjs/react-docgen/pull/786) |
| 17 | + [`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca) |
| 18 | + Thanks [@danez](https://github.com/danez)! - Export the type for the |
| 19 | + DocumentationBuilder. |
| 20 | + |
| 21 | +- [#786](https://github.com/reactjs/react-docgen/pull/786) |
| 22 | + [`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca) |
| 23 | + Thanks [@danez](https://github.com/danez)! - The types `NodePath` and |
| 24 | + `babelTypes` are now exported. |
| 25 | + |
| 26 | + These types are useful when building integrations in TypeScript. |
| 27 | + |
| 28 | + `babelTypes` includes all types from `@babel/types`. |
| 29 | + |
| 30 | +### Patch Changes |
| 31 | + |
| 32 | +- [#767](https://github.com/reactjs/react-docgen/pull/767) |
| 33 | + [`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409) |
| 34 | + Thanks [@danez](https://github.com/danez)! - Fix handling of `PropTypes.oneOf` |
| 35 | + to handle unresolved imported values correctly |
| 36 | + |
| 37 | +- [#769](https://github.com/reactjs/react-docgen/pull/769) |
| 38 | + [`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab) |
| 39 | + Thanks [@danez](https://github.com/danez)! - Correctly resolve the values in |
| 40 | + an `Object.values()` call |
| 41 | + |
3 | 42 | ## 6.0.0-beta.6 |
4 | 43 |
|
5 | 44 | ### Major Changes |
|
0 commit comments