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 1010 "changesets" : [
1111 " blue-points-exist" ,
1212 " bright-rivers-swim" ,
13+ " brown-tools-explain" ,
1314 " clean-cooks-attend" ,
1415 " famous-needles-wonder" ,
1516 " five-trainers-report" ,
1920 " great-rice-rush" ,
2021 " grumpy-falcons-rhyme" ,
2122 " grumpy-hotels-admire" ,
23+ " healthy-moles-explain" ,
24+ " heavy-plums-repair" ,
2225 " honest-boxes-behave" ,
2326 " honest-boxes-copy" ,
2427 " hungry-crabs-scream" ,
2932 " mean-glasses-chew" ,
3033 " mighty-kids-report" ,
3134 " mighty-shrimps-shout" ,
35+ " nasty-onions-fly" ,
3236 " nervous-humans-shave" ,
3337 " nine-vans-bow" ,
3438 " plenty-cooks-grow" ,
4448 " six-cows-trade" ,
4549 " smart-eagles-shop" ,
4650 " smart-files-tell" ,
51+ " smart-trainers-film" ,
4752 " smart-waves-refuse" ,
4853 " spotty-cameras-fetch" ,
4954 " strong-horses-build" ,
5055 " strong-pillows-visit" ,
5156 " stupid-files-buy" ,
57+ " tasty-dogs-scream" ,
5258 " ten-camels-jog" ,
5359 " ten-glasses-compete" ,
5460 " thin-foxes-talk" ,
5561 " thin-tables-sneeze" ,
5662 " tricky-shoes-check" ,
5763 " twelve-trainers-tap" ,
58- " weak-numbers-bow"
64+ " weak-numbers-bow" ,
65+ " witty-ligers-press"
5966 ]
6067}
Original file line number Diff line number Diff line change 11# Release Notes
22
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+
325## 1.0.0-beta.3
426
527### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-docgen/cli" ,
3- "version" : " 1.0.0-beta.3 " ,
3+ "version" : " 1.0.0-rc.4 " ,
44 "description" : " A CLI to extract information from React components for documentation generation." ,
55 "repository" : " reactjs/react-docgen" ,
66 "type" : " module" ,
3131 "commander" : " 10.0.1" ,
3232 "debug" : " 4.3.4" ,
3333 "fast-glob" : " 3.2.12" ,
34- "react-docgen" : " workspace:6.0.0-beta.6 " ,
34+ "react-docgen" : " workspace:6.0.0-rc.7 " ,
3535 "slash" : " 5.0.1"
3636 },
3737 "devDependencies" : {
Original file line number Diff line number Diff line change 11# Release Notes
22
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+
342## 6.0.0-beta.6
443
544### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-docgen" ,
3- "version" : " 6.0.0-beta.6 " ,
3+ "version" : " 6.0.0-rc.7 " ,
44 "description" : " A library to extract information from React components for documentation generation." ,
55 "repository" : " reactjs/react-docgen" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 2626 "postcss" : " 8.4.23" ,
2727 "postcss-lightningcss" : " 0.7.0" ,
2828 "react" : " 18.2.0" ,
29- "react-docgen" : " workspace:6.0.0-beta.6 " ,
29+ "react-docgen" : " workspace:6.0.0-rc.7 " ,
3030 "react-dom" : " 18.2.0" ,
3131 "tailwindcss" : " 3.3.2"
3232 },
Original file line number Diff line number Diff line change 11# Release Notes
22
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+
325## 1.0.0-beta.3
426
527### Minor Changes
Original file line number Diff line number Diff line change 11# Release Notes
22
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+
342## 6.0.0-beta.6
443
544### Major Changes
You can’t perform that action at this time.
0 commit comments