@patternfly/react-code-editor 6.0.0-alpha.1 → 6.0.0-alpha.100

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 (28) hide show
  1. package/CHANGELOG.md +1199 -1
  2. package/README.md +46 -36
  3. package/dist/esm/components/CodeEditor/CodeEditor.d.ts +9 -3
  4. package/dist/esm/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  5. package/dist/esm/components/CodeEditor/CodeEditor.js +51 -44
  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 +9 -3
  11. package/dist/js/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  12. package/dist/js/components/CodeEditor/CodeEditor.js +55 -48
  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 +102 -83
  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/CodeEditorBasic.tsx +0 -2
  26. package/src/components/CodeEditor/examples/CodeEditorCustomControl.tsx +2 -1
  27. package/src/components/CodeEditor/examples/CodeEditorShortcutMainHeader.tsx +51 -20
  28. package/src/components/CodeEditor/examples/CodeEditorSizeToFit.tsx +0 -2
package/CHANGELOG.md CHANGED
@@ -3,11 +3,1209 @@
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.100](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.99...@patternfly/react-code-editor@6.0.0-alpha.100) (2024-08-14)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-code-editor
9
+
10
+ # [6.0.0-alpha.99](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.98...@patternfly/react-code-editor@6.0.0-alpha.99) (2024-08-13)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-code-editor
13
+
14
+ # [6.0.0-alpha.98](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.97...@patternfly/react-code-editor@6.0.0-alpha.98) (2024-08-12)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-code-editor
17
+
18
+ # [6.0.0-alpha.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.96...@patternfly/react-code-editor@6.0.0-alpha.97) (2024-08-12)
19
+
20
+ **Note:** Version bump only for package @patternfly/react-code-editor
21
+
22
+ # [6.0.0-alpha.96](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.95...@patternfly/react-code-editor@6.0.0-alpha.96) (2024-08-08)
23
+
24
+ **Note:** Version bump only for package @patternfly/react-code-editor
25
+
26
+ # [6.0.0-alpha.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.94...@patternfly/react-code-editor@6.0.0-alpha.95) (2024-08-01)
27
+
28
+ **Note:** Version bump only for package @patternfly/react-code-editor
29
+
30
+ # [6.0.0-alpha.94](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.93...@patternfly/react-code-editor@6.0.0-alpha.94) (2024-07-29)
31
+
32
+ **Note:** Version bump only for package @patternfly/react-code-editor
33
+
34
+ # [6.0.0-alpha.93](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.92...@patternfly/react-code-editor@6.0.0-alpha.93) (2024-07-29)
35
+
36
+ **Note:** Version bump only for package @patternfly/react-code-editor
37
+
38
+ # [6.0.0-alpha.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.91...@patternfly/react-code-editor@6.0.0-alpha.92) (2024-07-29)
39
+
40
+ **Note:** Version bump only for package @patternfly/react-code-editor
41
+
42
+ # [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)
43
+
44
+ **Note:** Version bump only for package @patternfly/react-code-editor
45
+
46
+ # [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)
47
+
48
+ **Note:** Version bump only for package @patternfly/react-code-editor
49
+
50
+ # [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)
51
+
52
+ **Note:** Version bump only for package @patternfly/react-code-editor
53
+
54
+ # [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)
55
+
56
+ **Note:** Version bump only for package @patternfly/react-code-editor
57
+
58
+ # [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)
59
+
60
+ **Note:** Version bump only for package @patternfly/react-code-editor
61
+
62
+ # [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)
63
+
64
+ **Note:** Version bump only for package @patternfly/react-code-editor
65
+
66
+ # [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)
67
+
68
+ **Note:** Version bump only for package @patternfly/react-code-editor
69
+
70
+ # [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)
71
+
72
+ **Note:** Version bump only for package @patternfly/react-code-editor
73
+
74
+ # [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)
75
+
76
+ **Note:** Version bump only for package @patternfly/react-code-editor
77
+
78
+ # [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)
79
+
80
+ **Note:** Version bump only for package @patternfly/react-code-editor
81
+
82
+ # [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)
83
+
84
+ **Note:** Version bump only for package @patternfly/react-code-editor
85
+
86
+ # [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)
87
+
88
+ **Note:** Version bump only for package @patternfly/react-code-editor
89
+
90
+ # [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)
91
+
92
+ **Note:** Version bump only for package @patternfly/react-code-editor
93
+
94
+ # [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)
95
+
96
+ **Note:** Version bump only for package @patternfly/react-code-editor
97
+
98
+ # [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)
99
+
100
+ **Note:** Version bump only for package @patternfly/react-code-editor
101
+
102
+ # [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)
103
+
104
+ ### Features
105
+
106
+ - **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))
107
+
108
+ # [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)
109
+
110
+ **Note:** Version bump only for package @patternfly/react-code-editor
111
+
112
+ # [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)
113
+
114
+ **Note:** Version bump only for package @patternfly/react-code-editor
115
+
116
+ # [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)
117
+
118
+ **Note:** Version bump only for package @patternfly/react-code-editor
119
+
120
+ # [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)
121
+
122
+ **Note:** Version bump only for package @patternfly/react-code-editor
123
+
124
+ # [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)
125
+
126
+ **Note:** Version bump only for package @patternfly/react-code-editor
127
+
128
+ # [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)
129
+
130
+ **Note:** Version bump only for package @patternfly/react-code-editor
131
+
132
+ # [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)
133
+
134
+ **Note:** Version bump only for package @patternfly/react-code-editor
135
+
136
+ # [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)
137
+
138
+ **Note:** Version bump only for package @patternfly/react-code-editor
139
+
140
+ # [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)
141
+
142
+ **Note:** Version bump only for package @patternfly/react-code-editor
143
+
144
+ # [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)
145
+
146
+ **Note:** Version bump only for package @patternfly/react-code-editor
147
+
148
+ # [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)
149
+
150
+ **Note:** Version bump only for package @patternfly/react-code-editor
151
+
152
+ # [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)
153
+
154
+ **Note:** Version bump only for package @patternfly/react-code-editor
155
+
156
+ # [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)
157
+
158
+ **Note:** Version bump only for package @patternfly/react-code-editor
159
+
160
+ # [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)
161
+
162
+ **Note:** Version bump only for package @patternfly/react-code-editor
163
+
164
+ # [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)
165
+
166
+ **Note:** Version bump only for package @patternfly/react-code-editor
167
+
168
+ # 6.0.0-alpha.60 (2024-05-23)
169
+
170
+ **Note:** Version bump only for package @patternfly/react-code-editor
171
+
172
+ # [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)
173
+
174
+ **Note:** Version bump only for package @patternfly/react-code-editor
175
+
176
+ # [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)
177
+
178
+ **Note:** Version bump only for package @patternfly/react-code-editor
179
+
180
+ # [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)
181
+
182
+ **Note:** Version bump only for package @patternfly/react-code-editor
183
+
184
+ # [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)
185
+
186
+ **Note:** Version bump only for package @patternfly/react-code-editor
187
+
188
+ # [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)
189
+
190
+ **Note:** Version bump only for package @patternfly/react-code-editor
191
+
192
+ # [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)
193
+
194
+ **Note:** Version bump only for package @patternfly/react-code-editor
195
+
196
+ # 6.0.0-alpha.53 (2024-04-26)
197
+
198
+ ### Bug Fixes
199
+
200
+ - **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))
201
+
202
+ # [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)
203
+
204
+ **Note:** Version bump only for package @patternfly/react-code-editor
205
+
206
+ # [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)
207
+
208
+ **Note:** Version bump only for package @patternfly/react-code-editor
209
+
210
+ # [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)
211
+
212
+ **Note:** Version bump only for package @patternfly/react-code-editor
213
+
214
+ # [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)
215
+
216
+ **Note:** Version bump only for package @patternfly/react-code-editor
217
+
218
+ # [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)
219
+
220
+ **Note:** Version bump only for package @patternfly/react-code-editor
221
+
222
+ # 5.3.0-prerelease.24 (2024-03-29)
223
+
224
+ **Note:** Version bump only for package @patternfly/react-code-editor
225
+
226
+ # [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)
227
+
228
+ **Note:** Version bump only for package @patternfly/react-code-editor
229
+
230
+ # [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)
231
+
232
+ **Note:** Version bump only for package @patternfly/react-code-editor
233
+
234
+ # [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)
235
+
236
+ **Note:** Version bump only for package @patternfly/react-code-editor
237
+
238
+ # [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)
239
+
240
+ **Note:** Version bump only for package @patternfly/react-code-editor
241
+
242
+ # [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)
243
+
244
+ **Note:** Version bump only for package @patternfly/react-code-editor
245
+
246
+ # [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)
247
+
248
+ **Note:** Version bump only for package @patternfly/react-code-editor
249
+
250
+ # 5.3.0-prerelease.17 (2024-03-26)
251
+
252
+ **Note:** Version bump only for package @patternfly/react-code-editor
253
+
254
+ # [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)
255
+
256
+ **Note:** Version bump only for package @patternfly/react-code-editor
257
+
258
+ # [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)
259
+
260
+ **Note:** Version bump only for package @patternfly/react-code-editor
261
+
262
+ # [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)
263
+
264
+ **Note:** Version bump only for package @patternfly/react-code-editor
265
+
266
+ # [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)
267
+
268
+ **Note:** Version bump only for package @patternfly/react-code-editor
269
+
270
+ # 5.3.0-prerelease.12 (2024-03-20)
271
+
272
+ **Note:** Version bump only for package @patternfly/react-code-editor
273
+
274
+ # [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)
275
+
276
+ **Note:** Version bump only for package @patternfly/react-code-editor
277
+
278
+ # [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)
279
+
280
+ **Note:** Version bump only for package @patternfly/react-code-editor
281
+
282
+ # 5.3.0-prerelease.9 (2024-03-11)
283
+
284
+ **Note:** Version bump only for package @patternfly/react-code-editor
285
+
286
+ # [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)
287
+
288
+ **Note:** Version bump only for package @patternfly/react-code-editor
289
+
290
+ # [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)
291
+
292
+ **Note:** Version bump only for package @patternfly/react-code-editor
293
+
294
+ # [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)
295
+
296
+ **Note:** Version bump only for package @patternfly/react-code-editor
297
+
298
+ # [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)
299
+
300
+ **Note:** Version bump only for package @patternfly/react-code-editor
301
+
302
+ # [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)
303
+
304
+ **Note:** Version bump only for package @patternfly/react-code-editor
305
+
306
+ # [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)
307
+
308
+ **Note:** Version bump only for package @patternfly/react-code-editor
309
+
310
+ # [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)
311
+
312
+ **Note:** Version bump only for package @patternfly/react-code-editor
313
+
314
+ # 5.3.0-prerelease.1 (2024-02-15)
315
+
316
+ ### Features
317
+
318
+ - **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))
319
+
320
+ # 5.3.0-prerelease.0 (2024-02-02)
321
+
322
+ # 5.2.0 (2024-02-02)
323
+
324
+ **Note:** Version bump only for package @patternfly/react-code-editor
325
+
326
+ # 5.2.0 (2024-02-02)
327
+
328
+ **Note:** Version bump only for package @patternfly/react-code-editor
329
+
330
+ # 5.2.0-prerelease.51 (2024-02-02)
331
+
332
+ **Note:** Version bump only for package @patternfly/react-code-editor
333
+
334
+ # 5.2.0-prerelease.50 (2024-01-29)
335
+
336
+ **Note:** Version bump only for package @patternfly/react-code-editor
337
+
338
+ # [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)
339
+
340
+ **Note:** Version bump only for package @patternfly/react-code-editor
341
+
342
+ # 5.2.0-prerelease.48 (2024-01-16)
343
+
344
+ **Note:** Version bump only for package @patternfly/react-code-editor
345
+
346
+ # [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)
347
+
348
+ **Note:** Version bump only for package @patternfly/react-code-editor
349
+
350
+ # [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)
351
+
352
+ **Note:** Version bump only for package @patternfly/react-code-editor
353
+
354
+ # [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)
355
+
356
+ **Note:** Version bump only for package @patternfly/react-code-editor
357
+
358
+ # [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)
359
+
360
+ **Note:** Version bump only for package @patternfly/react-code-editor
361
+
362
+ # [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)
363
+
364
+ **Note:** Version bump only for package @patternfly/react-code-editor
365
+
366
+ # [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)
367
+
368
+ **Note:** Version bump only for package @patternfly/react-code-editor
369
+
370
+ # [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)
371
+
372
+ ### Features
373
+
374
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
375
+
376
+ # [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)
377
+
378
+ **Note:** Version bump only for package @patternfly/react-code-editor
379
+
380
+ # [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)
381
+
382
+ **Note:** Version bump only for package @patternfly/react-code-editor
383
+
384
+ # [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)
385
+
386
+ **Note:** Version bump only for package @patternfly/react-code-editor
387
+
388
+ # [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)
389
+
390
+ **Note:** Version bump only for package @patternfly/react-code-editor
391
+
392
+ # [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)
393
+
394
+ **Note:** Version bump only for package @patternfly/react-code-editor
395
+
396
+ # [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)
397
+
398
+ **Note:** Version bump only for package @patternfly/react-code-editor
399
+
400
+ # [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)
401
+
402
+ **Note:** Version bump only for package @patternfly/react-code-editor
403
+
404
+ # [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)
405
+
406
+ **Note:** Version bump only for package @patternfly/react-code-editor
407
+
408
+ # [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)
409
+
410
+ **Note:** Version bump only for package @patternfly/react-code-editor
411
+
412
+ # [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)
413
+
414
+ **Note:** Version bump only for package @patternfly/react-code-editor
415
+
416
+ # [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)
417
+
418
+ **Note:** Version bump only for package @patternfly/react-code-editor
419
+
420
+ # [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)
421
+
422
+ **Note:** Version bump only for package @patternfly/react-code-editor
423
+
424
+ # [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)
425
+
426
+ **Note:** Version bump only for package @patternfly/react-code-editor
427
+
428
+ # [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)
429
+
430
+ **Note:** Version bump only for package @patternfly/react-code-editor
431
+
432
+ # [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)
433
+
434
+ **Note:** Version bump only for package @patternfly/react-code-editor
435
+
436
+ # [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)
437
+
438
+ **Note:** Version bump only for package @patternfly/react-code-editor
439
+
440
+ # [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)
441
+
442
+ **Note:** Version bump only for package @patternfly/react-code-editor
443
+
444
+ # [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)
445
+
446
+ **Note:** Version bump only for package @patternfly/react-code-editor
447
+
448
+ # [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)
449
+
450
+ **Note:** Version bump only for package @patternfly/react-code-editor
451
+
452
+ # [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)
453
+
454
+ **Note:** Version bump only for package @patternfly/react-code-editor
455
+
456
+ # [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)
457
+
458
+ **Note:** Version bump only for package @patternfly/react-code-editor
459
+
460
+ # [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)
461
+
462
+ **Note:** Version bump only for package @patternfly/react-code-editor
463
+
464
+ # [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)
465
+
466
+ **Note:** Version bump only for package @patternfly/react-code-editor
467
+
468
+ # [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)
469
+
470
+ **Note:** Version bump only for package @patternfly/react-code-editor
471
+
472
+ # [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)
473
+
474
+ **Note:** Version bump only for package @patternfly/react-code-editor
475
+
476
+ # [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)
477
+
478
+ **Note:** Version bump only for package @patternfly/react-code-editor
479
+
480
+ # [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)
481
+
482
+ **Note:** Version bump only for package @patternfly/react-code-editor
483
+
484
+ # [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)
485
+
486
+ **Note:** Version bump only for package @patternfly/react-code-editor
487
+
488
+ # [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)
489
+
490
+ **Note:** Version bump only for package @patternfly/react-code-editor
491
+
492
+ # [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)
493
+
494
+ **Note:** Version bump only for package @patternfly/react-code-editor
495
+
496
+ # [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)
497
+
498
+ **Note:** Version bump only for package @patternfly/react-code-editor
499
+
500
+ # [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)
501
+
502
+ **Note:** Version bump only for package @patternfly/react-code-editor
503
+
504
+ # [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)
505
+
506
+ **Note:** Version bump only for package @patternfly/react-code-editor
507
+
508
+ # [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)
509
+
510
+ **Note:** Version bump only for package @patternfly/react-code-editor
511
+
512
+ # 6.0.0-alpha.37 (2024-02-28)
513
+
514
+ **Note:** Version bump only for package @patternfly/react-code-editor
515
+
516
+ # [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)
517
+
518
+ **Note:** Version bump only for package @patternfly/react-code-editor
519
+
520
+ # [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)
521
+
522
+ **Note:** Version bump only for package @patternfly/react-code-editor
523
+
524
+ # [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)
525
+
526
+ ### Features
527
+
528
+ - **Chip:** use Label internally, deprecate Chip ([#10049](https://github.com/patternfly/patternfly-react/issues/10049)) ([5cdb725](https://github.com/patternfly/patternfly-react/commit/5cdb72536f8dd291e42be09bc6454ac591adc606))
529
+
530
+ # [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)
531
+
532
+ ### Features
533
+
534
+ - **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))
535
+
536
+ # [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)
537
+
538
+ **Note:** Version bump only for package @patternfly/react-code-editor
539
+
540
+ # [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)
541
+
542
+ **Note:** Version bump only for package @patternfly/react-code-editor
543
+
544
+ # [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)
545
+
546
+ **Note:** Version bump only for package @patternfly/react-code-editor
547
+
548
+ # [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)
549
+
550
+ **Note:** Version bump only for package @patternfly/react-code-editor
551
+
552
+ # [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)
553
+
554
+ **Note:** Version bump only for package @patternfly/react-code-editor
555
+
556
+ # [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)
557
+
558
+ **Note:** Version bump only for package @patternfly/react-code-editor
559
+
560
+ # [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)
561
+
562
+ **Note:** Version bump only for package @patternfly/react-code-editor
563
+
564
+ # [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)
565
+
566
+ **Note:** Version bump only for package @patternfly/react-code-editor
567
+
568
+ # [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)
569
+
570
+ **Note:** Version bump only for package @patternfly/react-code-editor
571
+
572
+ # [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)
573
+
574
+ **Note:** Version bump only for package @patternfly/react-code-editor
575
+
576
+ # [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)
577
+
578
+ **Note:** Version bump only for package @patternfly/react-code-editor
579
+
580
+ # [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)
581
+
582
+ **Note:** Version bump only for package @patternfly/react-code-editor
583
+
584
+ # [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)
585
+
586
+ **Note:** Version bump only for package @patternfly/react-code-editor
587
+
588
+ # [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)
589
+
590
+ **Note:** Version bump only for package @patternfly/react-code-editor
591
+
592
+ # [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)
593
+
594
+ **Note:** Version bump only for package @patternfly/react-code-editor
595
+
596
+ # 6.0.0-alpha.17 (2024-01-19)
597
+
598
+ **Note:** Version bump only for package @patternfly/react-code-editor
599
+
600
+ # [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)
601
+
602
+ **Note:** Version bump only for package @patternfly/react-code-editor
603
+
604
+ # [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)
605
+
606
+ **Note:** Version bump only for package @patternfly/react-code-editor
607
+
608
+ # [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)
609
+
610
+ ### Features
611
+
612
+ - **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))
613
+
614
+ # [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)
615
+
616
+ **Note:** Version bump only for package @patternfly/react-code-editor
617
+
618
+ # [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)
619
+
620
+ **Note:** Version bump only for package @patternfly/react-code-editor
621
+
622
+ # [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)
623
+
624
+ **Note:** Version bump only for package @patternfly/react-code-editor
625
+
626
+ # [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)
627
+
628
+ **Note:** Version bump only for package @patternfly/react-code-editor
629
+
630
+ # [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)
631
+
632
+ **Note:** Version bump only for package @patternfly/react-code-editor
633
+
634
+ # [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)
635
+
636
+ **Note:** Version bump only for package @patternfly/react-code-editor
637
+
638
+ # [6.0.0-alpha.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.6...@patternfly/react-code-editor@6.0.0-alpha.7) (2023-12-20)
639
+
640
+ **Note:** Version bump only for package @patternfly/react-code-editor
641
+
642
+ # [6.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.5...@patternfly/react-code-editor@6.0.0-alpha.6) (2023-12-20)
643
+
644
+ **Note:** Version bump only for package @patternfly/react-code-editor
645
+
646
+ # [6.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.4...@patternfly/react-code-editor@6.0.0-alpha.5) (2023-12-13)
647
+
648
+ **Note:** Version bump only for package @patternfly/react-code-editor
649
+
650
+ # [6.0.0-alpha.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.3...@patternfly/react-code-editor@6.0.0-alpha.4) (2023-12-06)
651
+
652
+ **Note:** Version bump only for package @patternfly/react-code-editor
653
+
654
+ # [6.0.0-alpha.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.2...@patternfly/react-code-editor@6.0.0-alpha.3) (2023-12-04)
655
+
656
+ **Note:** Version bump only for package @patternfly/react-code-editor
657
+
658
+ # [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.19...@patternfly/react-code-editor@6.0.0-alpha.2) (2023-11-16)
659
+
660
+ ### Reverts
661
+
662
+ - Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791)
663
+
6
664
  # [6.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.13...@patternfly/react-code-editor@6.0.0-alpha.1) (2023-09-29)
7
665
 
8
666
  ### Bug Fixes
9
667
 
10
- - Release alphas from v6 and rebase from main ([#9692](https://github.com/patternfly/patternfly-react/issues/9692)) ([bb022ff](https://github.com/patternfly/patternfly-react/commit/bb022ffc65da8e8c5b5c984412f936cea9424676)), closes [#9651](https://github.com/patternfly/patternfly-react/issues/9651) [#9627](https://github.com/patternfly/patternfly-react/issues/9627) [#9555](https://github.com/patternfly/patternfly-react/issues/9555) [#9543](https://github.com/patternfly/patternfly-react/issues/9543) [#9578](https://github.com/patternfly/patternfly-react/issues/9578) [#9519](https://github.com/patternfly/patternfly-react/issues/9519) [#9603](https://github.com/patternfly/patternfly-react/issues/9603) [#9655](https://github.com/patternfly/patternfly-react/issues/9655) [#9614](https://github.com/patternfly/patternfly-react/issues/9614) [#9606](https://github.com/patternfly/patternfly-react/issues/9606) [#9628](https://github.com/patternfly/patternfly-react/issues/9628) [#9635](https://github.com/patternfly/patternfly-react/issues/9635) [#9649](https://github.com/patternfly/patternfly-react/issues/9649) [#9642](https://github.com/patternfly/patternfly-react/issues/9642) [#9633](https://github.com/patternfly/patternfly-react/issues/9633) [#9637](https://github.com/patternfly/patternfly-react/issues/9637) [#9584](https://github.com/patternfly/patternfly-react/issues/9584) [#9284](https://github.com/patternfly/patternfly-react/issues/9284)
668
+ - Release alphas from v6 and rebase from main ([#9692](https://github.com/patternfly/patternfly-react/issues/9692)) ([bb022ff](https://github.com/patternfly/patternfly-react/commit/bb022ffc65da8e8c5b5c984412f936cea9424676)), closes [#9651](https://github.com/patternfly/patternfly-react/issues/9651) [#9627](https://github.com/patternfly/patternfly-react/issues/9627) [#9555](https://github.com/patternfly/patternfly-react/issues/9555) [#9543](https://github.com/patternfly/patternfly-react/issues/9543) [#9578](https://github.com/patternfly/patternfly-react/issues/9578) [#9519](https://github.com/patternfly/patternfly-react/issues/9519) [#9603](https://github.com/patternfly/patternfly-react/issues/9603) [#9655](https://github.com/patternfly/patternfly-react/issues/9655) [#9614](https://github.com/patternfly/patternfly-react/issues/9614) [#9606](https://github.com/patternfly/patternfly-react/issues/9606) [#9628](https://github.com/patternfly/patternfly-react/issues/9628) [#9635](https://github.com/patternfly/patternfly-react/issues/9635) [#9649](https://github.com/patternfly/patternfly-react/issues/9649) [#9642](https://github.com/patternfly/patternfly-react/issues/9642) [#9633](https://github.com/patternfly/patternfly-react/issues/9633) [#9637](https://github.com/patternfly/patternfly-react/issues/9637) [#9584](https://github.com/patternfly/patternfly-react/issues/9584) [#9284](https://github.com/patternfly/patternfly-react/issues/9284)
669
+
670
+ ## [5.1.1-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.21...@patternfly/react-code-editor@5.1.1-prerelease.22) (2023-09-25)
671
+
672
+ **Note:** Version bump only for package @patternfly/react-code-editor
673
+
674
+ ## [5.1.1-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.20...@patternfly/react-code-editor@5.1.1-prerelease.21) (2023-09-25)
675
+
676
+ **Note:** Version bump only for package @patternfly/react-code-editor
677
+
678
+ ## [5.1.1-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.19...@patternfly/react-code-editor@5.1.1-prerelease.20) (2023-09-22)
679
+
680
+ **Note:** Version bump only for package @patternfly/react-code-editor
681
+
682
+ ## [5.1.1-prerelease.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.18...@patternfly/react-code-editor@5.1.1-prerelease.19) (2023-09-21)
683
+
684
+ **Note:** Version bump only for package @patternfly/react-code-editor
685
+
686
+ ## [5.1.1-prerelease.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.17...@patternfly/react-code-editor@5.1.1-prerelease.18) (2023-09-21)
687
+
688
+ **Note:** Version bump only for package @patternfly/react-code-editor
689
+
690
+ ## [5.1.1-prerelease.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.16...@patternfly/react-code-editor@5.1.1-prerelease.17) (2023-09-21)
691
+
692
+ **Note:** Version bump only for package @patternfly/react-code-editor
693
+
694
+ ## [5.1.1-prerelease.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.15...@patternfly/react-code-editor@5.1.1-prerelease.16) (2023-09-21)
695
+
696
+ **Note:** Version bump only for package @patternfly/react-code-editor
697
+
698
+ ## [5.1.1-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.14...@patternfly/react-code-editor@5.1.1-prerelease.15) (2023-09-21)
699
+
700
+ **Note:** Version bump only for package @patternfly/react-code-editor
701
+
702
+ ## [5.1.1-prerelease.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.13...@patternfly/react-code-editor@5.1.1-prerelease.14) (2023-09-20)
703
+
704
+ **Note:** Version bump only for package @patternfly/react-code-editor
705
+
706
+ # [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)
707
+
708
+ **Note:** Version bump only for package @patternfly/react-code-editor
709
+
710
+ # [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)
711
+
712
+ **Note:** Version bump only for package @patternfly/react-code-editor
713
+
714
+ # [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)
715
+
716
+ **Note:** Version bump only for package @patternfly/react-code-editor
717
+
718
+ # [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)
719
+
720
+ **Note:** Version bump only for package @patternfly/react-code-editor
721
+
722
+ # [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)
723
+
724
+ **Note:** Version bump only for package @patternfly/react-code-editor
725
+
726
+ # [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)
727
+
728
+ **Note:** Version bump only for package @patternfly/react-code-editor
729
+
730
+ # [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)
731
+
732
+ **Note:** Version bump only for package @patternfly/react-code-editor
733
+
734
+ # [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)
735
+
736
+ **Note:** Version bump only for package @patternfly/react-code-editor
737
+
738
+ # [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)
739
+
740
+ **Note:** Version bump only for package @patternfly/react-code-editor
741
+
742
+ # [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)
743
+
744
+ **Note:** Version bump only for package @patternfly/react-code-editor
745
+
746
+ # [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)
747
+
748
+ **Note:** Version bump only for package @patternfly/react-code-editor
749
+
750
+ # [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)
751
+
752
+ **Note:** Version bump only for package @patternfly/react-code-editor
753
+
754
+ # [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)
755
+
756
+ **Note:** Version bump only for package @patternfly/react-code-editor
757
+
758
+ # [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)
759
+
760
+ **Note:** Version bump only for package @patternfly/react-code-editor
761
+
762
+ # [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)
763
+
764
+ **Note:** Version bump only for package @patternfly/react-code-editor
765
+
766
+ # [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)
767
+
768
+ **Note:** Version bump only for package @patternfly/react-code-editor
769
+
770
+ # [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)
771
+
772
+ **Note:** Version bump only for package @patternfly/react-code-editor
773
+
774
+ # [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)
775
+
776
+ **Note:** Version bump only for package @patternfly/react-code-editor
777
+
778
+ # [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)
779
+
780
+ **Note:** Version bump only for package @patternfly/react-code-editor
781
+
782
+ # [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)
783
+
784
+ **Note:** Version bump only for package @patternfly/react-code-editor
785
+
786
+ # [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)
787
+
788
+ **Note:** Version bump only for package @patternfly/react-code-editor
789
+
790
+ # [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)
791
+
792
+ **Note:** Version bump only for package @patternfly/react-code-editor
793
+
794
+ # [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)
795
+
796
+ **Note:** Version bump only for package @patternfly/react-code-editor
797
+
798
+ # [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)
799
+
800
+ **Note:** Version bump only for package @patternfly/react-code-editor
801
+
802
+ # [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)
803
+
804
+ **Note:** Version bump only for package @patternfly/react-code-editor
805
+
806
+ # [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)
807
+
808
+ **Note:** Version bump only for package @patternfly/react-code-editor
809
+
810
+ # [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)
811
+
812
+ **Note:** Version bump only for package @patternfly/react-code-editor
813
+
814
+ # [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)
815
+
816
+ **Note:** Version bump only for package @patternfly/react-code-editor
817
+
818
+ # [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)
819
+
820
+ **Note:** Version bump only for package @patternfly/react-code-editor
821
+
822
+ # [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)
823
+
824
+ **Note:** Version bump only for package @patternfly/react-code-editor
825
+
826
+ # 5.2.0-prerelease.48 (2024-01-16)
827
+
828
+ **Note:** Version bump only for package @patternfly/react-code-editor
829
+
830
+ # [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)
831
+
832
+ **Note:** Version bump only for package @patternfly/react-code-editor
833
+
834
+ # [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)
835
+
836
+ **Note:** Version bump only for package @patternfly/react-code-editor
837
+
838
+ # [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)
839
+
840
+ **Note:** Version bump only for package @patternfly/react-code-editor
841
+
842
+ # [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)
843
+
844
+ **Note:** Version bump only for package @patternfly/react-code-editor
845
+
846
+ # [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)
847
+
848
+ **Note:** Version bump only for package @patternfly/react-code-editor
849
+
850
+ # [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)
851
+
852
+ **Note:** Version bump only for package @patternfly/react-code-editor
853
+
854
+ # [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)
855
+
856
+ ### Features
857
+
858
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
859
+
860
+ # [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)
861
+
862
+ **Note:** Version bump only for package @patternfly/react-code-editor
863
+
864
+ # [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)
865
+
866
+ **Note:** Version bump only for package @patternfly/react-code-editor
867
+
868
+ # [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)
869
+
870
+ **Note:** Version bump only for package @patternfly/react-code-editor
871
+
872
+ # [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)
873
+
874
+ **Note:** Version bump only for package @patternfly/react-code-editor
875
+
876
+ # [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)
877
+
878
+ **Note:** Version bump only for package @patternfly/react-code-editor
879
+
880
+ # [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)
881
+
882
+ **Note:** Version bump only for package @patternfly/react-code-editor
883
+
884
+ # [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)
885
+
886
+ **Note:** Version bump only for package @patternfly/react-code-editor
887
+
888
+ # [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)
889
+
890
+ **Note:** Version bump only for package @patternfly/react-code-editor
891
+
892
+ # [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)
893
+
894
+ **Note:** Version bump only for package @patternfly/react-code-editor
895
+
896
+ # [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)
897
+
898
+ **Note:** Version bump only for package @patternfly/react-code-editor
899
+
900
+ # [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)
901
+
902
+ **Note:** Version bump only for package @patternfly/react-code-editor
903
+
904
+ # [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)
905
+
906
+ **Note:** Version bump only for package @patternfly/react-code-editor
907
+
908
+ # [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)
909
+
910
+ **Note:** Version bump only for package @patternfly/react-code-editor
911
+
912
+ # [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)
913
+
914
+ **Note:** Version bump only for package @patternfly/react-code-editor
915
+
916
+ # [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)
917
+
918
+ **Note:** Version bump only for package @patternfly/react-code-editor
919
+
920
+ # [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)
921
+
922
+ **Note:** Version bump only for package @patternfly/react-code-editor
923
+
924
+ # [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)
925
+
926
+ **Note:** Version bump only for package @patternfly/react-code-editor
927
+
928
+ # [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)
929
+
930
+ **Note:** Version bump only for package @patternfly/react-code-editor
931
+
932
+ # [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)
933
+
934
+ **Note:** Version bump only for package @patternfly/react-code-editor
935
+
936
+ # [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)
937
+
938
+ **Note:** Version bump only for package @patternfly/react-code-editor
939
+
940
+ # [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)
941
+
942
+ **Note:** Version bump only for package @patternfly/react-code-editor
943
+
944
+ # [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)
945
+
946
+ **Note:** Version bump only for package @patternfly/react-code-editor
947
+
948
+ # [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)
949
+
950
+ **Note:** Version bump only for package @patternfly/react-code-editor
951
+
952
+ # [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)
953
+
954
+ **Note:** Version bump only for package @patternfly/react-code-editor
955
+
956
+ # [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)
957
+
958
+ **Note:** Version bump only for package @patternfly/react-code-editor
959
+
960
+ # [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)
961
+
962
+ **Note:** Version bump only for package @patternfly/react-code-editor
963
+
964
+ # [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)
965
+
966
+ **Note:** Version bump only for package @patternfly/react-code-editor
967
+
968
+ # [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)
969
+
970
+ **Note:** Version bump only for package @patternfly/react-code-editor
971
+
972
+ # 5.3.0-prerelease.1 (2024-02-15)
973
+
974
+ ### Features
975
+
976
+ - **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))
977
+
978
+ # 5.3.0-prerelease.0 (2024-02-02)
979
+
980
+ # 5.2.0 (2024-02-02)
981
+
982
+ **Note:** Version bump only for package @patternfly/react-code-editor
983
+
984
+ # 5.2.0 (2024-02-02)
985
+
986
+ **Note:** Version bump only for package @patternfly/react-code-editor
987
+
988
+ # 5.2.0-prerelease.51 (2024-02-02)
989
+
990
+ **Note:** Version bump only for package @patternfly/react-code-editor
991
+
992
+ # 5.2.0-prerelease.50 (2024-01-29)
993
+
994
+ **Note:** Version bump only for package @patternfly/react-code-editor
995
+
996
+ # [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)
997
+
998
+ **Note:** Version bump only for package @patternfly/react-code-editor
999
+
1000
+ # 5.2.0-prerelease.48 (2024-01-16)
1001
+
1002
+ **Note:** Version bump only for package @patternfly/react-code-editor
1003
+
1004
+ # [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)
1005
+
1006
+ **Note:** Version bump only for package @patternfly/react-code-editor
1007
+
1008
+ # [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)
1009
+
1010
+ **Note:** Version bump only for package @patternfly/react-code-editor
1011
+
1012
+ # [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)
1013
+
1014
+ **Note:** Version bump only for package @patternfly/react-code-editor
1015
+
1016
+ # [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)
1017
+
1018
+ **Note:** Version bump only for package @patternfly/react-code-editor
1019
+
1020
+ # [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)
1021
+
1022
+ **Note:** Version bump only for package @patternfly/react-code-editor
1023
+
1024
+ # [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)
1025
+
1026
+ **Note:** Version bump only for package @patternfly/react-code-editor
1027
+
1028
+ # [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)
1029
+
1030
+ ### Features
1031
+
1032
+ - **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
1033
+
1034
+ # [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)
1035
+
1036
+ **Note:** Version bump only for package @patternfly/react-code-editor
1037
+
1038
+ # [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)
1039
+
1040
+ **Note:** Version bump only for package @patternfly/react-code-editor
1041
+
1042
+ # [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)
1043
+
1044
+ **Note:** Version bump only for package @patternfly/react-code-editor
1045
+
1046
+ # [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)
1047
+
1048
+ **Note:** Version bump only for package @patternfly/react-code-editor
1049
+
1050
+ # [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)
1051
+
1052
+ **Note:** Version bump only for package @patternfly/react-code-editor
1053
+
1054
+ # [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)
1055
+
1056
+ **Note:** Version bump only for package @patternfly/react-code-editor
1057
+
1058
+ # [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)
1059
+
1060
+ **Note:** Version bump only for package @patternfly/react-code-editor
1061
+
1062
+ # [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)
1063
+
1064
+ **Note:** Version bump only for package @patternfly/react-code-editor
1065
+
1066
+ # [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)
1067
+
1068
+ **Note:** Version bump only for package @patternfly/react-code-editor
1069
+
1070
+ # [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)
1071
+
1072
+ **Note:** Version bump only for package @patternfly/react-code-editor
1073
+
1074
+ # [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)
1075
+
1076
+ **Note:** Version bump only for package @patternfly/react-code-editor
1077
+
1078
+ # [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)
1079
+
1080
+ **Note:** Version bump only for package @patternfly/react-code-editor
1081
+
1082
+ # [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)
1083
+
1084
+ **Note:** Version bump only for package @patternfly/react-code-editor
1085
+
1086
+ # [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)
1087
+
1088
+ **Note:** Version bump only for package @patternfly/react-code-editor
1089
+
1090
+ # [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)
1091
+
1092
+ **Note:** Version bump only for package @patternfly/react-code-editor
1093
+
1094
+ # [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)
1095
+
1096
+ **Note:** Version bump only for package @patternfly/react-code-editor
1097
+
1098
+ # [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)
1099
+
1100
+ **Note:** Version bump only for package @patternfly/react-code-editor
1101
+
1102
+ # [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)
1103
+
1104
+ **Note:** Version bump only for package @patternfly/react-code-editor
1105
+
1106
+ # [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)
1107
+
1108
+ **Note:** Version bump only for package @patternfly/react-code-editor
1109
+
1110
+ # [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)
1111
+
1112
+ **Note:** Version bump only for package @patternfly/react-code-editor
1113
+
1114
+ # [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)
1115
+
1116
+ **Note:** Version bump only for package @patternfly/react-code-editor
1117
+
1118
+ # [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)
1119
+
1120
+ **Note:** Version bump only for package @patternfly/react-code-editor
1121
+
1122
+ # [5.2.0-prerelease.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.17...@patternfly/react-code-editor@5.2.0-prerelease.18) (2023-10-27)
1123
+
1124
+ **Note:** Version bump only for package @patternfly/react-code-editor
1125
+
1126
+ # [5.2.0-prerelease.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.16...@patternfly/react-code-editor@5.2.0-prerelease.17) (2023-10-27)
1127
+
1128
+ **Note:** Version bump only for package @patternfly/react-code-editor
1129
+
1130
+ # [5.2.0-prerelease.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.15...@patternfly/react-code-editor@5.2.0-prerelease.16) (2023-10-27)
1131
+
1132
+ **Note:** Version bump only for package @patternfly/react-code-editor
1133
+
1134
+ # [5.2.0-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.14...@patternfly/react-code-editor@5.2.0-prerelease.15) (2023-10-26)
1135
+
1136
+ **Note:** Version bump only for package @patternfly/react-code-editor
1137
+
1138
+ # [5.2.0-prerelease.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.13...@patternfly/react-code-editor@5.2.0-prerelease.14) (2023-10-23)
1139
+
1140
+ **Note:** Version bump only for package @patternfly/react-code-editor
1141
+
1142
+ # [5.2.0-prerelease.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.12...@patternfly/react-code-editor@5.2.0-prerelease.13) (2023-10-20)
1143
+
1144
+ **Note:** Version bump only for package @patternfly/react-code-editor
1145
+
1146
+ # [5.2.0-prerelease.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.11...@patternfly/react-code-editor@5.2.0-prerelease.12) (2023-10-18)
1147
+
1148
+ **Note:** Version bump only for package @patternfly/react-code-editor
1149
+
1150
+ # [5.2.0-prerelease.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.10...@patternfly/react-code-editor@5.2.0-prerelease.11) (2023-10-17)
1151
+
1152
+ **Note:** Version bump only for package @patternfly/react-code-editor
1153
+
1154
+ # [5.2.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.9...@patternfly/react-code-editor@5.2.0-prerelease.10) (2023-10-16)
1155
+
1156
+ **Note:** Version bump only for package @patternfly/react-code-editor
1157
+
1158
+ # [5.2.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.8...@patternfly/react-code-editor@5.2.0-prerelease.9) (2023-10-16)
1159
+
1160
+ **Note:** Version bump only for package @patternfly/react-code-editor
1161
+
1162
+ # [5.2.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.7...@patternfly/react-code-editor@5.2.0-prerelease.8) (2023-10-16)
1163
+
1164
+ **Note:** Version bump only for package @patternfly/react-code-editor
1165
+
1166
+ # [5.2.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.6...@patternfly/react-code-editor@5.2.0-prerelease.7) (2023-10-16)
1167
+
1168
+ **Note:** Version bump only for package @patternfly/react-code-editor
1169
+
1170
+ # [5.2.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.5...@patternfly/react-code-editor@5.2.0-prerelease.6) (2023-10-12)
1171
+
1172
+ **Note:** Version bump only for package @patternfly/react-code-editor
1173
+
1174
+ # [5.2.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.4...@patternfly/react-code-editor@5.2.0-prerelease.5) (2023-10-10)
1175
+
1176
+ **Note:** Version bump only for package @patternfly/react-code-editor
1177
+
1178
+ # [5.2.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.3...@patternfly/react-code-editor@5.2.0-prerelease.4) (2023-10-10)
1179
+
1180
+ **Note:** Version bump only for package @patternfly/react-code-editor
1181
+
1182
+ # [5.2.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.2...@patternfly/react-code-editor@5.2.0-prerelease.3) (2023-10-10)
1183
+
1184
+ **Note:** Version bump only for package @patternfly/react-code-editor
1185
+
1186
+ # 5.2.0-prerelease.2 (2023-10-09)
1187
+
1188
+ **Note:** Version bump only for package @patternfly/react-code-editor
1189
+
1190
+ # [5.2.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.0...@patternfly/react-code-editor@5.2.0-prerelease.1) (2023-10-09)
1191
+
1192
+ ### Bug Fixes
1193
+
1194
+ - **CodeEditor:** hide button and link when read-only ([#9668](https://github.com/patternfly/patternfly-react/issues/9668)) ([0346933](https://github.com/patternfly/patternfly-react/commit/0346933cb61a3b11a2591acbde4760f58abffbcb))
1195
+
1196
+ # [5.2.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1...@patternfly/react-code-editor@5.2.0-prerelease.0) (2023-10-05)
1197
+
1198
+ **Note:** Version bump only for package @patternfly/react-code-editor
1199
+
1200
+ ## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.23...@patternfly/react-code-editor@5.1.1) (2023-10-05)
1201
+
1202
+ **Note:** Version bump only for package @patternfly/react-code-editor
1203
+
1204
+ ## 5.1.1-prerelease.23 (2023-10-03)
1205
+
1206
+ ### Bug Fixes
1207
+
1208
+ - whitespace changes to trigger prereleases ([#9702](https://github.com/patternfly/patternfly-react/issues/9702)) ([741c248](https://github.com/patternfly/patternfly-react/commit/741c24825b503e116c77cf304aa3e4e3a9ff7841))
11
1209
 
12
1210
  ## [5.1.1-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.21...@patternfly/react-code-editor@5.1.1-prerelease.22) (2023-09-25)
13
1211