@patternfly/react-code-editor 6.0.0-alpha.5 → 6.0.0-alpha.51

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 +821 -17
  2. package/README.md +31 -31
  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 +23 -17
  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 +22 -16
  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 +8 -7
  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,63 +3,867 @@
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.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)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-code-editor
9
+
10
+ # [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)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-code-editor
13
+
14
+ # [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)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-code-editor
17
+
18
+ # [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)
19
+
20
+ **Note:** Version bump only for package @patternfly/react-code-editor
21
+
22
+ # 5.3.0-prerelease.24 (2024-03-29)
23
+
24
+ **Note:** Version bump only for package @patternfly/react-code-editor
25
+
26
+ # [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)
27
+
28
+ **Note:** Version bump only for package @patternfly/react-code-editor
29
+
30
+ # [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)
31
+
32
+ **Note:** Version bump only for package @patternfly/react-code-editor
33
+
34
+ # [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)
35
+
36
+ **Note:** Version bump only for package @patternfly/react-code-editor
37
+
38
+ # [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)
39
+
40
+ **Note:** Version bump only for package @patternfly/react-code-editor
41
+
42
+ # [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)
43
+
44
+ **Note:** Version bump only for package @patternfly/react-code-editor
45
+
46
+ # [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)
47
+
48
+ **Note:** Version bump only for package @patternfly/react-code-editor
49
+
50
+ # 5.3.0-prerelease.17 (2024-03-26)
51
+
52
+ **Note:** Version bump only for package @patternfly/react-code-editor
53
+
54
+ # [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)
55
+
56
+ **Note:** Version bump only for package @patternfly/react-code-editor
57
+
58
+ # [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)
59
+
60
+ **Note:** Version bump only for package @patternfly/react-code-editor
61
+
62
+ # [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)
63
+
64
+ **Note:** Version bump only for package @patternfly/react-code-editor
65
+
66
+ # [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)
67
+
68
+ **Note:** Version bump only for package @patternfly/react-code-editor
69
+
70
+ # 5.3.0-prerelease.12 (2024-03-20)
71
+
72
+ **Note:** Version bump only for package @patternfly/react-code-editor
73
+
74
+ # [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)
75
+
76
+ **Note:** Version bump only for package @patternfly/react-code-editor
77
+
78
+ # [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)
79
+
80
+ **Note:** Version bump only for package @patternfly/react-code-editor
81
+
82
+ # 5.3.0-prerelease.9 (2024-03-11)
83
+
84
+ **Note:** Version bump only for package @patternfly/react-code-editor
85
+
86
+ # [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)
87
+
88
+ **Note:** Version bump only for package @patternfly/react-code-editor
89
+
90
+ # [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)
91
+
92
+ **Note:** Version bump only for package @patternfly/react-code-editor
93
+
94
+ # [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)
95
+
96
+ **Note:** Version bump only for package @patternfly/react-code-editor
97
+
98
+ # [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)
99
+
100
+ **Note:** Version bump only for package @patternfly/react-code-editor
101
+
102
+ # [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)
103
+
104
+ **Note:** Version bump only for package @patternfly/react-code-editor
105
+
106
+ # [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)
107
+
108
+ **Note:** Version bump only for package @patternfly/react-code-editor
109
+
110
+ # [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)
111
+
112
+ **Note:** Version bump only for package @patternfly/react-code-editor
113
+
114
+ # 5.3.0-prerelease.1 (2024-02-15)
115
+
116
+ ### Features
117
+
118
+ - **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))
119
+
120
+ # 5.3.0-prerelease.0 (2024-02-02)
121
+
122
+ # 5.2.0 (2024-02-02)
123
+
124
+ **Note:** Version bump only for package @patternfly/react-code-editor
125
+
126
+ # 5.2.0 (2024-02-02)
127
+
128
+ **Note:** Version bump only for package @patternfly/react-code-editor
129
+
130
+ # 5.2.0-prerelease.51 (2024-02-02)
131
+
132
+ **Note:** Version bump only for package @patternfly/react-code-editor
133
+
134
+ # 5.2.0-prerelease.50 (2024-01-29)
135
+
136
+ **Note:** Version bump only for package @patternfly/react-code-editor
137
+
138
+ # [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)
139
+
140
+ **Note:** Version bump only for package @patternfly/react-code-editor
141
+
142
+ # 5.2.0-prerelease.48 (2024-01-16)
143
+
144
+ **Note:** Version bump only for package @patternfly/react-code-editor
145
+
146
+ # [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)
147
+
148
+ **Note:** Version bump only for package @patternfly/react-code-editor
149
+
150
+ # [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)
151
+
152
+ **Note:** Version bump only for package @patternfly/react-code-editor
153
+
154
+ # [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)
155
+
156
+ **Note:** Version bump only for package @patternfly/react-code-editor
157
+
158
+ # [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)
159
+
160
+ **Note:** Version bump only for package @patternfly/react-code-editor
161
+
162
+ # [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)
163
+
164
+ **Note:** Version bump only for package @patternfly/react-code-editor
165
+
166
+ # [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)
167
+
168
+ **Note:** Version bump only for package @patternfly/react-code-editor
169
+
170
+ # [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)
171
+
172
+ ### Features
173
+
174
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
175
+
176
+ # [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)
177
+
178
+ **Note:** Version bump only for package @patternfly/react-code-editor
179
+
180
+ # [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)
181
+
182
+ **Note:** Version bump only for package @patternfly/react-code-editor
183
+
184
+ # [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)
185
+
186
+ **Note:** Version bump only for package @patternfly/react-code-editor
187
+
188
+ # [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)
189
+
190
+ **Note:** Version bump only for package @patternfly/react-code-editor
191
+
192
+ # [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)
193
+
194
+ **Note:** Version bump only for package @patternfly/react-code-editor
195
+
196
+ # [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)
197
+
198
+ **Note:** Version bump only for package @patternfly/react-code-editor
199
+
200
+ # [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)
201
+
202
+ **Note:** Version bump only for package @patternfly/react-code-editor
203
+
204
+ # [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)
205
+
206
+ **Note:** Version bump only for package @patternfly/react-code-editor
207
+
208
+ # [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)
209
+
210
+ **Note:** Version bump only for package @patternfly/react-code-editor
211
+
212
+ # [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)
213
+
214
+ **Note:** Version bump only for package @patternfly/react-code-editor
215
+
216
+ # [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)
217
+
218
+ **Note:** Version bump only for package @patternfly/react-code-editor
219
+
220
+ # [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)
221
+
222
+ **Note:** Version bump only for package @patternfly/react-code-editor
223
+
224
+ # [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)
225
+
226
+ **Note:** Version bump only for package @patternfly/react-code-editor
227
+
228
+ # [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)
229
+
230
+ **Note:** Version bump only for package @patternfly/react-code-editor
231
+
232
+ # [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)
233
+
234
+ **Note:** Version bump only for package @patternfly/react-code-editor
235
+
236
+ # [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)
237
+
238
+ **Note:** Version bump only for package @patternfly/react-code-editor
239
+
240
+ # [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)
241
+
242
+ **Note:** Version bump only for package @patternfly/react-code-editor
243
+
244
+ # [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)
245
+
246
+ **Note:** Version bump only for package @patternfly/react-code-editor
247
+
248
+ # [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)
249
+
250
+ **Note:** Version bump only for package @patternfly/react-code-editor
251
+
252
+ # [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)
253
+
254
+ **Note:** Version bump only for package @patternfly/react-code-editor
255
+
256
+ # [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)
257
+
258
+ **Note:** Version bump only for package @patternfly/react-code-editor
259
+
260
+ # [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)
261
+
262
+ **Note:** Version bump only for package @patternfly/react-code-editor
263
+
264
+ # [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)
265
+
266
+ **Note:** Version bump only for package @patternfly/react-code-editor
267
+
268
+ # [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)
269
+
270
+ **Note:** Version bump only for package @patternfly/react-code-editor
271
+
272
+ # [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)
273
+
274
+ **Note:** Version bump only for package @patternfly/react-code-editor
275
+
276
+ # [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)
277
+
278
+ **Note:** Version bump only for package @patternfly/react-code-editor
279
+
280
+ # [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)
281
+
282
+ **Note:** Version bump only for package @patternfly/react-code-editor
283
+
284
+ # [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)
285
+
286
+ **Note:** Version bump only for package @patternfly/react-code-editor
287
+
288
+ # [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)
289
+
290
+ **Note:** Version bump only for package @patternfly/react-code-editor
291
+
292
+ # [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)
293
+
294
+ **Note:** Version bump only for package @patternfly/react-code-editor
295
+
296
+ # [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)
297
+
298
+ **Note:** Version bump only for package @patternfly/react-code-editor
299
+
300
+ # [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)
301
+
302
+ **Note:** Version bump only for package @patternfly/react-code-editor
303
+
304
+ # [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)
305
+
306
+ **Note:** Version bump only for package @patternfly/react-code-editor
307
+
308
+ # [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)
309
+
310
+ **Note:** Version bump only for package @patternfly/react-code-editor
311
+
312
+ # 6.0.0-alpha.37 (2024-02-28)
313
+
314
+ **Note:** Version bump only for package @patternfly/react-code-editor
315
+
316
+ # [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)
317
+
318
+ **Note:** Version bump only for package @patternfly/react-code-editor
319
+
320
+ # [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)
321
+
322
+ **Note:** Version bump only for package @patternfly/react-code-editor
323
+
324
+ # [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)
325
+
326
+ ### Features
327
+
328
+ - **Chip:** use Label internally, deprecate Chip ([#10049](https://github.com/patternfly/patternfly-react/issues/10049)) ([5cdb725](https://github.com/patternfly/patternfly-react/commit/5cdb72536f8dd291e42be09bc6454ac591adc606))
329
+
330
+ # [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)
331
+
332
+ ### Features
333
+
334
+ - **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))
335
+
336
+ # [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)
337
+
338
+ **Note:** Version bump only for package @patternfly/react-code-editor
339
+
340
+ # [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)
341
+
342
+ **Note:** Version bump only for package @patternfly/react-code-editor
343
+
344
+ # [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)
345
+
346
+ **Note:** Version bump only for package @patternfly/react-code-editor
347
+
348
+ # [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)
349
+
350
+ **Note:** Version bump only for package @patternfly/react-code-editor
351
+
352
+ # [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)
353
+
354
+ **Note:** Version bump only for package @patternfly/react-code-editor
355
+
356
+ # [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)
357
+
358
+ **Note:** Version bump only for package @patternfly/react-code-editor
359
+
360
+ # [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)
361
+
362
+ **Note:** Version bump only for package @patternfly/react-code-editor
363
+
364
+ # [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)
365
+
366
+ **Note:** Version bump only for package @patternfly/react-code-editor
367
+
368
+ # [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)
369
+
370
+ **Note:** Version bump only for package @patternfly/react-code-editor
371
+
372
+ # [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)
373
+
374
+ **Note:** Version bump only for package @patternfly/react-code-editor
375
+
376
+ # [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)
377
+
378
+ **Note:** Version bump only for package @patternfly/react-code-editor
379
+
380
+ # [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)
381
+
382
+ **Note:** Version bump only for package @patternfly/react-code-editor
383
+
384
+ # [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)
385
+
386
+ **Note:** Version bump only for package @patternfly/react-code-editor
387
+
388
+ # [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)
389
+
390
+ **Note:** Version bump only for package @patternfly/react-code-editor
391
+
392
+ # [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)
393
+
394
+ **Note:** Version bump only for package @patternfly/react-code-editor
395
+
396
+ # 6.0.0-alpha.17 (2024-01-19)
397
+
398
+ **Note:** Version bump only for package @patternfly/react-code-editor
399
+
400
+ # [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)
401
+
402
+ **Note:** Version bump only for package @patternfly/react-code-editor
403
+
404
+ # [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)
405
+
406
+ **Note:** Version bump only for package @patternfly/react-code-editor
407
+
408
+ # [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)
409
+
410
+ ### Features
411
+
412
+ - **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))
413
+
414
+ # [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)
415
+
416
+ **Note:** Version bump only for package @patternfly/react-code-editor
417
+
418
+ # [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)
419
+
420
+ **Note:** Version bump only for package @patternfly/react-code-editor
421
+
422
+ # [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)
423
+
424
+ **Note:** Version bump only for package @patternfly/react-code-editor
425
+
426
+ # [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)
427
+
428
+ **Note:** Version bump only for package @patternfly/react-code-editor
429
+
430
+ # [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)
431
+
432
+ **Note:** Version bump only for package @patternfly/react-code-editor
433
+
434
+ # [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)
435
+
436
+ **Note:** Version bump only for package @patternfly/react-code-editor
437
+
438
+ # [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)
439
+
440
+ **Note:** Version bump only for package @patternfly/react-code-editor
441
+
442
+ # [6.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.5...@patternfly/react-code-editor@6.0.0-alpha.6) (2023-12-20)
443
+
444
+ **Note:** Version bump only for package @patternfly/react-code-editor
445
+
6
446
  # [6.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.4...@patternfly/react-code-editor@6.0.0-alpha.5) (2023-12-13)
7
447
 
8
448
  **Note:** Version bump only for package @patternfly/react-code-editor
9
449
 
10
- # [6.0.0-alpha.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.3...@patternfly/react-code-editor@6.0.0-alpha.4) (2023-12-06)
450
+ # [6.0.0-alpha.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.3...@patternfly/react-code-editor@6.0.0-alpha.4) (2023-12-06)
451
+
452
+ **Note:** Version bump only for package @patternfly/react-code-editor
453
+
454
+ # [6.0.0-alpha.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.2...@patternfly/react-code-editor@6.0.0-alpha.3) (2023-12-04)
455
+
456
+ **Note:** Version bump only for package @patternfly/react-code-editor
457
+
458
+ # [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.19...@patternfly/react-code-editor@6.0.0-alpha.2) (2023-11-16)
459
+
460
+ ### Reverts
461
+
462
+ - Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791)
463
+
464
+ # [6.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.13...@patternfly/react-code-editor@6.0.0-alpha.1) (2023-09-29)
465
+
466
+ ### Bug Fixes
467
+
468
+ - Release alphas from v6 and rebase from main ([#9692](https://github.com/patternfly/patternfly-react/issues/9692)) ([bb022ff](https://github.com/patternfly/patternfly-react/commit/bb022ffc65da8e8c5b5c984412f936cea9424676)), closes [#9651](https://github.com/patternfly/patternfly-react/issues/9651) [#9627](https://github.com/patternfly/patternfly-react/issues/9627) [#9555](https://github.com/patternfly/patternfly-react/issues/9555) [#9543](https://github.com/patternfly/patternfly-react/issues/9543) [#9578](https://github.com/patternfly/patternfly-react/issues/9578) [#9519](https://github.com/patternfly/patternfly-react/issues/9519) [#9603](https://github.com/patternfly/patternfly-react/issues/9603) [#9655](https://github.com/patternfly/patternfly-react/issues/9655) [#9614](https://github.com/patternfly/patternfly-react/issues/9614) [#9606](https://github.com/patternfly/patternfly-react/issues/9606) [#9628](https://github.com/patternfly/patternfly-react/issues/9628) [#9635](https://github.com/patternfly/patternfly-react/issues/9635) [#9649](https://github.com/patternfly/patternfly-react/issues/9649) [#9642](https://github.com/patternfly/patternfly-react/issues/9642) [#9633](https://github.com/patternfly/patternfly-react/issues/9633) [#9637](https://github.com/patternfly/patternfly-react/issues/9637) [#9584](https://github.com/patternfly/patternfly-react/issues/9584) [#9284](https://github.com/patternfly/patternfly-react/issues/9284)
469
+
470
+ ## [5.1.1-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.21...@patternfly/react-code-editor@5.1.1-prerelease.22) (2023-09-25)
471
+
472
+ **Note:** Version bump only for package @patternfly/react-code-editor
473
+
474
+ ## [5.1.1-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.20...@patternfly/react-code-editor@5.1.1-prerelease.21) (2023-09-25)
475
+
476
+ **Note:** Version bump only for package @patternfly/react-code-editor
477
+
478
+ ## [5.1.1-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.19...@patternfly/react-code-editor@5.1.1-prerelease.20) (2023-09-22)
479
+
480
+ **Note:** Version bump only for package @patternfly/react-code-editor
481
+
482
+ ## [5.1.1-prerelease.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.18...@patternfly/react-code-editor@5.1.1-prerelease.19) (2023-09-21)
483
+
484
+ **Note:** Version bump only for package @patternfly/react-code-editor
485
+
486
+ ## [5.1.1-prerelease.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.17...@patternfly/react-code-editor@5.1.1-prerelease.18) (2023-09-21)
487
+
488
+ **Note:** Version bump only for package @patternfly/react-code-editor
489
+
490
+ ## [5.1.1-prerelease.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.16...@patternfly/react-code-editor@5.1.1-prerelease.17) (2023-09-21)
491
+
492
+ **Note:** Version bump only for package @patternfly/react-code-editor
493
+
494
+ ## [5.1.1-prerelease.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.15...@patternfly/react-code-editor@5.1.1-prerelease.16) (2023-09-21)
495
+
496
+ **Note:** Version bump only for package @patternfly/react-code-editor
497
+
498
+ ## [5.1.1-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.14...@patternfly/react-code-editor@5.1.1-prerelease.15) (2023-09-21)
499
+
500
+ **Note:** Version bump only for package @patternfly/react-code-editor
501
+
502
+ ## [5.1.1-prerelease.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.13...@patternfly/react-code-editor@5.1.1-prerelease.14) (2023-09-20)
503
+
504
+ **Note:** Version bump only for package @patternfly/react-code-editor
505
+
506
+ # [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)
507
+
508
+ **Note:** Version bump only for package @patternfly/react-code-editor
509
+
510
+ # [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)
511
+
512
+ **Note:** Version bump only for package @patternfly/react-code-editor
513
+
514
+ # [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)
515
+
516
+ **Note:** Version bump only for package @patternfly/react-code-editor
517
+
518
+ # [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)
519
+
520
+ **Note:** Version bump only for package @patternfly/react-code-editor
521
+
522
+ # [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)
523
+
524
+ **Note:** Version bump only for package @patternfly/react-code-editor
525
+
526
+ # [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)
527
+
528
+ **Note:** Version bump only for package @patternfly/react-code-editor
529
+
530
+ # [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)
531
+
532
+ **Note:** Version bump only for package @patternfly/react-code-editor
533
+
534
+ # [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)
535
+
536
+ **Note:** Version bump only for package @patternfly/react-code-editor
537
+
538
+ # [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)
11
539
 
12
540
  **Note:** Version bump only for package @patternfly/react-code-editor
13
541
 
14
- # [6.0.0-alpha.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.2...@patternfly/react-code-editor@6.0.0-alpha.3) (2023-12-04)
542
+ # [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)
15
543
 
16
544
  **Note:** Version bump only for package @patternfly/react-code-editor
17
545
 
18
- # [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.19...@patternfly/react-code-editor@6.0.0-alpha.2) (2023-11-16)
546
+ # [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)
19
547
 
20
- ### Reverts
548
+ **Note:** Version bump only for package @patternfly/react-code-editor
21
549
 
22
- - Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791)
550
+ # [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)
23
551
 
24
- # [6.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.13...@patternfly/react-code-editor@6.0.0-alpha.1) (2023-09-29)
552
+ **Note:** Version bump only for package @patternfly/react-code-editor
25
553
 
26
- ### Bug Fixes
554
+ # [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)
27
555
 
28
- - Release alphas from v6 and rebase from main ([#9692](https://github.com/patternfly/patternfly-react/issues/9692)) ([bb022ff](https://github.com/patternfly/patternfly-react/commit/bb022ffc65da8e8c5b5c984412f936cea9424676)), closes [#9651](https://github.com/patternfly/patternfly-react/issues/9651) [#9627](https://github.com/patternfly/patternfly-react/issues/9627) [#9555](https://github.com/patternfly/patternfly-react/issues/9555) [#9543](https://github.com/patternfly/patternfly-react/issues/9543) [#9578](https://github.com/patternfly/patternfly-react/issues/9578) [#9519](https://github.com/patternfly/patternfly-react/issues/9519) [#9603](https://github.com/patternfly/patternfly-react/issues/9603) [#9655](https://github.com/patternfly/patternfly-react/issues/9655) [#9614](https://github.com/patternfly/patternfly-react/issues/9614) [#9606](https://github.com/patternfly/patternfly-react/issues/9606) [#9628](https://github.com/patternfly/patternfly-react/issues/9628) [#9635](https://github.com/patternfly/patternfly-react/issues/9635) [#9649](https://github.com/patternfly/patternfly-react/issues/9649) [#9642](https://github.com/patternfly/patternfly-react/issues/9642) [#9633](https://github.com/patternfly/patternfly-react/issues/9633) [#9637](https://github.com/patternfly/patternfly-react/issues/9637) [#9584](https://github.com/patternfly/patternfly-react/issues/9584) [#9284](https://github.com/patternfly/patternfly-react/issues/9284)
556
+ **Note:** Version bump only for package @patternfly/react-code-editor
29
557
 
30
- ## [5.1.1-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.21...@patternfly/react-code-editor@5.1.1-prerelease.22) (2023-09-25)
558
+ # [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)
31
559
 
32
560
  **Note:** Version bump only for package @patternfly/react-code-editor
33
561
 
34
- ## [5.1.1-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.20...@patternfly/react-code-editor@5.1.1-prerelease.21) (2023-09-25)
562
+ # [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)
35
563
 
36
564
  **Note:** Version bump only for package @patternfly/react-code-editor
37
565
 
38
- ## [5.1.1-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.19...@patternfly/react-code-editor@5.1.1-prerelease.20) (2023-09-22)
566
+ # [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)
39
567
 
40
568
  **Note:** Version bump only for package @patternfly/react-code-editor
41
569
 
42
- ## [5.1.1-prerelease.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.18...@patternfly/react-code-editor@5.1.1-prerelease.19) (2023-09-21)
570
+ # [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)
43
571
 
44
572
  **Note:** Version bump only for package @patternfly/react-code-editor
45
573
 
46
- ## [5.1.1-prerelease.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.17...@patternfly/react-code-editor@5.1.1-prerelease.18) (2023-09-21)
574
+ # [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)
47
575
 
48
576
  **Note:** Version bump only for package @patternfly/react-code-editor
49
577
 
50
- ## [5.1.1-prerelease.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.16...@patternfly/react-code-editor@5.1.1-prerelease.17) (2023-09-21)
578
+ # [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)
51
579
 
52
580
  **Note:** Version bump only for package @patternfly/react-code-editor
53
581
 
54
- ## [5.1.1-prerelease.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.15...@patternfly/react-code-editor@5.1.1-prerelease.16) (2023-09-21)
582
+ # [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)
55
583
 
56
584
  **Note:** Version bump only for package @patternfly/react-code-editor
57
585
 
58
- ## [5.1.1-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.14...@patternfly/react-code-editor@5.1.1-prerelease.15) (2023-09-21)
586
+ # [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)
59
587
 
60
588
  **Note:** Version bump only for package @patternfly/react-code-editor
61
589
 
62
- ## [5.1.1-prerelease.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.13...@patternfly/react-code-editor@5.1.1-prerelease.14) (2023-09-20)
590
+ # [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)
591
+
592
+ **Note:** Version bump only for package @patternfly/react-code-editor
593
+
594
+ # [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)
595
+
596
+ **Note:** Version bump only for package @patternfly/react-code-editor
597
+
598
+ # [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)
599
+
600
+ **Note:** Version bump only for package @patternfly/react-code-editor
601
+
602
+ # [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)
603
+
604
+ **Note:** Version bump only for package @patternfly/react-code-editor
605
+
606
+ # [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)
607
+
608
+ **Note:** Version bump only for package @patternfly/react-code-editor
609
+
610
+ # [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)
611
+
612
+ **Note:** Version bump only for package @patternfly/react-code-editor
613
+
614
+ # [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)
615
+
616
+ **Note:** Version bump only for package @patternfly/react-code-editor
617
+
618
+ # [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)
619
+
620
+ **Note:** Version bump only for package @patternfly/react-code-editor
621
+
622
+ # [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)
623
+
624
+ **Note:** Version bump only for package @patternfly/react-code-editor
625
+
626
+ # 5.2.0-prerelease.48 (2024-01-16)
627
+
628
+ **Note:** Version bump only for package @patternfly/react-code-editor
629
+
630
+ # [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)
631
+
632
+ **Note:** Version bump only for package @patternfly/react-code-editor
633
+
634
+ # [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)
635
+
636
+ **Note:** Version bump only for package @patternfly/react-code-editor
637
+
638
+ # [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)
639
+
640
+ **Note:** Version bump only for package @patternfly/react-code-editor
641
+
642
+ # [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)
643
+
644
+ **Note:** Version bump only for package @patternfly/react-code-editor
645
+
646
+ # [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)
647
+
648
+ **Note:** Version bump only for package @patternfly/react-code-editor
649
+
650
+ # [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)
651
+
652
+ **Note:** Version bump only for package @patternfly/react-code-editor
653
+
654
+ # [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)
655
+
656
+ ### Features
657
+
658
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
659
+
660
+ # [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)
661
+
662
+ **Note:** Version bump only for package @patternfly/react-code-editor
663
+
664
+ # [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)
665
+
666
+ **Note:** Version bump only for package @patternfly/react-code-editor
667
+
668
+ # [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)
669
+
670
+ **Note:** Version bump only for package @patternfly/react-code-editor
671
+
672
+ # [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)
673
+
674
+ **Note:** Version bump only for package @patternfly/react-code-editor
675
+
676
+ # [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)
677
+
678
+ **Note:** Version bump only for package @patternfly/react-code-editor
679
+
680
+ # [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)
681
+
682
+ **Note:** Version bump only for package @patternfly/react-code-editor
683
+
684
+ # [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)
685
+
686
+ **Note:** Version bump only for package @patternfly/react-code-editor
687
+
688
+ # [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)
689
+
690
+ **Note:** Version bump only for package @patternfly/react-code-editor
691
+
692
+ # [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)
693
+
694
+ **Note:** Version bump only for package @patternfly/react-code-editor
695
+
696
+ # [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)
697
+
698
+ **Note:** Version bump only for package @patternfly/react-code-editor
699
+
700
+ # [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)
701
+
702
+ **Note:** Version bump only for package @patternfly/react-code-editor
703
+
704
+ # [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)
705
+
706
+ **Note:** Version bump only for package @patternfly/react-code-editor
707
+
708
+ # [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)
709
+
710
+ **Note:** Version bump only for package @patternfly/react-code-editor
711
+
712
+ # [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)
713
+
714
+ **Note:** Version bump only for package @patternfly/react-code-editor
715
+
716
+ # [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)
717
+
718
+ **Note:** Version bump only for package @patternfly/react-code-editor
719
+
720
+ # [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)
721
+
722
+ **Note:** Version bump only for package @patternfly/react-code-editor
723
+
724
+ # [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)
725
+
726
+ **Note:** Version bump only for package @patternfly/react-code-editor
727
+
728
+ # [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)
729
+
730
+ **Note:** Version bump only for package @patternfly/react-code-editor
731
+
732
+ # [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)
733
+
734
+ **Note:** Version bump only for package @patternfly/react-code-editor
735
+
736
+ # [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)
737
+
738
+ **Note:** Version bump only for package @patternfly/react-code-editor
739
+
740
+ # [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)
741
+
742
+ **Note:** Version bump only for package @patternfly/react-code-editor
743
+
744
+ # [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)
745
+
746
+ **Note:** Version bump only for package @patternfly/react-code-editor
747
+
748
+ # [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)
749
+
750
+ **Note:** Version bump only for package @patternfly/react-code-editor
751
+
752
+ # [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)
753
+
754
+ **Note:** Version bump only for package @patternfly/react-code-editor
755
+
756
+ # [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)
757
+
758
+ **Note:** Version bump only for package @patternfly/react-code-editor
759
+
760
+ # [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)
761
+
762
+ **Note:** Version bump only for package @patternfly/react-code-editor
763
+
764
+ # [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)
765
+
766
+ **Note:** Version bump only for package @patternfly/react-code-editor
767
+
768
+ # [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)
769
+
770
+ **Note:** Version bump only for package @patternfly/react-code-editor
771
+
772
+ # 5.3.0-prerelease.1 (2024-02-15)
773
+
774
+ ### Features
775
+
776
+ - **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))
777
+
778
+ # 5.3.0-prerelease.0 (2024-02-02)
779
+
780
+ # 5.2.0 (2024-02-02)
781
+
782
+ **Note:** Version bump only for package @patternfly/react-code-editor
783
+
784
+ # 5.2.0 (2024-02-02)
785
+
786
+ **Note:** Version bump only for package @patternfly/react-code-editor
787
+
788
+ # 5.2.0-prerelease.51 (2024-02-02)
789
+
790
+ **Note:** Version bump only for package @patternfly/react-code-editor
791
+
792
+ # 5.2.0-prerelease.50 (2024-01-29)
793
+
794
+ **Note:** Version bump only for package @patternfly/react-code-editor
795
+
796
+ # [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)
797
+
798
+ **Note:** Version bump only for package @patternfly/react-code-editor
799
+
800
+ # 5.2.0-prerelease.48 (2024-01-16)
801
+
802
+ **Note:** Version bump only for package @patternfly/react-code-editor
803
+
804
+ # [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)
805
+
806
+ **Note:** Version bump only for package @patternfly/react-code-editor
807
+
808
+ # [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)
809
+
810
+ **Note:** Version bump only for package @patternfly/react-code-editor
811
+
812
+ # [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)
813
+
814
+ **Note:** Version bump only for package @patternfly/react-code-editor
815
+
816
+ # [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)
817
+
818
+ **Note:** Version bump only for package @patternfly/react-code-editor
819
+
820
+ # [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)
821
+
822
+ **Note:** Version bump only for package @patternfly/react-code-editor
823
+
824
+ # [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)
825
+
826
+ **Note:** Version bump only for package @patternfly/react-code-editor
827
+
828
+ # [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)
829
+
830
+ ### Features
831
+
832
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
833
+
834
+ # [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)
835
+
836
+ **Note:** Version bump only for package @patternfly/react-code-editor
837
+
838
+ # [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)
839
+
840
+ **Note:** Version bump only for package @patternfly/react-code-editor
841
+
842
+ # [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)
843
+
844
+ **Note:** Version bump only for package @patternfly/react-code-editor
845
+
846
+ # [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)
847
+
848
+ **Note:** Version bump only for package @patternfly/react-code-editor
849
+
850
+ # [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)
851
+
852
+ **Note:** Version bump only for package @patternfly/react-code-editor
853
+
854
+ # [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)
855
+
856
+ **Note:** Version bump only for package @patternfly/react-code-editor
857
+
858
+ # [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)
859
+
860
+ **Note:** Version bump only for package @patternfly/react-code-editor
861
+
862
+ # [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)
863
+
864
+ **Note:** Version bump only for package @patternfly/react-code-editor
865
+
866
+ # [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)
63
867
 
64
868
  **Note:** Version bump only for package @patternfly/react-code-editor
65
869