File tree Expand file tree Collapse file tree 9 files changed +146
-37
lines changed
src/pages/docs/release-notes Expand file tree Collapse file tree 9 files changed +146
-37
lines changed Original file line number Diff line number Diff line change 10
10
"changesets" : [
11
11
" blue-points-exist" ,
12
12
" bright-rivers-swim" ,
13
+ " brown-tools-explain" ,
13
14
" clean-cooks-attend" ,
14
15
" famous-needles-wonder" ,
15
16
" five-trainers-report" ,
19
20
" great-rice-rush" ,
20
21
" grumpy-falcons-rhyme" ,
21
22
" grumpy-hotels-admire" ,
23
+ " healthy-moles-explain" ,
24
+ " heavy-plums-repair" ,
22
25
" honest-boxes-behave" ,
23
26
" honest-boxes-copy" ,
24
27
" hungry-crabs-scream" ,
29
32
" mean-glasses-chew" ,
30
33
" mighty-kids-report" ,
31
34
" mighty-shrimps-shout" ,
35
+ " nasty-onions-fly" ,
32
36
" nervous-humans-shave" ,
33
37
" nine-vans-bow" ,
34
38
" plenty-cooks-grow" ,
44
48
" six-cows-trade" ,
45
49
" smart-eagles-shop" ,
46
50
" smart-files-tell" ,
51
+ " smart-trainers-film" ,
47
52
" smart-waves-refuse" ,
48
53
" spotty-cameras-fetch" ,
49
54
" strong-horses-build" ,
50
55
" strong-pillows-visit" ,
51
56
" stupid-files-buy" ,
57
+ " tasty-dogs-scream" ,
52
58
" ten-camels-jog" ,
53
59
" ten-glasses-compete" ,
54
60
" thin-foxes-talk" ,
55
61
" thin-tables-sneeze" ,
56
62
" tricky-shoes-check" ,
57
63
" twelve-trainers-tap" ,
58
- " weak-numbers-bow"
64
+ " weak-numbers-bow" ,
65
+ " witty-ligers-press"
59
66
]
60
67
}
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 1.0.0-rc.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #782 ] ( https://github.com/reactjs/react-docgen/pull/782 )
8
+ [ ` 72ac984 ` ] ( https://github.com/reactjs/react-docgen/commit/72ac9841f02f1f6b925247621bc5aa56d3ba4267 )
9
+ Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - Update dependency
10
+ commander to v10.0.1
11
+
12
+ - [ #783 ] ( https://github.com/reactjs/react-docgen/pull/783 )
13
+ [ ` fc8a97c ` ] ( https://github.com/reactjs/react-docgen/commit/fc8a97c5fb552f5e4d2cbffced6c66f8729d23b6 )
14
+ Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - update dependency
15
+ slash to v5.0.1
16
+
17
+ - Updated dependencies
18
+ [[ ` 0a2481d ` ] ( https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca ) ,
19
+ [ ` 0a2481d ` ] ( https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca ) ,
20
+ [ ` a684d82 ` ] ( https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409 ) ,
21
+ [ ` 0a2481d ` ] ( https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca ) ,
22
+ [ ` e08e08d ` ] ( https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab )] :
23
+
24
+
3
25
## 1.0.0-beta.3
4
26
5
27
### Minor 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.3 " ,
3
+ "version" : " 1.0.0-rc.4 " ,
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.1" ,
32
32
"debug" : " 4.3.4" ,
33
33
"fast-glob" : " 3.2.12" ,
34
- "react-docgen" : " workspace:6.0.0-beta.6 " ,
34
+ "react-docgen" : " workspace:6.0.0-rc.7 " ,
35
35
"slash" : " 5.0.1"
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-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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-docgen" ,
3
- "version" : " 6.0.0-beta.6 " ,
3
+ "version" : " 6.0.0-rc.7 " ,
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 26
26
"postcss" : " 8.4.23" ,
27
27
"postcss-lightningcss" : " 0.7.0" ,
28
28
"react" : " 18.2.0" ,
29
- "react-docgen" : " workspace:6.0.0-beta.6 " ,
29
+ "react-docgen" : " workspace:6.0.0-rc.7 " ,
30
30
"react-dom" : " 18.2.0" ,
31
31
"tailwindcss" : " 3.3.2"
32
32
},
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 1.0.0-rc.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #782 ] ( https://github.com/reactjs/react-docgen/pull/782 )
8
+ [ ` 72ac984 ` ] ( https://github.com/reactjs/react-docgen/commit/72ac9841f02f1f6b925247621bc5aa56d3ba4267 )
9
+ Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - Update dependency
10
+ commander to v10.0.1
11
+
12
+ - [ #783 ] ( https://github.com/reactjs/react-docgen/pull/783 )
13
+ [ ` fc8a97c ` ] ( https://github.com/reactjs/react-docgen/commit/fc8a97c5fb552f5e4d2cbffced6c66f8729d23b6 )
14
+ Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - update dependency
15
+ slash to v5.0.1
16
+
17
+ - Updated dependencies
18
+ [[ ` 0a2481d ` ] ( https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca ) ,
19
+ [ ` 0a2481d ` ] ( https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca ) ,
20
+ [ ` a684d82 ` ] ( https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409 ) ,
21
+ [ ` 0a2481d ` ] ( https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca ) ,
22
+ [ ` e08e08d ` ] ( https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab )] :
23
+
24
+
3
25
## 1.0.0-beta.3
4
26
5
27
### Minor Changes
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments