This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 28 files changed +210
-23
lines changed
babel-plugin-export-metadata
react-docgen-actual-name-handler
28 files changed +210
-23
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** babel-plugin-export-metadata:** fix ` hasOwnProperty ` method call ([ #1581 ] ( https://github.com/doczjs/docz/issues/1581 ) ) ([ 9067ffb] ( https://github.com/doczjs/docz/commit/9067ffb ) )
12
+ * ** dev-env/basic:** building and running development ([ #1646 ] ( https://github.com/doczjs/docz/issues/1646 ) ) ([ 7baaaf2] ( https://github.com/doczjs/docz/commit/7baaaf2 ) )
13
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
14
+ * ** docz-utils:** fix closing tag detection in ` removeTags ` ([ #1696 ] ( https://github.com/doczjs/docz/issues/1696 ) ) ([ bfcd923] ( https://github.com/doczjs/docz/commit/bfcd923 ) )
15
+ * ** examples:** import alert component by correct lib name. ([ #1605 ] ( https://github.com/doczjs/docz/issues/1605 ) ) ([ fadb6dd] ( https://github.com/doczjs/docz/commit/fadb6dd ) )
16
+ * ** gatsby-theme-docz:** wrong imports ([ ed169cf] ( https://github.com/doczjs/docz/commit/ed169cf ) )
17
+ * add functions never to eslint rule ([ #1487 ] ( https://github.com/doczjs/docz/issues/1487 ) ) ([ becd589] ( https://github.com/doczjs/docz/commit/becd589 ) )
18
+
19
+
20
+ ### Features
21
+
22
+ * add gatsby https flag to use in dev mode ([ #1569 ] ( https://github.com/doczjs/docz/issues/1569 ) ) ([ 9d91503] ( https://github.com/doczjs/docz/commit/9d91503 ) )
23
+ * ** docz-core:** add modifyEntry plugin supported ([ #1621 ] ( https://github.com/doczjs/docz/issues/1621 ) ) ([ 317987e] ( https://github.com/doczjs/docz/commit/317987e ) )
24
+ * ** gatsby-theme-docz:** configure SEO information from md/mdx files ([ #1477 ] ( https://github.com/doczjs/docz/issues/1477 ) ) ([ 24bb600] ( https://github.com/doczjs/docz/commit/24bb600 ) )
25
+ * ** gatsby-theme-docz:** no reload on relative links ([ #1482 ] ( https://github.com/doczjs/docz/issues/1482 ) ) ([ ff7211c] ( https://github.com/doczjs/docz/commit/ff7211c ) )
26
+
27
+
28
+
29
+
30
+
6
31
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
32
8
33
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * add gatsby https flag to use in dev mode ([ #1569 ] ( https://github.com/doczjs/docz/issues/1569 ) ) ([ 9d91503] ( https://github.com/doczjs/docz/commit/9d91503 ) )
17
+ * ** docz-core:** add modifyEntry plugin supported ([ #1621 ] ( https://github.com/doczjs/docz/issues/1621 ) ) ([ 317987e] ( https://github.com/doczjs/docz/commit/317987e ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-core" ,
3
- "version" : " 2.3.3-alpha .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " All docz core logic of bundle and parsing is included on this package" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
34
34
"chokidar" : " ^3.0.2" ,
35
35
"cross-spawn" : " ^7.0.2" ,
36
36
"detect-port" : " ^1.3.0" ,
37
- "docz-utils" : " 2.3.3-alpha .0" ,
37
+ "docz-utils" : " ^2.4 .0" ,
38
38
"env-dot-prop" : " ^2.0.1" ,
39
39
"fast-deep-equal" : " ^2.0.1" ,
40
40
"fast-glob" : " ^3.0.4" ,
44
44
"gatsby-plugin-typescript" : " ^2.1.6" ,
45
45
"get-pkg-repo" : " 4.1.1" ,
46
46
"humanize-string" : " ^2.1.0" ,
47
- "load-cfg" : " 2.3.3-alpha .0" ,
47
+ "load-cfg" : " ^2.4 .0" ,
48
48
"lodash" : " ^4.17.14" ,
49
49
"minimatch" : " ^3.0.4" ,
50
50
"open" : " ^7.0.3" ,
51
51
"ora" : " ^3.4.0" ,
52
52
"react-docgen" : " ^4.1.1" ,
53
- "react-docgen-actual-name-handler" : " 2.3.3-alpha .0" ,
53
+ "react-docgen-actual-name-handler" : " ^2.4 .0" ,
54
54
"react-docgen-external-proptypes-handler" : " ^1.0.3" ,
55
55
"react-docgen-typescript" : " ^2.1.0" ,
56
56
"recast" : " ^0.18.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** dev-env/basic:** building and running development ([ #1646 ] ( https://github.com/doczjs/docz/issues/1646 ) ) ([ 7baaaf2] ( https://github.com/doczjs/docz/commit/7baaaf2 ) )
12
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-rollup" ,
3
- "version" : " 2.3.3-alpha .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " src/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12
+ * ** docz-utils:** fix closing tag detection in ` removeTags ` ([ #1696 ] ( https://github.com/doczjs/docz/issues/1696 ) ) ([ bfcd923] ( https://github.com/doczjs/docz/commit/bfcd923 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz-utils" ,
3
- "version" : " 2.3.3-alpha .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Some methods used and utilities used on docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docz" ,
3
- "version" : " 2.3.3-alpha.1 " ,
3
+ "version" : " 2.4.0 " ,
4
4
"description" : " It's has never been so easy to documents your things!" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
32
32
"@mdx-js/react" : " ^1.0.27" ,
33
33
"array-sort" : " ^1.0.0" ,
34
34
"capitalize" : " ^2.0.0" ,
35
- "docz-core" : " 2.3.3-alpha .0" ,
35
+ "docz-core" : " ^2.4 .0" ,
36
36
"fast-deep-equal" : " ^2.0.1" ,
37
37
"gatsby" : " ^2.13.27" ,
38
38
"gatsby-plugin-eslint" : " ^2.0.5" ,
39
39
"gatsby-plugin-typescript" : " ^2.1.6" ,
40
- "gatsby-theme-docz" : " 2.3.3-alpha.1 " ,
40
+ "gatsby-theme-docz" : " ^2.4.0 " ,
41
41
"lodash" : " ^4.17.14" ,
42
42
"marksy" : " ^8.0.0" ,
43
43
"match-sorter" : " ^3.1.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12
+ * ** gatsby-theme-docz:** wrong imports ([ ed169cf] ( https://github.com/doczjs/docz/commit/ed169cf ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** gatsby-theme-docz:** configure SEO information from md/mdx files ([ #1477 ] ( https://github.com/doczjs/docz/issues/1477 ) ) ([ 24bb600] ( https://github.com/doczjs/docz/commit/24bb600 ) )
18
+ * ** gatsby-theme-docz:** no reload on relative links ([ #1482 ] ( https://github.com/doczjs/docz/issues/1482 ) ) ([ ff7211c] ( https://github.com/doczjs/docz/commit/ff7211c ) )
19
+
20
+
21
+
22
+
23
+
6
24
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
25
8
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-docz" ,
3
- "version" : " 2.3.3-alpha.1 " ,
3
+ "version" : " 2.4.0 " ,
4
4
"description" : " Gatsby theme created to use Docz" ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Pedro Nauck ([email protected] )" ,
27
27
"@mdx-js/mdx" : " ^1.1.0" ,
28
28
"@mdx-js/react" : " ^1.0.27" ,
29
29
"@theme-ui/typography" : " ^0.2.5" ,
30
- "babel-plugin-export-metadata" : " 2.3.3-alpha .0" ,
30
+ "babel-plugin-export-metadata" : " ^2.4 .0" ,
31
31
"copy-text-to-clipboard" : " ^2.1.0" ,
32
32
"fs-extra" : " ^8.1.0" ,
33
33
"gatsby" : " ^2.13.27" ,
49
49
"react-helmet-async" : " ^1.0.4" ,
50
50
"react-live" : " ^2.2.1" ,
51
51
"react-resize-detector" : " ^4.2.1" ,
52
- "rehype-docz" : " 2.3.3-alpha .0" ,
52
+ "rehype-docz" : " ^2.4 .0" ,
53
53
"rehype-slug" : " ^2.0.3" ,
54
- "remark-docz" : " 2.3.3-alpha .0" ,
54
+ "remark-docz" : " ^2.4 .0" ,
55
55
"remark-frontmatter" : " ^1.3.2" ,
56
56
"theme-ui" : " ^0.2.38" ,
57
57
"to-style" : " ^1.3.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rehype-docz" ,
3
- "version" : " 2.3.3-alpha .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Rehype plugin used by docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
26
26
},
27
27
"dependencies" : {
28
28
"brace" : " ^0.11.1" ,
29
- "docz-utils" : " 2.3.3-alpha .0" ,
29
+ "docz-utils" : " ^2.4 .0" ,
30
30
"hast-util-to-string" : " ^1.0.2" ,
31
31
"jsx-ast-utils" : " ^2.2.1" ,
32
32
"lodash" : " ^4.17.14" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark-docz" ,
3
- "version" : " 2.3.3-alpha .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Remark plugin used by docz" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** dev-env/basic:** building and running development ([ #1646 ] ( https://github.com/doczjs/docz/issues/1646 ) ) ([ 7baaaf2] ( https://github.com/doczjs/docz/commit/7baaaf2 ) )
12
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dev-env-basic" ,
3
3
"private" : true ,
4
- "version" : " 2.3.3-alpha .0" ,
4
+ "version" : " 2.4 .0" ,
5
5
"license" : " MIT" ,
6
6
"files" : [
7
7
" src/" ,
Original file line number Diff line number Diff line change 4
4
" core/**/*" ,
5
5
" other-packages/**/*"
6
6
],
7
- "version" : " 2.3.3-alpha .0" ,
7
+ "version" : " 2.4 .0" ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true
10
10
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** babel-plugin-export-metadata:** fix ` hasOwnProperty ` method call ([ #1581 ] ( https://github.com/doczjs/docz/issues/1581 ) ) ([ 9067ffb] ( https://github.com/doczjs/docz/commit/9067ffb ) )
12
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-export-metadata" ,
3
- "version" : " 2.3.3-alpha .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Add file metadata for function declarations" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.4.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.4.0 ) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** docz:** dependency issues ([ #1647 ] ( https://github.com/doczjs/docz/issues/1647 ) ) ([ 5bdca48] ( https://github.com/doczjs/docz/commit/5bdca48 ) )
12
+ * add functions never to eslint rule ([ #1487 ] ( https://github.com/doczjs/docz/issues/1487 ) ) ([ becd589] ( https://github.com/doczjs/docz/commit/becd589 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 2.3.3-alpha.0] ( https://github.com/doczjs/docz/compare/v2.3.2-alpha.0...v2.3.3-alpha.0 ) (2021-09-10)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-docz-js" ,
3
- "version" : " 2.3.3-alpha .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Eslint config of Docz for Javascript" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments