@patternfly/react-code-editor 6.0.0-alpha.7 → 6.0.0-alpha.71

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.
Files changed (24) hide show
  1. package/CHANGELOG.md +810 -0
  2. package/README.md +37 -40
  3. package/dist/esm/components/CodeEditor/CodeEditor.d.ts +8 -2
  4. package/dist/esm/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  5. package/dist/esm/components/CodeEditor/CodeEditor.js +47 -41
  6. package/dist/esm/components/CodeEditor/CodeEditor.js.map +1 -1
  7. package/dist/esm/components/CodeEditor/CodeEditorControl.js +1 -1
  8. package/dist/esm/components/CodeEditor/CodeEditorControl.js.map +1 -1
  9. package/dist/js/components/CodeEditor/CodeEditor.d.ts +8 -2
  10. package/dist/js/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  11. package/dist/js/components/CodeEditor/CodeEditor.js +47 -41
  12. package/dist/js/components/CodeEditor/CodeEditor.js.map +1 -1
  13. package/dist/js/components/CodeEditor/CodeEditorControl.js +1 -1
  14. package/dist/js/components/CodeEditor/CodeEditorControl.js.map +1 -1
  15. package/package.json +9 -10
  16. package/src/components/CodeEditor/CodeEditor.tsx +77 -65
  17. package/src/components/CodeEditor/CodeEditorControl.tsx +1 -1
  18. package/src/components/CodeEditor/__test__/CodeEditor.test.tsx +69 -39
  19. package/src/components/CodeEditor/__test__/CodeEditorControl.test.tsx +18 -0
  20. package/src/components/CodeEditor/__test__/__snapshots__/CodeEditor.test.tsx.snap +104 -536
  21. package/src/components/CodeEditor/__test__/__snapshots__/CodeEditorControl.test.tsx.snap +22 -0
  22. package/src/components/CodeEditor/examples/CodeEditor.md +5 -0
  23. package/src/components/CodeEditor/examples/CodeEditorCustomControl.tsx +2 -1
  24. package/src/components/CodeEditor/examples/CodeEditorShortcutMainHeader.tsx +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,520 @@
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
+ # [6.0.0-alpha.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.70...@patternfly/react-code-editor@6.0.0-alpha.71) (2024-06-25)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-code-editor
9
+
10
+ # [6.0.0-alpha.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.69...@patternfly/react-code-editor@6.0.0-alpha.70) (2024-06-20)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-code-editor
13
+
14
+ # [6.0.0-alpha.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.68...@patternfly/react-code-editor@6.0.0-alpha.69) (2024-06-13)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-code-editor
17
+
18
+ # [6.0.0-alpha.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.67...@patternfly/react-code-editor@6.0.0-alpha.68) (2024-06-12)
19
+
20
+ **Note:** Version bump only for package @patternfly/react-code-editor
21
+
22
+ # [6.0.0-alpha.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.66...@patternfly/react-code-editor@6.0.0-alpha.67) (2024-06-11)
23
+
24
+ **Note:** Version bump only for package @patternfly/react-code-editor
25
+
26
+ # [6.0.0-alpha.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.65...@patternfly/react-code-editor@6.0.0-alpha.66) (2024-06-06)
27
+
28
+ **Note:** Version bump only for package @patternfly/react-code-editor
29
+
30
+ # [6.0.0-alpha.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.64...@patternfly/react-code-editor@6.0.0-alpha.65) (2024-06-06)
31
+
32
+ **Note:** Version bump only for package @patternfly/react-code-editor
33
+
34
+ # [6.0.0-alpha.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.63...@patternfly/react-code-editor@6.0.0-alpha.64) (2024-06-05)
35
+
36
+ **Note:** Version bump only for package @patternfly/react-code-editor
37
+
38
+ # [6.0.0-alpha.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.62...@patternfly/react-code-editor@6.0.0-alpha.63) (2024-06-05)
39
+
40
+ **Note:** Version bump only for package @patternfly/react-code-editor
41
+
42
+ # [6.0.0-alpha.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.61...@patternfly/react-code-editor@6.0.0-alpha.62) (2024-06-04)
43
+
44
+ **Note:** Version bump only for package @patternfly/react-code-editor
45
+
46
+ # [6.0.0-alpha.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.60...@patternfly/react-code-editor@6.0.0-alpha.61) (2024-05-31)
47
+
48
+ **Note:** Version bump only for package @patternfly/react-code-editor
49
+
50
+ # 6.0.0-alpha.60 (2024-05-23)
51
+
52
+ **Note:** Version bump only for package @patternfly/react-code-editor
53
+
54
+ # [6.0.0-alpha.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.58...@patternfly/react-code-editor@6.0.0-alpha.59) (2024-05-21)
55
+
56
+ **Note:** Version bump only for package @patternfly/react-code-editor
57
+
58
+ # [6.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.57...@patternfly/react-code-editor@6.0.0-alpha.58) (2024-05-16)
59
+
60
+ **Note:** Version bump only for package @patternfly/react-code-editor
61
+
62
+ # [6.0.0-alpha.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.56...@patternfly/react-code-editor@6.0.0-alpha.57) (2024-05-15)
63
+
64
+ **Note:** Version bump only for package @patternfly/react-code-editor
65
+
66
+ # [6.0.0-alpha.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.55...@patternfly/react-code-editor@6.0.0-alpha.56) (2024-05-08)
67
+
68
+ **Note:** Version bump only for package @patternfly/react-code-editor
69
+
70
+ # [6.0.0-alpha.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.54...@patternfly/react-code-editor@6.0.0-alpha.55) (2024-05-03)
71
+
72
+ **Note:** Version bump only for package @patternfly/react-code-editor
73
+
74
+ # [6.0.0-alpha.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.53...@patternfly/react-code-editor@6.0.0-alpha.54) (2024-04-29)
75
+
76
+ **Note:** Version bump only for package @patternfly/react-code-editor
77
+
78
+ # 6.0.0-alpha.53 (2024-04-26)
79
+
80
+ ### Bug Fixes
81
+
82
+ - **helpers:** Updated OUIA ID prefix to PF6 ([#10292](https://github.com/patternfly/patternfly-react/issues/10292)) ([1c7af7a](https://github.com/patternfly/patternfly-react/commit/1c7af7ab9f352b9ad02caabb1deef08cf69e0950))
83
+
84
+ # [6.0.0-alpha.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.51...@patternfly/react-code-editor@6.0.0-alpha.52) (2024-04-24)
85
+
86
+ **Note:** Version bump only for package @patternfly/react-code-editor
87
+
88
+ # [6.0.0-alpha.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.50...@patternfly/react-code-editor@6.0.0-alpha.51) (2024-04-22)
89
+
90
+ **Note:** Version bump only for package @patternfly/react-code-editor
91
+
92
+ # [5.3.0-prerelease.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.26...@patternfly/react-code-editor@5.3.0-prerelease.27) (2024-04-09)
93
+
94
+ **Note:** Version bump only for package @patternfly/react-code-editor
95
+
96
+ # [5.3.0-prerelease.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.25...@patternfly/react-code-editor@5.3.0-prerelease.26) (2024-04-08)
97
+
98
+ **Note:** Version bump only for package @patternfly/react-code-editor
99
+
100
+ # [5.3.0-prerelease.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.24...@patternfly/react-code-editor@5.3.0-prerelease.25) (2024-04-01)
101
+
102
+ **Note:** Version bump only for package @patternfly/react-code-editor
103
+
104
+ # 5.3.0-prerelease.24 (2024-03-29)
105
+
106
+ **Note:** Version bump only for package @patternfly/react-code-editor
107
+
108
+ # [5.3.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.22...@patternfly/react-code-editor@5.3.0-prerelease.23) (2024-03-28)
109
+
110
+ **Note:** Version bump only for package @patternfly/react-code-editor
111
+
112
+ # [5.3.0-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.21...@patternfly/react-code-editor@5.3.0-prerelease.22) (2024-03-28)
113
+
114
+ **Note:** Version bump only for package @patternfly/react-code-editor
115
+
116
+ # [5.3.0-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.20...@patternfly/react-code-editor@5.3.0-prerelease.21) (2024-03-27)
117
+
118
+ **Note:** Version bump only for package @patternfly/react-code-editor
119
+
120
+ # [5.3.0-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.19...@patternfly/react-code-editor@5.3.0-prerelease.20) (2024-03-27)
121
+
122
+ **Note:** Version bump only for package @patternfly/react-code-editor
123
+
124
+ # [5.3.0-prerelease.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.18...@patternfly/react-code-editor@5.3.0-prerelease.19) (2024-03-27)
125
+
126
+ **Note:** Version bump only for package @patternfly/react-code-editor
127
+
128
+ # [5.3.0-prerelease.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.17...@patternfly/react-code-editor@5.3.0-prerelease.18) (2024-03-26)
129
+
130
+ **Note:** Version bump only for package @patternfly/react-code-editor
131
+
132
+ # 5.3.0-prerelease.17 (2024-03-26)
133
+
134
+ **Note:** Version bump only for package @patternfly/react-code-editor
135
+
136
+ # [5.3.0-prerelease.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.15...@patternfly/react-code-editor@5.3.0-prerelease.16) (2024-03-26)
137
+
138
+ **Note:** Version bump only for package @patternfly/react-code-editor
139
+
140
+ # [5.3.0-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.14...@patternfly/react-code-editor@5.3.0-prerelease.15) (2024-03-26)
141
+
142
+ **Note:** Version bump only for package @patternfly/react-code-editor
143
+
144
+ # [5.3.0-prerelease.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.13...@patternfly/react-code-editor@5.3.0-prerelease.14) (2024-03-25)
145
+
146
+ **Note:** Version bump only for package @patternfly/react-code-editor
147
+
148
+ # [5.3.0-prerelease.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.12...@patternfly/react-code-editor@5.3.0-prerelease.13) (2024-03-22)
149
+
150
+ **Note:** Version bump only for package @patternfly/react-code-editor
151
+
152
+ # 5.3.0-prerelease.12 (2024-03-20)
153
+
154
+ **Note:** Version bump only for package @patternfly/react-code-editor
155
+
156
+ # [5.3.0-prerelease.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.10...@patternfly/react-code-editor@5.3.0-prerelease.11) (2024-03-15)
157
+
158
+ **Note:** Version bump only for package @patternfly/react-code-editor
159
+
160
+ # [5.3.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.9...@patternfly/react-code-editor@5.3.0-prerelease.10) (2024-03-12)
161
+
162
+ **Note:** Version bump only for package @patternfly/react-code-editor
163
+
164
+ # 5.3.0-prerelease.9 (2024-03-11)
165
+
166
+ **Note:** Version bump only for package @patternfly/react-code-editor
167
+
168
+ # [5.3.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.7...@patternfly/react-code-editor@5.3.0-prerelease.8) (2024-02-28)
169
+
170
+ **Note:** Version bump only for package @patternfly/react-code-editor
171
+
172
+ # [5.3.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.6...@patternfly/react-code-editor@5.3.0-prerelease.7) (2024-02-28)
173
+
174
+ **Note:** Version bump only for package @patternfly/react-code-editor
175
+
176
+ # [5.3.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.5...@patternfly/react-code-editor@5.3.0-prerelease.6) (2024-02-28)
177
+
178
+ **Note:** Version bump only for package @patternfly/react-code-editor
179
+
180
+ # [5.3.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.4...@patternfly/react-code-editor@5.3.0-prerelease.5) (2024-02-27)
181
+
182
+ **Note:** Version bump only for package @patternfly/react-code-editor
183
+
184
+ # [5.3.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.3...@patternfly/react-code-editor@5.3.0-prerelease.4) (2024-02-26)
185
+
186
+ **Note:** Version bump only for package @patternfly/react-code-editor
187
+
188
+ # [5.3.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.2...@patternfly/react-code-editor@5.3.0-prerelease.3) (2024-02-19)
189
+
190
+ **Note:** Version bump only for package @patternfly/react-code-editor
191
+
192
+ # [5.3.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.1...@patternfly/react-code-editor@5.3.0-prerelease.2) (2024-02-19)
193
+
194
+ **Note:** Version bump only for package @patternfly/react-code-editor
195
+
196
+ # 5.3.0-prerelease.1 (2024-02-15)
197
+
198
+ ### Features
199
+
200
+ - **CodeEditor:** pass additional props to monaco-editor, update readme ([#10080](https://github.com/patternfly/patternfly-react/issues/10080)) ([8c43ef7](https://github.com/patternfly/patternfly-react/commit/8c43ef7bfc044396a0bf31985b2ba3e4b4de91ef))
201
+
202
+ # 5.3.0-prerelease.0 (2024-02-02)
203
+
204
+ # 5.2.0 (2024-02-02)
205
+
206
+ **Note:** Version bump only for package @patternfly/react-code-editor
207
+
208
+ # 5.2.0 (2024-02-02)
209
+
210
+ **Note:** Version bump only for package @patternfly/react-code-editor
211
+
212
+ # 5.2.0-prerelease.51 (2024-02-02)
213
+
214
+ **Note:** Version bump only for package @patternfly/react-code-editor
215
+
216
+ # 5.2.0-prerelease.50 (2024-01-29)
217
+
218
+ **Note:** Version bump only for package @patternfly/react-code-editor
219
+
220
+ # [5.2.0-prerelease.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.48...@patternfly/react-code-editor@5.2.0-prerelease.49) (2024-01-17)
221
+
222
+ **Note:** Version bump only for package @patternfly/react-code-editor
223
+
224
+ # 5.2.0-prerelease.48 (2024-01-16)
225
+
226
+ **Note:** Version bump only for package @patternfly/react-code-editor
227
+
228
+ # [5.2.0-prerelease.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.46...@patternfly/react-code-editor@5.2.0-prerelease.47) (2024-01-15)
229
+
230
+ **Note:** Version bump only for package @patternfly/react-code-editor
231
+
232
+ # [5.2.0-prerelease.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.45...@patternfly/react-code-editor@5.2.0-prerelease.46) (2024-01-11)
233
+
234
+ **Note:** Version bump only for package @patternfly/react-code-editor
235
+
236
+ # [5.2.0-prerelease.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.44...@patternfly/react-code-editor@5.2.0-prerelease.45) (2024-01-10)
237
+
238
+ **Note:** Version bump only for package @patternfly/react-code-editor
239
+
240
+ # [5.2.0-prerelease.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.43...@patternfly/react-code-editor@5.2.0-prerelease.44) (2024-01-09)
241
+
242
+ **Note:** Version bump only for package @patternfly/react-code-editor
243
+
244
+ # [5.2.0-prerelease.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.42...@patternfly/react-code-editor@5.2.0-prerelease.43) (2024-01-08)
245
+
246
+ **Note:** Version bump only for package @patternfly/react-code-editor
247
+
248
+ # [5.2.0-prerelease.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.41...@patternfly/react-code-editor@5.2.0-prerelease.42) (2024-01-05)
249
+
250
+ **Note:** Version bump only for package @patternfly/react-code-editor
251
+
252
+ # [5.2.0-prerelease.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.40...@patternfly/react-code-editor@5.2.0-prerelease.41) (2024-01-05)
253
+
254
+ ### Features
255
+
256
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
257
+
258
+ # [5.2.0-prerelease.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.39...@patternfly/react-code-editor@5.2.0-prerelease.40) (2024-01-04)
259
+
260
+ **Note:** Version bump only for package @patternfly/react-code-editor
261
+
262
+ # [5.2.0-prerelease.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.38...@patternfly/react-code-editor@5.2.0-prerelease.39) (2024-01-03)
263
+
264
+ **Note:** Version bump only for package @patternfly/react-code-editor
265
+
266
+ # [5.2.0-prerelease.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.37...@patternfly/react-code-editor@5.2.0-prerelease.38) (2024-01-02)
267
+
268
+ **Note:** Version bump only for package @patternfly/react-code-editor
269
+
270
+ # [5.2.0-prerelease.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.36...@patternfly/react-code-editor@5.2.0-prerelease.37) (2023-12-20)
271
+
272
+ **Note:** Version bump only for package @patternfly/react-code-editor
273
+
274
+ # [5.2.0-prerelease.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.35...@patternfly/react-code-editor@5.2.0-prerelease.36) (2023-12-14)
275
+
276
+ **Note:** Version bump only for package @patternfly/react-code-editor
277
+
278
+ # [5.2.0-prerelease.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.34...@patternfly/react-code-editor@5.2.0-prerelease.35) (2023-12-11)
279
+
280
+ **Note:** Version bump only for package @patternfly/react-code-editor
281
+
282
+ # [5.2.0-prerelease.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.33...@patternfly/react-code-editor@5.2.0-prerelease.34) (2023-12-07)
283
+
284
+ **Note:** Version bump only for package @patternfly/react-code-editor
285
+
286
+ # [5.2.0-prerelease.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.32...@patternfly/react-code-editor@5.2.0-prerelease.33) (2023-12-06)
287
+
288
+ **Note:** Version bump only for package @patternfly/react-code-editor
289
+
290
+ # [5.2.0-prerelease.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.31...@patternfly/react-code-editor@5.2.0-prerelease.32) (2023-11-21)
291
+
292
+ **Note:** Version bump only for package @patternfly/react-code-editor
293
+
294
+ # [5.2.0-prerelease.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.30...@patternfly/react-code-editor@5.2.0-prerelease.31) (2023-11-17)
295
+
296
+ **Note:** Version bump only for package @patternfly/react-code-editor
297
+
298
+ # [5.2.0-prerelease.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.29...@patternfly/react-code-editor@5.2.0-prerelease.30) (2023-11-16)
299
+
300
+ **Note:** Version bump only for package @patternfly/react-code-editor
301
+
302
+ # [5.2.0-prerelease.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.28...@patternfly/react-code-editor@5.2.0-prerelease.29) (2023-11-14)
303
+
304
+ **Note:** Version bump only for package @patternfly/react-code-editor
305
+
306
+ # [5.2.0-prerelease.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.27...@patternfly/react-code-editor@5.2.0-prerelease.28) (2023-11-14)
307
+
308
+ **Note:** Version bump only for package @patternfly/react-code-editor
309
+
310
+ # [5.2.0-prerelease.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.26...@patternfly/react-code-editor@5.2.0-prerelease.27) (2023-11-14)
311
+
312
+ **Note:** Version bump only for package @patternfly/react-code-editor
313
+
314
+ # [5.2.0-prerelease.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.25...@patternfly/react-code-editor@5.2.0-prerelease.26) (2023-11-13)
315
+
316
+ **Note:** Version bump only for package @patternfly/react-code-editor
317
+
318
+ # [5.2.0-prerelease.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.24...@patternfly/react-code-editor@5.2.0-prerelease.25) (2023-11-10)
319
+
320
+ **Note:** Version bump only for package @patternfly/react-code-editor
321
+
322
+ # [5.2.0-prerelease.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.23...@patternfly/react-code-editor@5.2.0-prerelease.24) (2023-11-03)
323
+
324
+ **Note:** Version bump only for package @patternfly/react-code-editor
325
+
326
+ # [5.2.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.22...@patternfly/react-code-editor@5.2.0-prerelease.23) (2023-11-03)
327
+
328
+ **Note:** Version bump only for package @patternfly/react-code-editor
329
+
330
+ # [5.2.0-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.21...@patternfly/react-code-editor@5.2.0-prerelease.22) (2023-11-02)
331
+
332
+ **Note:** Version bump only for package @patternfly/react-code-editor
333
+
334
+ # [5.2.0-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.20...@patternfly/react-code-editor@5.2.0-prerelease.21) (2023-11-02)
335
+
336
+ **Note:** Version bump only for package @patternfly/react-code-editor
337
+
338
+ # [5.2.0-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.19...@patternfly/react-code-editor@5.2.0-prerelease.20) (2023-11-02)
339
+
340
+ **Note:** Version bump only for package @patternfly/react-code-editor
341
+
342
+ # [6.0.0-alpha.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.49...@patternfly/react-code-editor@6.0.0-alpha.50) (2024-04-02)
343
+
344
+ **Note:** Version bump only for package @patternfly/react-code-editor
345
+
346
+ # [6.0.0-alpha.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.48...@patternfly/react-code-editor@6.0.0-alpha.49) (2024-03-29)
347
+
348
+ **Note:** Version bump only for package @patternfly/react-code-editor
349
+
350
+ # [6.0.0-alpha.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.47...@patternfly/react-code-editor@6.0.0-alpha.48) (2024-03-27)
351
+
352
+ **Note:** Version bump only for package @patternfly/react-code-editor
353
+
354
+ # [6.0.0-alpha.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.46...@patternfly/react-code-editor@6.0.0-alpha.47) (2024-03-27)
355
+
356
+ **Note:** Version bump only for package @patternfly/react-code-editor
357
+
358
+ # [6.0.0-alpha.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.45...@patternfly/react-code-editor@6.0.0-alpha.46) (2024-03-27)
359
+
360
+ **Note:** Version bump only for package @patternfly/react-code-editor
361
+
362
+ # [6.0.0-alpha.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.44...@patternfly/react-code-editor@6.0.0-alpha.45) (2024-03-26)
363
+
364
+ **Note:** Version bump only for package @patternfly/react-code-editor
365
+
366
+ # [6.0.0-alpha.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.43...@patternfly/react-code-editor@6.0.0-alpha.44) (2024-03-22)
367
+
368
+ **Note:** Version bump only for package @patternfly/react-code-editor
369
+
370
+ # [6.0.0-alpha.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.42...@patternfly/react-code-editor@6.0.0-alpha.43) (2024-03-18)
371
+
372
+ **Note:** Version bump only for package @patternfly/react-code-editor
373
+
374
+ # [6.0.0-alpha.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.41...@patternfly/react-code-editor@6.0.0-alpha.42) (2024-03-13)
375
+
376
+ **Note:** Version bump only for package @patternfly/react-code-editor
377
+
378
+ # [6.0.0-alpha.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.40...@patternfly/react-code-editor@6.0.0-alpha.41) (2024-03-12)
379
+
380
+ **Note:** Version bump only for package @patternfly/react-code-editor
381
+
382
+ # [6.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.39...@patternfly/react-code-editor@6.0.0-alpha.40) (2024-03-08)
383
+
384
+ **Note:** Version bump only for package @patternfly/react-code-editor
385
+
386
+ # [6.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.38...@patternfly/react-code-editor@6.0.0-alpha.39) (2024-03-01)
387
+
388
+ **Note:** Version bump only for package @patternfly/react-code-editor
389
+
390
+ # [6.0.0-alpha.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.37...@patternfly/react-code-editor@6.0.0-alpha.38) (2024-02-28)
391
+
392
+ **Note:** Version bump only for package @patternfly/react-code-editor
393
+
394
+ # 6.0.0-alpha.37 (2024-02-28)
395
+
396
+ **Note:** Version bump only for package @patternfly/react-code-editor
397
+
398
+ # [6.0.0-alpha.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.35...@patternfly/react-code-editor@6.0.0-alpha.36) (2024-02-21)
399
+
400
+ **Note:** Version bump only for package @patternfly/react-code-editor
401
+
402
+ # [6.0.0-alpha.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.34...@patternfly/react-code-editor@6.0.0-alpha.35) (2024-02-21)
403
+
404
+ **Note:** Version bump only for package @patternfly/react-code-editor
405
+
406
+ # [6.0.0-alpha.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.33...@patternfly/react-code-editor@6.0.0-alpha.34) (2024-02-19)
407
+
408
+ ### Features
409
+
410
+ - **Chip:** use Label internally, deprecate Chip ([#10049](https://github.com/patternfly/patternfly-react/issues/10049)) ([5cdb725](https://github.com/patternfly/patternfly-react/commit/5cdb72536f8dd291e42be09bc6454ac591adc606))
411
+
412
+ # [6.0.0-alpha.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.32...@patternfly/react-code-editor@6.0.0-alpha.33) (2024-02-16)
413
+
414
+ ### Features
415
+
416
+ - **CodeEditor,Divider:** consume penta & update core version ([#10081](https://github.com/patternfly/patternfly-react/issues/10081)) ([addda04](https://github.com/patternfly/patternfly-react/commit/addda044d7f6d91f3511c7a769b2707140df86d4))
417
+
418
+ # [6.0.0-alpha.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.31...@patternfly/react-code-editor@6.0.0-alpha.32) (2024-02-14)
419
+
420
+ **Note:** Version bump only for package @patternfly/react-code-editor
421
+
422
+ # [6.0.0-alpha.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.30...@patternfly/react-code-editor@6.0.0-alpha.31) (2024-02-13)
423
+
424
+ **Note:** Version bump only for package @patternfly/react-code-editor
425
+
426
+ # [6.0.0-alpha.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.29...@patternfly/react-code-editor@6.0.0-alpha.30) (2024-02-13)
427
+
428
+ **Note:** Version bump only for package @patternfly/react-code-editor
429
+
430
+ # [6.0.0-alpha.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.28...@patternfly/react-code-editor@6.0.0-alpha.29) (2024-02-09)
431
+
432
+ **Note:** Version bump only for package @patternfly/react-code-editor
433
+
434
+ # [6.0.0-alpha.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.27...@patternfly/react-code-editor@6.0.0-alpha.28) (2024-02-03)
435
+
436
+ **Note:** Version bump only for package @patternfly/react-code-editor
437
+
438
+ # [6.0.0-alpha.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.26...@patternfly/react-code-editor@6.0.0-alpha.27) (2024-02-02)
439
+
440
+ **Note:** Version bump only for package @patternfly/react-code-editor
441
+
442
+ # [6.0.0-alpha.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.25...@patternfly/react-code-editor@6.0.0-alpha.26) (2024-02-01)
443
+
444
+ **Note:** Version bump only for package @patternfly/react-code-editor
445
+
446
+ # [6.0.0-alpha.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.24...@patternfly/react-code-editor@6.0.0-alpha.25) (2024-02-01)
447
+
448
+ **Note:** Version bump only for package @patternfly/react-code-editor
449
+
450
+ # [6.0.0-alpha.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.23...@patternfly/react-code-editor@6.0.0-alpha.24) (2024-01-31)
451
+
452
+ **Note:** Version bump only for package @patternfly/react-code-editor
453
+
454
+ # [6.0.0-alpha.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.22...@patternfly/react-code-editor@6.0.0-alpha.23) (2024-01-31)
455
+
456
+ **Note:** Version bump only for package @patternfly/react-code-editor
457
+
458
+ # [6.0.0-alpha.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.21...@patternfly/react-code-editor@6.0.0-alpha.22) (2024-01-31)
459
+
460
+ **Note:** Version bump only for package @patternfly/react-code-editor
461
+
462
+ # [6.0.0-alpha.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.20...@patternfly/react-code-editor@6.0.0-alpha.21) (2024-01-31)
463
+
464
+ **Note:** Version bump only for package @patternfly/react-code-editor
465
+
466
+ # [6.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.19...@patternfly/react-code-editor@6.0.0-alpha.20) (2024-01-26)
467
+
468
+ **Note:** Version bump only for package @patternfly/react-code-editor
469
+
470
+ # [6.0.0-alpha.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.18...@patternfly/react-code-editor@6.0.0-alpha.19) (2024-01-22)
471
+
472
+ **Note:** Version bump only for package @patternfly/react-code-editor
473
+
474
+ # [6.0.0-alpha.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.17...@patternfly/react-code-editor@6.0.0-alpha.18) (2024-01-22)
475
+
476
+ **Note:** Version bump only for package @patternfly/react-code-editor
477
+
478
+ # 6.0.0-alpha.17 (2024-01-19)
479
+
480
+ **Note:** Version bump only for package @patternfly/react-code-editor
481
+
482
+ # [6.0.0-alpha.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.15...@patternfly/react-code-editor@6.0.0-alpha.16) (2024-01-18)
483
+
484
+ **Note:** Version bump only for package @patternfly/react-code-editor
485
+
486
+ # [6.0.0-alpha.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.14...@patternfly/react-code-editor@6.0.0-alpha.15) (2024-01-18)
487
+
488
+ **Note:** Version bump only for package @patternfly/react-code-editor
489
+
490
+ # [6.0.0-alpha.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.13...@patternfly/react-code-editor@6.0.0-alpha.14) (2024-01-17)
491
+
492
+ ### Features
493
+
494
+ - **EmptyState:** update EmptyState with updates for penta ([#9947](https://github.com/patternfly/patternfly-react/issues/9947)) ([07cbb82](https://github.com/patternfly/patternfly-react/commit/07cbb8270627f9ade299b90eaf5dd4fd5fa6fe95))
495
+
496
+ # [6.0.0-alpha.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.12...@patternfly/react-code-editor@6.0.0-alpha.13) (2024-01-17)
497
+
498
+ **Note:** Version bump only for package @patternfly/react-code-editor
499
+
500
+ # [6.0.0-alpha.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.11...@patternfly/react-code-editor@6.0.0-alpha.12) (2024-01-17)
501
+
502
+ **Note:** Version bump only for package @patternfly/react-code-editor
503
+
504
+ # [6.0.0-alpha.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.10...@patternfly/react-code-editor@6.0.0-alpha.11) (2024-01-16)
505
+
506
+ **Note:** Version bump only for package @patternfly/react-code-editor
507
+
508
+ # [6.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.9...@patternfly/react-code-editor@6.0.0-alpha.10) (2024-01-12)
509
+
510
+ **Note:** Version bump only for package @patternfly/react-code-editor
511
+
512
+ # [6.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.8...@patternfly/react-code-editor@6.0.0-alpha.9) (2024-01-04)
513
+
514
+ **Note:** Version bump only for package @patternfly/react-code-editor
515
+
516
+ # [6.0.0-alpha.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.7...@patternfly/react-code-editor@6.0.0-alpha.8) (2024-01-04)
517
+
518
+ **Note:** Version bump only for package @patternfly/react-code-editor
519
+
6
520
  # [6.0.0-alpha.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.6...@patternfly/react-code-editor@6.0.0-alpha.7) (2023-12-20)
7
521
 
8
522
  **Note:** Version bump only for package @patternfly/react-code-editor
@@ -187,6 +701,302 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
187
701
 
188
702
  **Note:** Version bump only for package @patternfly/react-code-editor
189
703
 
704
+ # [5.2.0-prerelease.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.48...@patternfly/react-code-editor@5.2.0-prerelease.49) (2024-01-17)
705
+
706
+ **Note:** Version bump only for package @patternfly/react-code-editor
707
+
708
+ # 5.2.0-prerelease.48 (2024-01-16)
709
+
710
+ **Note:** Version bump only for package @patternfly/react-code-editor
711
+
712
+ # [5.2.0-prerelease.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.46...@patternfly/react-code-editor@5.2.0-prerelease.47) (2024-01-15)
713
+
714
+ **Note:** Version bump only for package @patternfly/react-code-editor
715
+
716
+ # [5.2.0-prerelease.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.45...@patternfly/react-code-editor@5.2.0-prerelease.46) (2024-01-11)
717
+
718
+ **Note:** Version bump only for package @patternfly/react-code-editor
719
+
720
+ # [5.2.0-prerelease.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.44...@patternfly/react-code-editor@5.2.0-prerelease.45) (2024-01-10)
721
+
722
+ **Note:** Version bump only for package @patternfly/react-code-editor
723
+
724
+ # [5.2.0-prerelease.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.43...@patternfly/react-code-editor@5.2.0-prerelease.44) (2024-01-09)
725
+
726
+ **Note:** Version bump only for package @patternfly/react-code-editor
727
+
728
+ # [5.2.0-prerelease.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.42...@patternfly/react-code-editor@5.2.0-prerelease.43) (2024-01-08)
729
+
730
+ **Note:** Version bump only for package @patternfly/react-code-editor
731
+
732
+ # [5.2.0-prerelease.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.41...@patternfly/react-code-editor@5.2.0-prerelease.42) (2024-01-05)
733
+
734
+ **Note:** Version bump only for package @patternfly/react-code-editor
735
+
736
+ # [5.2.0-prerelease.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.40...@patternfly/react-code-editor@5.2.0-prerelease.41) (2024-01-05)
737
+
738
+ ### Features
739
+
740
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
741
+
742
+ # [5.2.0-prerelease.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.39...@patternfly/react-code-editor@5.2.0-prerelease.40) (2024-01-04)
743
+
744
+ **Note:** Version bump only for package @patternfly/react-code-editor
745
+
746
+ # [5.2.0-prerelease.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.38...@patternfly/react-code-editor@5.2.0-prerelease.39) (2024-01-03)
747
+
748
+ **Note:** Version bump only for package @patternfly/react-code-editor
749
+
750
+ # [5.2.0-prerelease.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.37...@patternfly/react-code-editor@5.2.0-prerelease.38) (2024-01-02)
751
+
752
+ **Note:** Version bump only for package @patternfly/react-code-editor
753
+
754
+ # [5.2.0-prerelease.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.36...@patternfly/react-code-editor@5.2.0-prerelease.37) (2023-12-20)
755
+
756
+ **Note:** Version bump only for package @patternfly/react-code-editor
757
+
758
+ # [5.2.0-prerelease.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.35...@patternfly/react-code-editor@5.2.0-prerelease.36) (2023-12-14)
759
+
760
+ **Note:** Version bump only for package @patternfly/react-code-editor
761
+
762
+ # [5.2.0-prerelease.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.34...@patternfly/react-code-editor@5.2.0-prerelease.35) (2023-12-11)
763
+
764
+ **Note:** Version bump only for package @patternfly/react-code-editor
765
+
766
+ # [5.2.0-prerelease.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.33...@patternfly/react-code-editor@5.2.0-prerelease.34) (2023-12-07)
767
+
768
+ **Note:** Version bump only for package @patternfly/react-code-editor
769
+
770
+ # [5.2.0-prerelease.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.32...@patternfly/react-code-editor@5.2.0-prerelease.33) (2023-12-06)
771
+
772
+ **Note:** Version bump only for package @patternfly/react-code-editor
773
+
774
+ # [5.2.0-prerelease.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.31...@patternfly/react-code-editor@5.2.0-prerelease.32) (2023-11-21)
775
+
776
+ **Note:** Version bump only for package @patternfly/react-code-editor
777
+
778
+ # [5.2.0-prerelease.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.30...@patternfly/react-code-editor@5.2.0-prerelease.31) (2023-11-17)
779
+
780
+ **Note:** Version bump only for package @patternfly/react-code-editor
781
+
782
+ # [5.2.0-prerelease.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.29...@patternfly/react-code-editor@5.2.0-prerelease.30) (2023-11-16)
783
+
784
+ **Note:** Version bump only for package @patternfly/react-code-editor
785
+
786
+ # [5.2.0-prerelease.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.28...@patternfly/react-code-editor@5.2.0-prerelease.29) (2023-11-14)
787
+
788
+ **Note:** Version bump only for package @patternfly/react-code-editor
789
+
790
+ # [5.2.0-prerelease.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.27...@patternfly/react-code-editor@5.2.0-prerelease.28) (2023-11-14)
791
+
792
+ **Note:** Version bump only for package @patternfly/react-code-editor
793
+
794
+ # [5.2.0-prerelease.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.26...@patternfly/react-code-editor@5.2.0-prerelease.27) (2023-11-14)
795
+
796
+ **Note:** Version bump only for package @patternfly/react-code-editor
797
+
798
+ # [5.2.0-prerelease.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.25...@patternfly/react-code-editor@5.2.0-prerelease.26) (2023-11-13)
799
+
800
+ **Note:** Version bump only for package @patternfly/react-code-editor
801
+
802
+ # [5.2.0-prerelease.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.24...@patternfly/react-code-editor@5.2.0-prerelease.25) (2023-11-10)
803
+
804
+ **Note:** Version bump only for package @patternfly/react-code-editor
805
+
806
+ # [5.2.0-prerelease.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.23...@patternfly/react-code-editor@5.2.0-prerelease.24) (2023-11-03)
807
+
808
+ **Note:** Version bump only for package @patternfly/react-code-editor
809
+
810
+ # [5.2.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.22...@patternfly/react-code-editor@5.2.0-prerelease.23) (2023-11-03)
811
+
812
+ **Note:** Version bump only for package @patternfly/react-code-editor
813
+
814
+ # [5.2.0-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.21...@patternfly/react-code-editor@5.2.0-prerelease.22) (2023-11-02)
815
+
816
+ **Note:** Version bump only for package @patternfly/react-code-editor
817
+
818
+ # [5.2.0-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.20...@patternfly/react-code-editor@5.2.0-prerelease.21) (2023-11-02)
819
+
820
+ **Note:** Version bump only for package @patternfly/react-code-editor
821
+
822
+ # [5.2.0-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.19...@patternfly/react-code-editor@5.2.0-prerelease.20) (2023-11-02)
823
+
824
+ **Note:** Version bump only for package @patternfly/react-code-editor
825
+
826
+ # [5.3.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.7...@patternfly/react-code-editor@5.3.0-prerelease.8) (2024-02-28)
827
+
828
+ **Note:** Version bump only for package @patternfly/react-code-editor
829
+
830
+ # [5.3.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.6...@patternfly/react-code-editor@5.3.0-prerelease.7) (2024-02-28)
831
+
832
+ **Note:** Version bump only for package @patternfly/react-code-editor
833
+
834
+ # [5.3.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.5...@patternfly/react-code-editor@5.3.0-prerelease.6) (2024-02-28)
835
+
836
+ **Note:** Version bump only for package @patternfly/react-code-editor
837
+
838
+ # [5.3.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.4...@patternfly/react-code-editor@5.3.0-prerelease.5) (2024-02-27)
839
+
840
+ **Note:** Version bump only for package @patternfly/react-code-editor
841
+
842
+ # [5.3.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.3...@patternfly/react-code-editor@5.3.0-prerelease.4) (2024-02-26)
843
+
844
+ **Note:** Version bump only for package @patternfly/react-code-editor
845
+
846
+ # [5.3.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.2...@patternfly/react-code-editor@5.3.0-prerelease.3) (2024-02-19)
847
+
848
+ **Note:** Version bump only for package @patternfly/react-code-editor
849
+
850
+ # [5.3.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.1...@patternfly/react-code-editor@5.3.0-prerelease.2) (2024-02-19)
851
+
852
+ **Note:** Version bump only for package @patternfly/react-code-editor
853
+
854
+ # 5.3.0-prerelease.1 (2024-02-15)
855
+
856
+ ### Features
857
+
858
+ - **CodeEditor:** pass additional props to monaco-editor, update readme ([#10080](https://github.com/patternfly/patternfly-react/issues/10080)) ([8c43ef7](https://github.com/patternfly/patternfly-react/commit/8c43ef7bfc044396a0bf31985b2ba3e4b4de91ef))
859
+
860
+ # 5.3.0-prerelease.0 (2024-02-02)
861
+
862
+ # 5.2.0 (2024-02-02)
863
+
864
+ **Note:** Version bump only for package @patternfly/react-code-editor
865
+
866
+ # 5.2.0 (2024-02-02)
867
+
868
+ **Note:** Version bump only for package @patternfly/react-code-editor
869
+
870
+ # 5.2.0-prerelease.51 (2024-02-02)
871
+
872
+ **Note:** Version bump only for package @patternfly/react-code-editor
873
+
874
+ # 5.2.0-prerelease.50 (2024-01-29)
875
+
876
+ **Note:** Version bump only for package @patternfly/react-code-editor
877
+
878
+ # [5.2.0-prerelease.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.48...@patternfly/react-code-editor@5.2.0-prerelease.49) (2024-01-17)
879
+
880
+ **Note:** Version bump only for package @patternfly/react-code-editor
881
+
882
+ # 5.2.0-prerelease.48 (2024-01-16)
883
+
884
+ **Note:** Version bump only for package @patternfly/react-code-editor
885
+
886
+ # [5.2.0-prerelease.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.46...@patternfly/react-code-editor@5.2.0-prerelease.47) (2024-01-15)
887
+
888
+ **Note:** Version bump only for package @patternfly/react-code-editor
889
+
890
+ # [5.2.0-prerelease.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.45...@patternfly/react-code-editor@5.2.0-prerelease.46) (2024-01-11)
891
+
892
+ **Note:** Version bump only for package @patternfly/react-code-editor
893
+
894
+ # [5.2.0-prerelease.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.44...@patternfly/react-code-editor@5.2.0-prerelease.45) (2024-01-10)
895
+
896
+ **Note:** Version bump only for package @patternfly/react-code-editor
897
+
898
+ # [5.2.0-prerelease.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.43...@patternfly/react-code-editor@5.2.0-prerelease.44) (2024-01-09)
899
+
900
+ **Note:** Version bump only for package @patternfly/react-code-editor
901
+
902
+ # [5.2.0-prerelease.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.42...@patternfly/react-code-editor@5.2.0-prerelease.43) (2024-01-08)
903
+
904
+ **Note:** Version bump only for package @patternfly/react-code-editor
905
+
906
+ # [5.2.0-prerelease.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.41...@patternfly/react-code-editor@5.2.0-prerelease.42) (2024-01-05)
907
+
908
+ **Note:** Version bump only for package @patternfly/react-code-editor
909
+
910
+ # [5.2.0-prerelease.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.40...@patternfly/react-code-editor@5.2.0-prerelease.41) (2024-01-05)
911
+
912
+ ### Features
913
+
914
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
915
+
916
+ # [5.2.0-prerelease.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.39...@patternfly/react-code-editor@5.2.0-prerelease.40) (2024-01-04)
917
+
918
+ **Note:** Version bump only for package @patternfly/react-code-editor
919
+
920
+ # [5.2.0-prerelease.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.38...@patternfly/react-code-editor@5.2.0-prerelease.39) (2024-01-03)
921
+
922
+ **Note:** Version bump only for package @patternfly/react-code-editor
923
+
924
+ # [5.2.0-prerelease.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.37...@patternfly/react-code-editor@5.2.0-prerelease.38) (2024-01-02)
925
+
926
+ **Note:** Version bump only for package @patternfly/react-code-editor
927
+
928
+ # [5.2.0-prerelease.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.36...@patternfly/react-code-editor@5.2.0-prerelease.37) (2023-12-20)
929
+
930
+ **Note:** Version bump only for package @patternfly/react-code-editor
931
+
932
+ # [5.2.0-prerelease.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.35...@patternfly/react-code-editor@5.2.0-prerelease.36) (2023-12-14)
933
+
934
+ **Note:** Version bump only for package @patternfly/react-code-editor
935
+
936
+ # [5.2.0-prerelease.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.34...@patternfly/react-code-editor@5.2.0-prerelease.35) (2023-12-11)
937
+
938
+ **Note:** Version bump only for package @patternfly/react-code-editor
939
+
940
+ # [5.2.0-prerelease.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.33...@patternfly/react-code-editor@5.2.0-prerelease.34) (2023-12-07)
941
+
942
+ **Note:** Version bump only for package @patternfly/react-code-editor
943
+
944
+ # [5.2.0-prerelease.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.32...@patternfly/react-code-editor@5.2.0-prerelease.33) (2023-12-06)
945
+
946
+ **Note:** Version bump only for package @patternfly/react-code-editor
947
+
948
+ # [5.2.0-prerelease.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.31...@patternfly/react-code-editor@5.2.0-prerelease.32) (2023-11-21)
949
+
950
+ **Note:** Version bump only for package @patternfly/react-code-editor
951
+
952
+ # [5.2.0-prerelease.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.30...@patternfly/react-code-editor@5.2.0-prerelease.31) (2023-11-17)
953
+
954
+ **Note:** Version bump only for package @patternfly/react-code-editor
955
+
956
+ # [5.2.0-prerelease.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.29...@patternfly/react-code-editor@5.2.0-prerelease.30) (2023-11-16)
957
+
958
+ **Note:** Version bump only for package @patternfly/react-code-editor
959
+
960
+ # [5.2.0-prerelease.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.28...@patternfly/react-code-editor@5.2.0-prerelease.29) (2023-11-14)
961
+
962
+ **Note:** Version bump only for package @patternfly/react-code-editor
963
+
964
+ # [5.2.0-prerelease.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.27...@patternfly/react-code-editor@5.2.0-prerelease.28) (2023-11-14)
965
+
966
+ **Note:** Version bump only for package @patternfly/react-code-editor
967
+
968
+ # [5.2.0-prerelease.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.26...@patternfly/react-code-editor@5.2.0-prerelease.27) (2023-11-14)
969
+
970
+ **Note:** Version bump only for package @patternfly/react-code-editor
971
+
972
+ # [5.2.0-prerelease.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.25...@patternfly/react-code-editor@5.2.0-prerelease.26) (2023-11-13)
973
+
974
+ **Note:** Version bump only for package @patternfly/react-code-editor
975
+
976
+ # [5.2.0-prerelease.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.24...@patternfly/react-code-editor@5.2.0-prerelease.25) (2023-11-10)
977
+
978
+ **Note:** Version bump only for package @patternfly/react-code-editor
979
+
980
+ # [5.2.0-prerelease.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.23...@patternfly/react-code-editor@5.2.0-prerelease.24) (2023-11-03)
981
+
982
+ **Note:** Version bump only for package @patternfly/react-code-editor
983
+
984
+ # [5.2.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.22...@patternfly/react-code-editor@5.2.0-prerelease.23) (2023-11-03)
985
+
986
+ **Note:** Version bump only for package @patternfly/react-code-editor
987
+
988
+ # [5.2.0-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.21...@patternfly/react-code-editor@5.2.0-prerelease.22) (2023-11-02)
989
+
990
+ **Note:** Version bump only for package @patternfly/react-code-editor
991
+
992
+ # [5.2.0-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.20...@patternfly/react-code-editor@5.2.0-prerelease.21) (2023-11-02)
993
+
994
+ **Note:** Version bump only for package @patternfly/react-code-editor
995
+
996
+ # [5.2.0-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.19...@patternfly/react-code-editor@5.2.0-prerelease.20) (2023-11-02)
997
+
998
+ **Note:** Version bump only for package @patternfly/react-code-editor
999
+
190
1000
  # [5.2.0-prerelease.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.18...@patternfly/react-code-editor@5.2.0-prerelease.19) (2023-10-30)
191
1001
 
192
1002
  **Note:** Version bump only for package @patternfly/react-code-editor