@patternfly/react-code-editor 6.0.0-alpha.8 → 6.0.0-alpha.80

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