Skip to content

Commit caae6bf

Browse files
committed
update changelogs
1 parent 07ba4e6 commit caae6bf

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

.changeset/honest-boxes-behave.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
---
44

55
Simplify `resolveObjectValuesToArray` and remove type handling. None of the code that was handling types was actually used.
6-
The return values of `resolveObjectValuesToArray` are now in the order they are defined in the source code.

.changeset/honest-boxes-copy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-docgen': major
3+
---
4+
5+
The return values of `resolveObjectValuesToArray` are now in the order they are defined in the source code.

.changeset/mighty-shrimps-shout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Compared to the old CLI these are some of the major differences:
1414
- `--importer` added
1515
- `--failOnWarning` added
1616

17-
Check out https://react-docgen.dev/cli for the documentation.
17+
Check out https://react-docgen.dev/docs/getting-started/cli for the documentation.

.changeset/strong-horses-build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
'react-docgen': major
33
---
44

5+
Renamed some of the main exports for clarity.
6+
57
Renamed `handlers` to `builtinHandlers`
68
Renamed `resolver` to `builtinResolvers`
79
Renamed `importers` to `builtinImporters`

.changeset/tricky-shoes-check.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
'react-docgen': major
33
---
44

5-
Migrate to babel toolchain
5+
Migrated to babel toolchain
6+
7+
This is one of the big changes in this new version of react-docgen. It made the code a lot more robust
8+
because there are now finally working TypeScript types for the ASTs.
9+
10+
Another benefit from this change that react-docgen is now a lot faster. 🚀 In some
11+
tests an improvement of nearly 200% was seen in comparison to version 5.

0 commit comments

Comments
 (0)