@patternfly/react-code-editor 5.0.0-alpha.6 → 5.0.0-alpha.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +580 -0
- package/README.md +4 -4
- package/dist/esm/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/esm/components/CodeEditor/CodeEditor.js +15 -13
- package/dist/esm/components/CodeEditor/CodeEditor.js.map +1 -1
- package/dist/esm/components/CodeEditor/CodeEditorControl.d.ts +1 -11
- package/dist/esm/components/CodeEditor/CodeEditorControl.d.ts.map +1 -1
- package/dist/esm/components/CodeEditor/CodeEditorControl.js +2 -25
- package/dist/esm/components/CodeEditor/CodeEditorControl.js.map +1 -1
- package/dist/js/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/js/components/CodeEditor/CodeEditor.js +25 -23
- package/dist/js/components/CodeEditor/CodeEditor.js.map +1 -1
- package/dist/js/components/CodeEditor/CodeEditorControl.d.ts +1 -11
- package/dist/js/components/CodeEditor/CodeEditorControl.d.ts.map +1 -1
- package/dist/js/components/CodeEditor/CodeEditorControl.js +2 -25
- package/dist/js/components/CodeEditor/CodeEditorControl.js.map +1 -1
- package/package.json +9 -9
- package/src/components/CodeEditor/CodeEditor.tsx +38 -27
- package/src/components/CodeEditor/CodeEditorControl.tsx +2 -76
- package/src/components/CodeEditor/__test__/CodeEditor.test.tsx +14 -0
- package/src/components/CodeEditor/__test__/__snapshots__/CodeEditor.test.tsx.snap +21 -30
- package/src/components/CodeEditor/examples/CodeEditorBasic.tsx +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,586 @@
|
|
|
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
|
+
# [5.0.0-alpha.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.59...@patternfly/react-code-editor@5.0.0-alpha.60) (2023-04-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
9
|
+
|
|
10
|
+
# [5.0.0-alpha.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.58...@patternfly/react-code-editor@5.0.0-alpha.59) (2023-04-06)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
13
|
+
|
|
14
|
+
# [5.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.57...@patternfly/react-code-editor@5.0.0-alpha.58) (2023-04-05)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
17
|
+
|
|
18
|
+
# [5.0.0-alpha.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.56...@patternfly/react-code-editor@5.0.0-alpha.57) (2023-04-05)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
21
|
+
|
|
22
|
+
# [5.0.0-alpha.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.55...@patternfly/react-code-editor@5.0.0-alpha.56) (2023-04-05)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
25
|
+
|
|
26
|
+
# [5.0.0-alpha.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.54...@patternfly/react-code-editor@5.0.0-alpha.55) (2023-04-05)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
29
|
+
|
|
30
|
+
# [5.0.0-alpha.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.53...@patternfly/react-code-editor@5.0.0-alpha.54) (2023-04-05)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
33
|
+
|
|
34
|
+
# [5.0.0-alpha.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.52...@patternfly/react-code-editor@5.0.0-alpha.53) (2023-04-04)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
37
|
+
|
|
38
|
+
# [5.0.0-alpha.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.51...@patternfly/react-code-editor@5.0.0-alpha.52) (2023-04-03)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
41
|
+
|
|
42
|
+
# [5.0.0-alpha.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.50...@patternfly/react-code-editor@5.0.0-alpha.51) (2023-03-27)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
45
|
+
|
|
46
|
+
# 5.0.0-alpha.50 (2023-03-27)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
49
|
+
|
|
50
|
+
# [5.0.0-alpha.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.48...@patternfly/react-code-editor@5.0.0-alpha.49) (2023-03-24)
|
|
51
|
+
|
|
52
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
53
|
+
|
|
54
|
+
# [5.0.0-alpha.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.47...@patternfly/react-code-editor@5.0.0-alpha.48) (2023-03-24)
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
- **CodeEditor:** fix typo in README ([#8849](https://github.com/patternfly/patternfly-react/issues/8849)) ([4579484](https://github.com/patternfly/patternfly-react/commit/4579484257d866e75b22325349f19940fb17c631))
|
|
59
|
+
|
|
60
|
+
# [5.0.0-alpha.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.46...@patternfly/react-code-editor@5.0.0-alpha.47) (2023-03-24)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
63
|
+
|
|
64
|
+
# [5.0.0-alpha.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.45...@patternfly/react-code-editor@5.0.0-alpha.46) (2023-03-24)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
67
|
+
|
|
68
|
+
# [5.0.0-alpha.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.44...@patternfly/react-code-editor@5.0.0-alpha.45) (2023-03-23)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
71
|
+
|
|
72
|
+
# [5.0.0-alpha.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.43...@patternfly/react-code-editor@5.0.0-alpha.44) (2023-03-23)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
75
|
+
|
|
76
|
+
# [5.0.0-alpha.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.42...@patternfly/react-code-editor@5.0.0-alpha.43) (2023-03-22)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
79
|
+
|
|
80
|
+
# 5.0.0-alpha.42 (2023-03-21)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
83
|
+
|
|
84
|
+
# [5.0.0-alpha.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.40...@patternfly/react-code-editor@5.0.0-alpha.41) (2023-03-20)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
87
|
+
|
|
88
|
+
# [5.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.39...@patternfly/react-code-editor@5.0.0-alpha.40) (2023-03-18)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
91
|
+
|
|
92
|
+
# [5.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.38...@patternfly/react-code-editor@5.0.0-alpha.39) (2023-03-17)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
95
|
+
|
|
96
|
+
# [5.0.0-alpha.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.37...@patternfly/react-code-editor@5.0.0-alpha.38) (2023-03-17)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
99
|
+
|
|
100
|
+
# [5.0.0-alpha.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.36...@patternfly/react-code-editor@5.0.0-alpha.37) (2023-03-17)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
103
|
+
|
|
104
|
+
# [5.0.0-alpha.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.35...@patternfly/react-code-editor@5.0.0-alpha.36) (2023-03-17)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
107
|
+
|
|
108
|
+
# [5.0.0-alpha.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.34...@patternfly/react-code-editor@5.0.0-alpha.35) (2023-03-15)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
111
|
+
|
|
112
|
+
# [5.0.0-alpha.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.33...@patternfly/react-code-editor@5.0.0-alpha.34) (2023-03-15)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
115
|
+
|
|
116
|
+
# [5.0.0-alpha.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.32...@patternfly/react-code-editor@5.0.0-alpha.33) (2023-03-13)
|
|
117
|
+
|
|
118
|
+
- EmptyState component cleanup to match core implementation (#8737) ([40dd9ad](https://github.com/patternfly/patternfly-react/commit/40dd9ad4b2ab32887c2f72a10eb78f2c4ee5ac4b)), closes [#8737](https://github.com/patternfly/patternfly-react/issues/8737) [#8555](https://github.com/patternfly/patternfly-react/issues/8555)
|
|
119
|
+
|
|
120
|
+
### BREAKING CHANGES
|
|
121
|
+
|
|
122
|
+
- closes #8555, fixes #8455
|
|
123
|
+
|
|
124
|
+
- docs(EmptyState): updated examples
|
|
125
|
+
|
|
126
|
+
updated examples of EmptyState usage on the PatternFly web to use new API
|
|
127
|
+
|
|
128
|
+
# [5.0.0-alpha.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.31...@patternfly/react-code-editor@5.0.0-alpha.32) (2023-03-13)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
131
|
+
|
|
132
|
+
# [5.0.0-alpha.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.30...@patternfly/react-code-editor@5.0.0-alpha.31) (2023-03-10)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
135
|
+
|
|
136
|
+
# [5.0.0-alpha.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.29...@patternfly/react-code-editor@5.0.0-alpha.30) (2023-03-09)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
139
|
+
|
|
140
|
+
# [5.0.0-alpha.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.28...@patternfly/react-code-editor@5.0.0-alpha.29) (2023-03-09)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
143
|
+
|
|
144
|
+
# [5.0.0-alpha.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.27...@patternfly/react-code-editor@5.0.0-alpha.28) (2023-03-09)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
147
|
+
|
|
148
|
+
# [5.0.0-alpha.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.26...@patternfly/react-code-editor@5.0.0-alpha.27) (2023-03-08)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
151
|
+
|
|
152
|
+
# [5.0.0-alpha.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.25...@patternfly/react-code-editor@5.0.0-alpha.26) (2023-03-07)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
155
|
+
|
|
156
|
+
# [5.0.0-alpha.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.24...@patternfly/react-code-editor@5.0.0-alpha.25) (2023-03-04)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
159
|
+
|
|
160
|
+
# [5.0.0-alpha.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.23...@patternfly/react-code-editor@5.0.0-alpha.24) (2023-03-03)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
163
|
+
|
|
164
|
+
# [5.0.0-alpha.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.22...@patternfly/react-code-editor@5.0.0-alpha.23) (2023-03-03)
|
|
165
|
+
|
|
166
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
167
|
+
|
|
168
|
+
# [5.0.0-alpha.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.21...@patternfly/react-code-editor@5.0.0-alpha.22) (2023-03-02)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
171
|
+
|
|
172
|
+
# [5.0.0-alpha.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.20...@patternfly/react-code-editor@5.0.0-alpha.21) (2023-03-02)
|
|
173
|
+
|
|
174
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
175
|
+
|
|
176
|
+
# 5.0.0-alpha.20 (2023-03-02)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
179
|
+
|
|
180
|
+
# [5.0.0-alpha.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.18...@patternfly/react-code-editor@5.0.0-alpha.19) (2023-03-01)
|
|
181
|
+
|
|
182
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
183
|
+
|
|
184
|
+
# [5.0.0-alpha.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.17...@patternfly/react-code-editor@5.0.0-alpha.18) (2023-03-01)
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
- **Checkbox:** changed order of onChange params ([#8750](https://github.com/patternfly/patternfly-react/issues/8750)) ([0a87f55](https://github.com/patternfly/patternfly-react/commit/0a87f554e4cf3abb99de8f2ccd53737f0cf489b1))
|
|
189
|
+
|
|
190
|
+
# [5.0.0-alpha.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.16...@patternfly/react-code-editor@5.0.0-alpha.17) (2023-03-01)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
193
|
+
|
|
194
|
+
# [5.0.0-alpha.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.15...@patternfly/react-code-editor@5.0.0-alpha.16) (2023-02-28)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
197
|
+
|
|
198
|
+
# [5.0.0-alpha.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.14...@patternfly/react-code-editor@5.0.0-alpha.15) (2023-02-27)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
201
|
+
|
|
202
|
+
# 5.0.0-alpha.14 (2023-02-22)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
205
|
+
|
|
206
|
+
# [5.0.0-alpha.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.12...@patternfly/react-code-editor@5.0.0-alpha.13) (2023-02-16)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
209
|
+
|
|
210
|
+
# [5.0.0-alpha.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.11...@patternfly/react-code-editor@5.0.0-alpha.12) (2023-02-15)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
213
|
+
|
|
214
|
+
# [5.0.0-alpha.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.10...@patternfly/react-code-editor@5.0.0-alpha.11) (2023-02-10)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
217
|
+
|
|
218
|
+
# [5.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.9...@patternfly/react-code-editor@5.0.0-alpha.10) (2023-02-10)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
221
|
+
|
|
222
|
+
# [5.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.8...@patternfly/react-code-editor@5.0.0-alpha.9) (2023-02-09)
|
|
223
|
+
|
|
224
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
225
|
+
|
|
226
|
+
# [5.0.0-alpha.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.7...@patternfly/react-code-editor@5.0.0-alpha.8) (2023-02-08)
|
|
227
|
+
|
|
228
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
229
|
+
|
|
230
|
+
# [5.0.0-alpha.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.6...@patternfly/react-code-editor@5.0.0-alpha.7) (2023-02-08)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
233
|
+
|
|
234
|
+
## [4.82.113](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.112...@patternfly/react-code-editor@4.82.113) (2023-01-27)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
237
|
+
|
|
238
|
+
## 4.82.112 (2023-01-24)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
241
|
+
|
|
242
|
+
## [4.82.111](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.110...@patternfly/react-code-editor@4.82.111) (2023-01-23)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
245
|
+
|
|
246
|
+
## [4.82.110](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.109...@patternfly/react-code-editor@4.82.110) (2023-01-23)
|
|
247
|
+
|
|
248
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
249
|
+
|
|
250
|
+
## [4.82.109](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.108...@patternfly/react-code-editor@4.82.109) (2023-01-20)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
253
|
+
|
|
254
|
+
## [4.82.108](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.107...@patternfly/react-code-editor@4.82.108) (2023-01-20)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
257
|
+
|
|
258
|
+
## [4.82.107](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.106...@patternfly/react-code-editor@4.82.107) (2023-01-19)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
261
|
+
|
|
262
|
+
## 4.82.106 (2023-01-19)
|
|
263
|
+
|
|
264
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
265
|
+
|
|
266
|
+
## [4.82.105](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.104...@patternfly/react-code-editor@4.82.105) (2023-01-19)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
269
|
+
|
|
270
|
+
## [4.82.104](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.103...@patternfly/react-code-editor@4.82.104) (2023-01-19)
|
|
271
|
+
|
|
272
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
273
|
+
|
|
274
|
+
## [4.82.103](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.102...@patternfly/react-code-editor@4.82.103) (2023-01-19)
|
|
275
|
+
|
|
276
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
277
|
+
|
|
278
|
+
## 4.82.102 (2023-01-18)
|
|
279
|
+
|
|
280
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
281
|
+
|
|
282
|
+
## [4.82.101](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.100...@patternfly/react-code-editor@4.82.101) (2023-01-18)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
285
|
+
|
|
286
|
+
## 4.82.100 (2023-01-18)
|
|
287
|
+
|
|
288
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
289
|
+
|
|
290
|
+
## [4.82.99](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.98...@patternfly/react-code-editor@4.82.99) (2023-01-17)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
293
|
+
|
|
294
|
+
## [4.82.98](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.97...@patternfly/react-code-editor@4.82.98) (2023-01-16)
|
|
295
|
+
|
|
296
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
297
|
+
|
|
298
|
+
## [4.82.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.96...@patternfly/react-code-editor@4.82.97) (2023-01-13)
|
|
299
|
+
|
|
300
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
301
|
+
|
|
302
|
+
## [4.82.96](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.95...@patternfly/react-code-editor@4.82.96) (2023-01-13)
|
|
303
|
+
|
|
304
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
305
|
+
|
|
306
|
+
## [4.82.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.94...@patternfly/react-code-editor@4.82.95) (2023-01-13)
|
|
307
|
+
|
|
308
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
309
|
+
|
|
310
|
+
## [4.82.94](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.93...@patternfly/react-code-editor@4.82.94) (2023-01-12)
|
|
311
|
+
|
|
312
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
313
|
+
|
|
314
|
+
## 4.82.93 (2023-01-11)
|
|
315
|
+
|
|
316
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
317
|
+
|
|
318
|
+
## [4.82.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.91...@patternfly/react-code-editor@4.82.92) (2023-01-11)
|
|
319
|
+
|
|
320
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
321
|
+
|
|
322
|
+
## 4.82.91 (2023-01-09)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
325
|
+
|
|
326
|
+
## [4.82.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.89...@patternfly/react-code-editor@4.82.90) (2023-01-06)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
329
|
+
|
|
330
|
+
## 4.82.89 (2023-01-06)
|
|
331
|
+
|
|
332
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
333
|
+
|
|
334
|
+
## [4.82.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.87...@patternfly/react-code-editor@4.82.88) (2023-01-06)
|
|
335
|
+
|
|
336
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
337
|
+
|
|
338
|
+
## [4.82.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.86...@patternfly/react-code-editor@4.82.87) (2023-01-05)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
341
|
+
|
|
342
|
+
## [4.82.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.85...@patternfly/react-code-editor@4.82.86) (2023-01-05)
|
|
343
|
+
|
|
344
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
345
|
+
|
|
346
|
+
## [4.82.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.84...@patternfly/react-code-editor@4.82.85) (2023-01-04)
|
|
347
|
+
|
|
348
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
349
|
+
|
|
350
|
+
## 4.82.84 (2023-01-04)
|
|
351
|
+
|
|
352
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
353
|
+
|
|
354
|
+
## 4.82.83 (2022-12-19)
|
|
355
|
+
|
|
356
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
357
|
+
|
|
358
|
+
## [4.82.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.81...@patternfly/react-code-editor@4.82.82) (2022-12-12)
|
|
359
|
+
|
|
360
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
361
|
+
|
|
362
|
+
## [4.82.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.80...@patternfly/react-code-editor@4.82.81) (2022-12-09)
|
|
363
|
+
|
|
364
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
365
|
+
|
|
366
|
+
## [4.82.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.79...@patternfly/react-code-editor@4.82.80) (2022-12-08)
|
|
367
|
+
|
|
368
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
369
|
+
|
|
370
|
+
## [4.82.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.78...@patternfly/react-code-editor@4.82.79) (2022-12-08)
|
|
371
|
+
|
|
372
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
373
|
+
|
|
374
|
+
## 4.82.78 (2022-12-08)
|
|
375
|
+
|
|
376
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
377
|
+
|
|
378
|
+
## 4.82.77 (2022-12-08)
|
|
379
|
+
|
|
380
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
381
|
+
|
|
382
|
+
## [4.82.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.75...@patternfly/react-code-editor@4.82.76) (2022-12-07)
|
|
383
|
+
|
|
384
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
385
|
+
|
|
386
|
+
## [4.82.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.74...@patternfly/react-code-editor@4.82.75) (2022-12-07)
|
|
387
|
+
|
|
388
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
389
|
+
|
|
390
|
+
## [4.82.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.73...@patternfly/react-code-editor@4.82.74) (2022-12-06)
|
|
391
|
+
|
|
392
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
393
|
+
|
|
394
|
+
## [4.82.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.72...@patternfly/react-code-editor@4.82.73) (2022-12-06)
|
|
395
|
+
|
|
396
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
397
|
+
|
|
398
|
+
## [4.82.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.71...@patternfly/react-code-editor@4.82.72) (2022-12-06)
|
|
399
|
+
|
|
400
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
401
|
+
|
|
402
|
+
## 4.82.71 (2022-12-06)
|
|
403
|
+
|
|
404
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
405
|
+
|
|
406
|
+
## [4.82.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.69...@patternfly/react-code-editor@4.82.70) (2022-12-05)
|
|
407
|
+
|
|
408
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
409
|
+
|
|
410
|
+
## 4.82.69 (2022-12-01)
|
|
411
|
+
|
|
412
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
413
|
+
|
|
414
|
+
## 4.82.68 (2022-11-30)
|
|
415
|
+
|
|
416
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
417
|
+
|
|
418
|
+
## [4.82.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.66...@patternfly/react-code-editor@4.82.67) (2022-11-16)
|
|
419
|
+
|
|
420
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
421
|
+
|
|
422
|
+
## [4.82.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.65...@patternfly/react-code-editor@4.82.66) (2022-11-15)
|
|
423
|
+
|
|
424
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
425
|
+
|
|
426
|
+
## [4.82.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.64...@patternfly/react-code-editor@4.82.65) (2022-11-15)
|
|
427
|
+
|
|
428
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
429
|
+
|
|
430
|
+
## [4.82.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.63...@patternfly/react-code-editor@4.82.64) (2022-11-09)
|
|
431
|
+
|
|
432
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
433
|
+
|
|
434
|
+
## [4.82.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.62...@patternfly/react-code-editor@4.82.63) (2022-11-09)
|
|
435
|
+
|
|
436
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
437
|
+
|
|
438
|
+
## [4.82.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.61...@patternfly/react-code-editor@4.82.62) (2022-11-08)
|
|
439
|
+
|
|
440
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
441
|
+
|
|
442
|
+
## [4.82.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.60...@patternfly/react-code-editor@4.82.61) (2022-11-07)
|
|
443
|
+
|
|
444
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
445
|
+
|
|
446
|
+
## [4.82.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.59...@patternfly/react-code-editor@4.82.60) (2022-11-07)
|
|
447
|
+
|
|
448
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
449
|
+
|
|
450
|
+
## [4.82.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.58...@patternfly/react-code-editor@4.82.59) (2022-11-07)
|
|
451
|
+
|
|
452
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
453
|
+
|
|
454
|
+
## [4.82.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.57...@patternfly/react-code-editor@4.82.58) (2022-11-04)
|
|
455
|
+
|
|
456
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
457
|
+
|
|
458
|
+
## 4.82.57 (2022-11-04)
|
|
459
|
+
|
|
460
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
461
|
+
|
|
462
|
+
## 4.82.56 (2022-11-01)
|
|
463
|
+
|
|
464
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
465
|
+
|
|
466
|
+
## [4.82.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.54...@patternfly/react-code-editor@4.82.55) (2022-10-27)
|
|
467
|
+
|
|
468
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
469
|
+
|
|
470
|
+
## [4.82.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.53...@patternfly/react-code-editor@4.82.54) (2022-10-26)
|
|
471
|
+
|
|
472
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
473
|
+
|
|
474
|
+
## [4.82.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.52...@patternfly/react-code-editor@4.82.53) (2022-10-26)
|
|
475
|
+
|
|
476
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
477
|
+
|
|
478
|
+
## 4.82.52 (2022-10-25)
|
|
479
|
+
|
|
480
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
481
|
+
|
|
482
|
+
## [4.82.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.50...@patternfly/react-code-editor@4.82.51) (2022-10-24)
|
|
483
|
+
|
|
484
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
485
|
+
|
|
486
|
+
## [4.82.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.49...@patternfly/react-code-editor@4.82.50) (2022-10-24)
|
|
487
|
+
|
|
488
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
489
|
+
|
|
490
|
+
## [4.82.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.48...@patternfly/react-code-editor@4.82.49) (2022-10-24)
|
|
491
|
+
|
|
492
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
493
|
+
|
|
494
|
+
## [4.82.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.47...@patternfly/react-code-editor@4.82.48) (2022-10-24)
|
|
495
|
+
|
|
496
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
497
|
+
|
|
498
|
+
## [4.82.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.46...@patternfly/react-code-editor@4.82.47) (2022-10-22)
|
|
499
|
+
|
|
500
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
501
|
+
|
|
502
|
+
## [4.82.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.45...@patternfly/react-code-editor@4.82.46) (2022-10-21)
|
|
503
|
+
|
|
504
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
505
|
+
|
|
506
|
+
## [4.82.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.44...@patternfly/react-code-editor@4.82.45) (2022-10-21)
|
|
507
|
+
|
|
508
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
509
|
+
|
|
510
|
+
## [4.82.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.43...@patternfly/react-code-editor@4.82.44) (2022-10-21)
|
|
511
|
+
|
|
512
|
+
### Bug Fixes
|
|
513
|
+
|
|
514
|
+
- **CodeEditor:** use codeEditorControls and clean up overall ([#7931](https://github.com/patternfly/patternfly-react/issues/7931)) ([69d5937](https://github.com/patternfly/patternfly-react/commit/69d5937fd5fa56ace7543a740ba253bdc851009e))
|
|
515
|
+
|
|
516
|
+
## [4.82.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.42...@patternfly/react-code-editor@4.82.43) (2022-10-20)
|
|
517
|
+
|
|
518
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
519
|
+
|
|
520
|
+
## [4.82.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.41...@patternfly/react-code-editor@4.82.42) (2022-10-19)
|
|
521
|
+
|
|
522
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
523
|
+
|
|
524
|
+
## [4.82.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.40...@patternfly/react-code-editor@4.82.41) (2022-10-18)
|
|
525
|
+
|
|
526
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
527
|
+
|
|
528
|
+
## [4.82.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.39...@patternfly/react-code-editor@4.82.40) (2022-10-18)
|
|
529
|
+
|
|
530
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
531
|
+
|
|
532
|
+
## [4.82.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.38...@patternfly/react-code-editor@4.82.39) (2022-10-17)
|
|
533
|
+
|
|
534
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
535
|
+
|
|
536
|
+
## [4.82.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.37...@patternfly/react-code-editor@4.82.38) (2022-10-14)
|
|
537
|
+
|
|
538
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
539
|
+
|
|
540
|
+
## [4.82.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.36...@patternfly/react-code-editor@4.82.37) (2022-10-14)
|
|
541
|
+
|
|
542
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
543
|
+
|
|
544
|
+
## [4.82.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.35...@patternfly/react-code-editor@4.82.36) (2022-10-14)
|
|
545
|
+
|
|
546
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
547
|
+
|
|
548
|
+
## [4.82.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.34...@patternfly/react-code-editor@4.82.35) (2022-10-13)
|
|
549
|
+
|
|
550
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
551
|
+
|
|
552
|
+
## [4.82.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.33...@patternfly/react-code-editor@4.82.34) (2022-10-13)
|
|
553
|
+
|
|
554
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
555
|
+
|
|
556
|
+
## [4.82.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.32...@patternfly/react-code-editor@4.82.33) (2022-10-13)
|
|
557
|
+
|
|
558
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
559
|
+
|
|
560
|
+
## [4.82.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.31...@patternfly/react-code-editor@4.82.32) (2022-10-12)
|
|
561
|
+
|
|
562
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
563
|
+
|
|
564
|
+
## [4.82.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.30...@patternfly/react-code-editor@4.82.31) (2022-10-12)
|
|
565
|
+
|
|
566
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
567
|
+
|
|
568
|
+
## [4.82.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.29...@patternfly/react-code-editor@4.82.30) (2022-10-12)
|
|
569
|
+
|
|
570
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
571
|
+
|
|
572
|
+
## [4.82.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.28...@patternfly/react-code-editor@4.82.29) (2022-10-12)
|
|
573
|
+
|
|
574
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
575
|
+
|
|
576
|
+
## 4.82.28 (2022-10-12)
|
|
577
|
+
|
|
578
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
579
|
+
|
|
580
|
+
## [4.82.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.26...@patternfly/react-code-editor@4.82.27) (2022-10-10)
|
|
581
|
+
|
|
582
|
+
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
583
|
+
|
|
584
|
+
## [4.82.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.25...@patternfly/react-code-editor@4.82.26) (2022-10-05)
|
|
585
|
+
|
|
6
586
|
# [5.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.5...@patternfly/react-code-editor@5.0.0-alpha.6) (2023-02-02)
|
|
7
587
|
|
|
8
588
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
package/README.md
CHANGED
|
@@ -47,9 +47,9 @@ Install peer deps
|
|
|
47
47
|
```json
|
|
48
48
|
"monaco-editor": "^0.21.3",
|
|
49
49
|
"monaco-editor-webpack-plugin": "^2.1.0",
|
|
50
|
-
"react": "^
|
|
51
|
-
"react-dom": "^
|
|
52
|
-
"react-monaco-editor": "^0.
|
|
50
|
+
"react": "^17 || ^18",
|
|
51
|
+
"react-dom": "^17 || ^18",
|
|
52
|
+
"react-monaco-editor": "^0.51.0"
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
To properly install the library `monaco-editor-webpack-plugin` be sure to follow the [plugin instructions](https://github.com/microsoft/monaco-editor/tree/main/webpack-plugin)
|
|
@@ -72,7 +72,7 @@ Next, replace all of the `react-script` references in your `package.json` `scrip
|
|
|
72
72
|
}
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
-
Next, create a `config-
|
|
75
|
+
Next, create a `config-overrides.js` file at the root of your project and add the following:
|
|
76
76
|
|
|
77
77
|
```javascript
|
|
78
78
|
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeEditor/CodeEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,
|
|
1
|
+
{"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeEditor/CodeEditor.tsx"],"names":[],"mappings":"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"}
|