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