File tree 9 files changed +40
-19
lines changed
src/pages/docs/release-notes
9 files changed +40
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 64bf1aa ` ] ( https://github.com/reactjs/react-docgen/commit/64bf1aa078148b4d44f8634252e5b726e24b8ee5 )] :
8
+ - react-docgen@7.0.2
9
+
3
10
## 2.0.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-docgen/cli" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " A CLI to extract information from React components for documentation generation." ,
5
5
"repository" : {
6
6
"type" : " git" ,
35
35
"commander" : " 11.1.0" ,
36
36
"debug" : " 4.3.4" ,
37
37
"fast-glob" : " 3.3.2" ,
38
- "react-docgen" : " workspace:7.0.1 " ,
38
+ "react-docgen" : " workspace:7.0.2 " ,
39
39
"slash" : " 5.1.0"
40
40
},
41
41
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 64bf1aa ` ] ( https://github.com/reactjs/react-docgen/commit/64bf1aa078148b4d44f8634252e5b726e24b8ee5 ) Thanks [ @danez ] ( https://github.com/danez ) ! - Fix handling of template literals
8
+
3
9
## 7.0.1
4
10
5
11
### Patch Changes
329
335
allows multiple resolvers to be chained.
330
336
331
337
```ts
332
- import { builtinResolvers } from ' react-docgen' ;
338
+ import { builtinResolvers } from " react-docgen" ;
333
339
334
340
const { ChainResolver } = builtinResolvers;
335
341
const resolver = new ChainResolver([resolver1, resolver2], {
358
364
addition to functions.
359
365
360
366
``` ts
361
- import type { ResolverClass , ResolverFunction } from ' react-docgen' ;
367
+ import type { ResolverClass , ResolverFunction } from " react-docgen" ;
362
368
363
369
// This was the only option until now
364
370
const functionResolver: ResolverFunction = (file : FileState ) => {
613
619
chained.
614
620
615
621
```ts
616
- import { builtinResolvers } from ' react-docgen' ;
622
+ import { builtinResolvers } from " react-docgen" ;
617
623
618
624
const { ChainResolver } = builtinResolvers;
619
625
const resolver = new ChainResolver([resolver1, resolver2], {
624
630
- 80e4c74: Allow resolvers to be classes in addition to functions.
625
631
626
632
``` ts
627
- import type { ResolverClass , ResolverFunction } from ' react-docgen' ;
633
+ import type { ResolverClass , ResolverFunction } from " react-docgen" ;
628
634
629
635
// This was the only option until now
630
636
const functionResolver: ResolverFunction = (file : FileState ) => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-docgen" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.0.2 " ,
4
4
"description" : " A library to extract information from React components for documentation generation." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 27
27
"postcss" : " 8.4.33" ,
28
28
"postcss-lightningcss" : " 1.0.0" ,
29
29
"react" : " 18.2.0" ,
30
- "react-docgen" : " workspace:7.0.1 " ,
30
+ "react-docgen" : " workspace:7.0.2 " ,
31
31
"react-dom" : " 18.2.0" ,
32
32
"tailwindcss" : " 3.4.1"
33
33
},
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 64bf1aa ` ] ( https://github.com/reactjs/react-docgen/commit/64bf1aa078148b4d44f8634252e5b726e24b8ee5 )] :
8
+ - react-docgen@7.0.2
9
+
3
10
## 2.0.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 64bf1aa ` ] ( https://github.com/reactjs/react-docgen/commit/64bf1aa078148b4d44f8634252e5b726e24b8ee5 ) Thanks [ @danez ] ( https://github.com/danez ) ! - Fix handling of template literals
8
+
3
9
## 7.0.1
4
10
5
11
### Patch Changes
329
335
allows multiple resolvers to be chained.
330
336
331
337
``` ts
332
- import { builtinResolvers } from ' react-docgen' ;
338
+ import { builtinResolvers } from " react-docgen" ;
333
339
334
340
const { ChainResolver } = builtinResolvers ;
335
341
const resolver = new ChainResolver ([resolver1 , resolver2 ], {
358
364
addition to functions.
359
365
360
366
``` ts
361
- import type { ResolverClass , ResolverFunction } from ' react-docgen' ;
367
+ import type { ResolverClass , ResolverFunction } from " react-docgen" ;
362
368
363
369
// This was the only option until now
364
370
const functionResolver: ResolverFunction = (file : FileState ) => {
613
619
chained.
614
620
615
621
``` ts
616
- import { builtinResolvers } from ' react-docgen' ;
622
+ import { builtinResolvers } from " react-docgen" ;
617
623
618
624
const { ChainResolver } = builtinResolvers ;
619
625
const resolver = new ChainResolver ([resolver1 , resolver2 ], {
624
630
- 80e4c74: Allow resolvers to be classes in addition to functions.
625
631
626
632
``` ts
627
- import type { ResolverClass , ResolverFunction } from ' react-docgen' ;
633
+ import type { ResolverClass , ResolverFunction } from " react-docgen" ;
628
634
629
635
// This was the only option until now
630
636
const functionResolver: ResolverFunction = (file : FileState ) => {
You can’t perform that action at this time.
0 commit comments