@patternfly/react-code-editor 6.0.0-alpha.9 → 6.0.0-alpha.91

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