File tree Expand file tree Collapse file tree 10 files changed +72
-8
lines changed
src/pages/docs/release-notes Expand file tree Collapse file tree 10 files changed +72
-8
lines changed Original file line number Diff line number Diff line change 15
15
" famous-needles-wonder" ,
16
16
" five-trainers-report" ,
17
17
" friendly-timers-tap" ,
18
+ " gentle-plants-smell" ,
18
19
" giant-apricots-compete" ,
19
20
" great-rice-rush" ,
20
21
" grumpy-falcons-rhyme" ,
31
32
" mighty-shrimps-shout" ,
32
33
" nervous-humans-shave" ,
33
34
" nine-vans-bow" ,
35
+ " plenty-cooks-grow" ,
36
+ " polite-pandas-push" ,
34
37
" quiet-spiders-grab" ,
35
38
" rare-taxis-divide" ,
36
39
" rotten-mugs-walk" ,
39
42
" shy-papayas-attack" ,
40
43
" silent-swans-melt" ,
41
44
" silly-ears-search" ,
45
+ " six-cows-trade" ,
42
46
" smart-eagles-shop" ,
43
47
" smart-files-tell" ,
44
48
" smart-waves-refuse" ,
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 1.0.0-beta.3
4
+
5
+ ### Minor Changes
6
+
7
+ - 217a005: Add support for the ` FindAnnotatedDefinitionsResolver ` .
8
+
9
+ Can be used with
10
+
11
+ ```
12
+ react-docgen --resolver find-all-annotated-components
13
+ ```
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [ dfc2f85]
18
+ - Updated dependencies [ cc94da2]
19
+ - Updated dependencies [ 98a1138]
20
+ - react-docgen@6.0.0-beta.6
21
+
3
22
## 1.0.0-beta.2
4
23
5
24
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-docgen/cli" ,
3
- "version" : " 1.0.0-beta.2 " ,
3
+ "version" : " 1.0.0-beta.3 " ,
4
4
"description" : " A CLI to extract information from React components for documentation generation." ,
5
5
"repository" : " reactjs/react-docgen" ,
6
6
"type" : " module" ,
31
31
"commander" : " 10.0.0" ,
32
32
"debug" : " 4.3.4" ,
33
33
"fast-glob" : " 3.2.12" ,
34
- "react-docgen" : " workspace:6.0.0-beta.5 " ,
34
+ "react-docgen" : " workspace:6.0.0-beta.6 " ,
35
35
"slash" : " 5.0.0"
36
36
},
37
37
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 6.0.0-beta.6
4
+
5
+ ### Major Changes
6
+
7
+ - dfc2f85: Rename ` propDocBlockHandler ` to ` propDocblockHandler ` for consistency
8
+
9
+ ### Patch Changes
10
+
11
+ - cc94da2: Fix using react-docgen in browsers
12
+ - 98a1138: Add ` displayName ` and ` description ` to Documentation type
13
+
3
14
## 6.0.0-beta.5
4
15
5
16
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-docgen" ,
3
- "version" : " 6.0.0-beta.5 " ,
3
+ "version" : " 6.0.0-beta.6 " ,
4
4
"description" : " A library to extract information from React components for documentation generation." ,
5
5
"repository" : " reactjs/react-docgen" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 25
25
"postcss" : " 8.4.21" ,
26
26
"postcss-lightningcss" : " 0.6.0" ,
27
27
"react" : " 18.2.0" ,
28
- "react-docgen" : " workspace:6.0.0-beta.5 " ,
28
+ "react-docgen" : " workspace:6.0.0-beta.6 " ,
29
29
"react-dom" : " 18.2.0" ,
30
30
"tailwindcss" : " 3.2.7"
31
31
},
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 1.0.0-beta.3
4
+
5
+ ### Minor Changes
6
+
7
+ - 217a005: Add support for the ` FindAnnotatedDefinitionsResolver ` .
8
+
9
+ Can be used with
10
+
11
+ ```
12
+ react-docgen --resolver find-all-annotated-components
13
+ ```
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [ dfc2f85]
18
+ - Updated dependencies [ cc94da2]
19
+ - Updated dependencies [ 98a1138]
20
+ - react-docgen@6.0.0-beta.6
21
+
3
22
## 1.0.0-beta.2
4
23
5
24
### Major Changes
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 6.0.0-beta.6
4
+
5
+ ### Major Changes
6
+
7
+ - dfc2f85: Rename ` propDocBlockHandler ` to ` propDocblockHandler ` for consistency
8
+
9
+ ### Patch Changes
10
+
11
+ - cc94da2: Fix using react-docgen in browsers
12
+ - 98a1138: Add ` displayName ` and ` description ` to Documentation type
13
+
3
14
## 6.0.0-beta.5
4
15
5
16
### Major Changes
Original file line number Diff line number Diff line change 18
18
"os-browserify" : " 0.3.0" ,
19
19
"path-browserify" : " 1.0.1" ,
20
20
"process" : " 0.11.10" ,
21
- "react-docgen" : " workspace:6.0.0-beta.5 "
21
+ "react-docgen" : " workspace:6.0.0-beta.6 "
22
22
},
23
23
"devDependencies" : {
24
24
"@babel/core" : " 7.21.3" ,
You can’t perform that action at this time.
0 commit comments