@@ -6,6 +6,150 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.0.2]
10
+ ### Uncategorized
11
+ - Change json-schema-viewer back to stoplight ([ #7 ] ( https://github.com/MetaMask/openrpc-docs-react/pull/7 ) )
12
+ - Fixed tests that used ESM ([ #8 ] ( https://github.com/MetaMask/openrpc-docs-react/pull/8 ) )
13
+ - fix: remove unused deps ([ #6 ] ( https://github.com/MetaMask/openrpc-docs-react/pull/6 ) )
14
+ - 0.0.1 ([ #5 ] ( https://github.com/MetaMask/openrpc-docs-react/pull/5 ) )
15
+ - Changed CODEOWNERS
16
+ - Changed README and package name
17
+ - Fixed tests
18
+ - Fixed tests and linting
19
+ - Added metamask module template
20
+ - Use fork of stoplight and fixup content descriptor formatting
21
+ - Remove the schema heading
22
+ - Add padding to sections inside of methods
23
+ - Change text for interactive method
24
+ - Update method formatting
25
+ - Remove data section of error table
26
+ - remove circle ci stuff that isnt used
27
+ - Bumped version in package.json
28
+ - Fixed query string decoding and readable url with querystring
29
+ - Changed package name
30
+ - Added query string support for sharing filled out requests
31
+ - Fixed input widths + remove console logs + padding on headers
32
+ - Fixed react-json-view
33
+ - Fixed react-json-view imports
34
+ - Removed react-json-view
35
+ - Added default example pairings and better styling for inline errors
36
+ - wip
37
+ - get stoplight/json-schema-viewer working
38
+ - Added method tsx and initial tests
39
+ - Fixed some styles up to look a little cleaner
40
+ - wip
41
+ - Forked from @open-rpc/docs-react
42
+ - feat: add onMethodToggle
43
+ - fix: method expanded guards
44
+ - fix: add method as id to expansion panel for deep linking
45
+ - feat: per method default expanded uiSchema
46
+ - feat: add uiSchema to hide contentDescriptors
47
+ - fix: add syntax highlighted markdown tests
48
+ - fix: use commonjs version of prism styles
49
+ - fix: add markdown code syntax highlighting
50
+ - fix: add syntax highlighted markdown
51
+ - fix: paramStructure examples support
52
+ - fix: improve test coverage of Documentation component
53
+ - fix: add test for multiple fallback examples
54
+ - fix: dont use existing object for example pairings fallback
55
+ - fix: ts version
56
+ - fix: add coverage for onClick
57
+ - fix: add test coverage for schema.examples
58
+ - fix: remove guard for method.examples to allow schema.examples fallback
59
+ - fix: improve test coverage
60
+ - fix: fallback example pairings to schema examples
61
+ - fix(examplePairing): add more test coverage
62
+ - Merge branch 'fix/example-pairing-by-name' of https://github.com/open-rpc/docs-react into fix/example-pairing-by-name
63
+ - fix(examplePairing): add tests for by-name and empty position
64
+ - Update README.md
65
+ - fix: add examples paramStructure by-name support
66
+ - fix(tests): jest + root level test
67
+ - feat: add json schem to react tree to better visualize json schema
68
+ - fix: content descriptors should overflow-x scroll
69
+ - fix(JSON Schema Objects): display key names and title separately
70
+ - fix: json schema object render
71
+ - fix: true/false display
72
+ - fix: add color map for json schema types
73
+ - fix: handle recursive json schema
74
+ - Update src/Methods/Methods.tsx
75
+ - Update src/Methods/Methods.test.tsx
76
+ - fix: add defaultExpanded test
77
+ - fix: test disableTransitionProps
78
+ - fix(tests): add disableTransitionProps
79
+ - fix: remove unneeded IState
80
+ - fix: add transition props + upgrade react
81
+ - build(deps-dev): bump typescript from 3.5.1 to 3.6.3
82
+ - build(deps-dev): bump jest from 24.8.0 to 24.9.0
83
+ - build(deps): bump @open-rpc/examples from 1.3.3 to 1.3.4
84
+ - feat: add method plugin + fix dark theme descriptions
85
+ - build(deps-dev): bump typescript from 3.5.1 to 3.5.3
86
+ - build(deps-dev): bump @open-rpc/meta-schema from 1.4.3 to 1.5.3
87
+ - build(deps): bump lodash from 4.17.11 to 4.17.13
88
+ - fix: update examples
89
+ - fix: bump meta-schema version
90
+ - build(deps-dev): bump tslint from 5.17.0 to 5.18.0
91
+ - build(deps): bump react-markdown from 4.0.8 to 4.1.0
92
+ - build(deps-dev): bump @types/lodash from 4.14.134 to 4.14.135
93
+ - build(deps-dev): bump @types/jest from 24.0.13 to 24.0.15
94
+ - build(deps-dev): bump json-schema-ref-parser from 6.1.0 to 7.0.1
95
+ - build(deps-dev): bump @types/lodash from 4.14.130 to 4.14.134
96
+ - build(deps): bump @open-rpc/examples from 1.3.1 to 1.3.3
97
+ - build(deps-dev): bump tslint from 5.16.0 to 5.17.0
98
+ - build(deps-dev): bump @types/node from 12.0.2 to 12.0.4
99
+ - build(deps-dev): bump typescript from 3.4.5 to 3.5.1
100
+ - build(deps-dev): bump @types/lodash from 4.14.129 to 4.14.130
101
+ - build(deps-dev): bump @types/node from 11.12.1 to 12.0.2
102
+ - build(deps-dev): bump @types/lodash from 4.14.125 to 4.14.129
103
+ - build(deps-dev): bump @types/jest from 24.0.12 to 24.0.13
104
+ - build(deps-dev): bump @types/lodash from 4.14.124 to 4.14.125
105
+ - Merge branch 'master' into fix/export_more_components
106
+ - build(deps-dev): bump @types/lodash from 4.14.123 to 4.14.124
107
+ - fix(exports): expose more than Documentation component
108
+ - fix(JSON Schema): nested items/objects and oneOf
109
+ - build(deps-dev): bump jest from 24.7.1 to 24.8.0
110
+ - build(deps): bump @open-rpc/examples from 1.3.0 to 1.3.1
111
+ - build(deps): bump react-dom from 16.8.5 to 16.8.6
112
+ - build(deps): bump react from 16.8.5 to 16.8.6
113
+ - build(deps): bump @material-ui/core from 3.9.2 to 3.9.3
114
+ - build(deps-dev): bump @types/react-dom from 16.8.3 to 16.8.4
115
+ - build(deps-dev): bump ts-jest from 24.0.0 to 24.0.2
116
+ - build(deps): bump react-markdown from 4.0.6 to 4.0.8
117
+ - build(deps-dev): bump tslint from 5.14.0 to 5.16.0
118
+ - build(deps-dev): bump typescript from 3.4.2 to 3.4.5
119
+ - build(deps-dev): bump @types/jest from 24.0.11 to 24.0.12
120
+ - fix: npm audit fix
121
+ - fix: upgrade meta schema to 1.3.2
122
+ - chore(ci): add ci support for forked PRs
123
+ - build(deps-dev): bump typescript from 3.3.4000 to 3.4.2
124
+ - build(deps-dev): bump jest from 24.5.0 to 24.7.1
125
+ - fix: tags
126
+ - fix: add tags
127
+ - build(deps-dev): bump @types/node from 11.12.0 to 11.12.1
128
+ - build(deps-dev): bump @types/node from 11.11.7 to 11.12.0
129
+ - build(deps): bump react-dom from 16.8.4 to 16.8.5
130
+ - build(deps): bump react from 16.8.4 to 16.8.5
131
+ - build(deps-dev): bump @types/node from 11.11.4 to 11.11.7
132
+ - build(deps): bump @open-rpc/meta-schema from 1.1.0 to 1.2.1
133
+ - fix: remove whitespace from .releaserc
134
+ - fix: add tagFormat to releaserc
135
+ - Merge branch 'master' into fix/add-server-variables
136
+ - fix: add server variables
137
+ - fix: duplicate method keys
138
+ - fix: add links support
139
+ - fix: add example result screenshot to readme
140
+ - fix: better create-react-app example
141
+ - fix: create-react-app command
142
+ - fix: write readme on how to use
143
+ - fix: allow react tree json options as any
144
+ - fix: require schema for documentation
145
+ - fix: remove private from package.json
146
+ - fix: use package.json version from semantic-release
147
+ - fix: add linting
148
+ - fix: jest for npm test
149
+ - fix: change package.json version
150
+ - feat: add circle config with semantic release
151
+ - feat: initial commit
152
+
9
153
## [ 0.0.1]
10
154
### Uncategorized
11
155
- Changed CODEOWNERS
@@ -146,5 +290,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146
290
- feat: add circle config with semantic release
147
291
- feat: initial commit
148
292
149
- [ Unreleased ] : https://github.com/MetaMask/openrpc-docs-react/compare/v0.0.1...HEAD
293
+ [ Unreleased ] : https://github.com/MetaMask/openrpc-docs-react/compare/v0.0.2...HEAD
294
+ [ 0.0.2 ] : https://github.com/MetaMask/openrpc-docs-react/compare/v0.0.1...v0.0.2
150
295
[ 0.0.1 ] : https://github.com/MetaMask/openrpc-docs-react/releases/tag/v0.0.1
0 commit comments