@patternfly/react-code-editor 5.0.0-alpha.99 → 5.0.0-prerelease.10
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 +152 -3784
- package/README.md +3 -3
- package/dist/esm/components/CodeEditor/CodeEditor.js +2 -2
- package/dist/esm/components/CodeEditor/CodeEditor.js.map +1 -1
- package/dist/js/components/CodeEditor/CodeEditor.js +2 -2
- package/dist/js/components/CodeEditor/CodeEditor.js.map +1 -1
- package/package.json +5 -5
- package/src/components/CodeEditor/CodeEditor.tsx +2 -2
- package/src/components/CodeEditor/__test__/__snapshots__/CodeEditor.test.tsx.snap +12 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,4204 +3,572 @@
|
|
|
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
|
-
# [5.0.0-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
9
|
-
|
|
10
|
-
# [5.0.0-alpha.98](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.97...@patternfly/react-code-editor@5.0.0-alpha.98) (2023-05-11)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
13
|
-
|
|
14
|
-
# [5.0.0-alpha.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.96...@patternfly/react-code-editor@5.0.0-alpha.97) (2023-05-11)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
17
|
-
|
|
18
|
-
# [5.0.0-alpha.96](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.95...@patternfly/react-code-editor@5.0.0-alpha.96) (2023-05-09)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
21
|
-
|
|
22
|
-
# [5.0.0-alpha.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.94...@patternfly/react-code-editor@5.0.0-alpha.95) (2023-05-09)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
25
|
-
|
|
26
|
-
# 5.0.0-alpha.94 (2023-05-08)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
29
|
-
|
|
30
|
-
# [5.0.0-alpha.93](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.92...@patternfly/react-code-editor@5.0.0-alpha.93) (2023-05-08)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
33
|
-
|
|
34
|
-
# [5.0.0-alpha.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.91...@patternfly/react-code-editor@5.0.0-alpha.92) (2023-05-05)
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
- **deps:** updated Core for v5 versioning ([#9075](https://github.com/patternfly/patternfly-react/issues/9075)) ([3879fc7](https://github.com/patternfly/patternfly-react/commit/3879fc757aefeed80b0694365aa20d5ca856a797))
|
|
39
|
-
|
|
40
|
-
# [5.0.0-alpha.91](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.90...@patternfly/react-code-editor@5.0.0-alpha.91) (2023-05-05)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
43
|
-
|
|
44
|
-
# 5.0.0-alpha.90 (2023-05-04)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
47
|
-
|
|
48
|
-
# [5.0.0-alpha.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.88...@patternfly/react-code-editor@5.0.0-alpha.89) (2023-05-03)
|
|
49
|
-
|
|
50
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
51
|
-
|
|
52
|
-
# [5.0.0-alpha.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.87...@patternfly/react-code-editor@5.0.0-alpha.88) (2023-05-03)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
55
|
-
|
|
56
|
-
# [5.0.0-alpha.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.86...@patternfly/react-code-editor@5.0.0-alpha.87) (2023-05-03)
|
|
57
|
-
|
|
58
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
59
|
-
|
|
60
|
-
# [5.0.0-alpha.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.85...@patternfly/react-code-editor@5.0.0-alpha.86) (2023-05-02)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
63
|
-
|
|
64
|
-
# [5.0.0-alpha.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.84...@patternfly/react-code-editor@5.0.0-alpha.85) (2023-05-02)
|
|
65
|
-
|
|
66
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
67
|
-
|
|
68
|
-
# [5.0.0-alpha.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.83...@patternfly/react-code-editor@5.0.0-alpha.84) (2023-04-28)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
71
|
-
|
|
72
|
-
# [5.0.0-alpha.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.82...@patternfly/react-code-editor@5.0.0-alpha.83) (2023-04-27)
|
|
73
|
-
|
|
74
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
75
|
-
|
|
76
|
-
# [5.0.0-alpha.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.81...@patternfly/react-code-editor@5.0.0-alpha.82) (2023-04-27)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
79
|
-
|
|
80
|
-
# [5.0.0-alpha.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.80...@patternfly/react-code-editor@5.0.0-alpha.81) (2023-04-27)
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
83
|
-
|
|
84
|
-
# [5.0.0-alpha.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.79...@patternfly/react-code-editor@5.0.0-alpha.80) (2023-04-27)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
87
|
-
|
|
88
|
-
# [5.0.0-alpha.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.78...@patternfly/react-code-editor@5.0.0-alpha.79) (2023-04-26)
|
|
89
|
-
|
|
90
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
91
|
-
|
|
92
|
-
# [5.0.0-alpha.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.77...@patternfly/react-code-editor@5.0.0-alpha.78) (2023-04-25)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
95
|
-
|
|
96
|
-
# [5.0.0-alpha.77](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.76...@patternfly/react-code-editor@5.0.0-alpha.77) (2023-04-25)
|
|
97
|
-
|
|
98
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
99
|
-
|
|
100
|
-
# [5.0.0-alpha.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.75...@patternfly/react-code-editor@5.0.0-alpha.76) (2023-04-24)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
103
|
-
|
|
104
|
-
# [5.0.0-alpha.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.74...@patternfly/react-code-editor@5.0.0-alpha.75) (2023-04-20)
|
|
105
|
-
|
|
106
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
107
|
-
|
|
108
|
-
# [5.0.0-alpha.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.73...@patternfly/react-code-editor@5.0.0-alpha.74) (2023-04-19)
|
|
109
|
-
|
|
110
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
111
|
-
|
|
112
|
-
# [5.0.0-alpha.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.72...@patternfly/react-code-editor@5.0.0-alpha.73) (2023-04-17)
|
|
113
|
-
|
|
114
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
115
|
-
|
|
116
|
-
# [5.0.0-alpha.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.71...@patternfly/react-code-editor@5.0.0-alpha.72) (2023-04-17)
|
|
117
|
-
|
|
118
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
119
|
-
|
|
120
|
-
# [5.0.0-alpha.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.70...@patternfly/react-code-editor@5.0.0-alpha.71) (2023-04-14)
|
|
121
|
-
|
|
122
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
123
|
-
|
|
124
|
-
# [5.0.0-alpha.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.69...@patternfly/react-code-editor@5.0.0-alpha.70) (2023-04-14)
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
127
|
-
|
|
128
|
-
# [5.0.0-alpha.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.68...@patternfly/react-code-editor@5.0.0-alpha.69) (2023-04-13)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
131
|
-
|
|
132
|
-
# [5.0.0-alpha.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.67...@patternfly/react-code-editor@5.0.0-alpha.68) (2023-04-13)
|
|
133
|
-
|
|
134
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
135
|
-
|
|
136
|
-
# [5.0.0-alpha.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.66...@patternfly/react-code-editor@5.0.0-alpha.67) (2023-04-13)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
139
|
-
|
|
140
|
-
# [5.0.0-alpha.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.65...@patternfly/react-code-editor@5.0.0-alpha.66) (2023-04-12)
|
|
141
|
-
|
|
142
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
143
|
-
|
|
144
|
-
# 5.0.0-alpha.65 (2023-04-12)
|
|
145
|
-
|
|
146
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
147
|
-
|
|
148
|
-
# [5.0.0-alpha.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.63...@patternfly/react-code-editor@5.0.0-alpha.64) (2023-04-11)
|
|
149
|
-
|
|
150
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
151
|
-
|
|
152
|
-
# [5.0.0-alpha.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.62...@patternfly/react-code-editor@5.0.0-alpha.63) (2023-04-11)
|
|
153
|
-
|
|
154
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
155
|
-
|
|
156
|
-
# [5.0.0-alpha.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.61...@patternfly/react-code-editor@5.0.0-alpha.62) (2023-04-11)
|
|
157
|
-
|
|
158
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
159
|
-
|
|
160
|
-
# 5.0.0-alpha.61 (2023-04-10)
|
|
161
|
-
|
|
162
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
163
|
-
|
|
164
|
-
# [5.0.0-alpha.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.59...@patternfly/react-code-editor@5.0.0-alpha.60) (2023-04-07)
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
167
|
-
|
|
168
|
-
# [5.0.0-alpha.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.58...@patternfly/react-code-editor@5.0.0-alpha.59) (2023-04-06)
|
|
169
|
-
|
|
170
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
171
|
-
|
|
172
|
-
# [5.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.57...@patternfly/react-code-editor@5.0.0-alpha.58) (2023-04-05)
|
|
173
|
-
|
|
174
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
175
|
-
|
|
176
|
-
# [5.0.0-alpha.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.56...@patternfly/react-code-editor@5.0.0-alpha.57) (2023-04-05)
|
|
177
|
-
|
|
178
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
179
|
-
|
|
180
|
-
# [5.0.0-alpha.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.55...@patternfly/react-code-editor@5.0.0-alpha.56) (2023-04-05)
|
|
181
|
-
|
|
182
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
183
|
-
|
|
184
|
-
# [5.0.0-alpha.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.54...@patternfly/react-code-editor@5.0.0-alpha.55) (2023-04-05)
|
|
185
|
-
|
|
186
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
187
|
-
|
|
188
|
-
# [5.0.0-alpha.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.53...@patternfly/react-code-editor@5.0.0-alpha.54) (2023-04-05)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
191
|
-
|
|
192
|
-
# [5.0.0-alpha.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.52...@patternfly/react-code-editor@5.0.0-alpha.53) (2023-04-04)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
195
|
-
|
|
196
|
-
# [5.0.0-alpha.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.51...@patternfly/react-code-editor@5.0.0-alpha.52) (2023-04-03)
|
|
197
|
-
|
|
198
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
199
|
-
|
|
200
|
-
# [5.0.0-alpha.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.50...@patternfly/react-code-editor@5.0.0-alpha.51) (2023-03-27)
|
|
201
|
-
|
|
202
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
203
|
-
|
|
204
|
-
# 5.0.0-alpha.50 (2023-03-27)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
207
|
-
|
|
208
|
-
# [5.0.0-alpha.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.48...@patternfly/react-code-editor@5.0.0-alpha.49) (2023-03-24)
|
|
209
|
-
|
|
210
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
211
|
-
|
|
212
|
-
# [5.0.0-alpha.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.47...@patternfly/react-code-editor@5.0.0-alpha.48) (2023-03-24)
|
|
213
|
-
|
|
214
|
-
### Bug Fixes
|
|
215
|
-
|
|
216
|
-
- **CodeEditor:** fix typo in README ([#8849](https://github.com/patternfly/patternfly-react/issues/8849)) ([4579484](https://github.com/patternfly/patternfly-react/commit/4579484257d866e75b22325349f19940fb17c631))
|
|
217
|
-
|
|
218
|
-
# [5.0.0-alpha.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.46...@patternfly/react-code-editor@5.0.0-alpha.47) (2023-03-24)
|
|
219
|
-
|
|
220
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
221
|
-
|
|
222
|
-
# [5.0.0-alpha.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.45...@patternfly/react-code-editor@5.0.0-alpha.46) (2023-03-24)
|
|
223
|
-
|
|
224
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
225
|
-
|
|
226
|
-
# [5.0.0-alpha.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.44...@patternfly/react-code-editor@5.0.0-alpha.45) (2023-03-23)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
229
|
-
|
|
230
|
-
# [5.0.0-alpha.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.43...@patternfly/react-code-editor@5.0.0-alpha.44) (2023-03-23)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
233
|
-
|
|
234
|
-
# [5.0.0-alpha.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.42...@patternfly/react-code-editor@5.0.0-alpha.43) (2023-03-22)
|
|
235
|
-
|
|
236
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
237
|
-
|
|
238
|
-
# 5.0.0-alpha.42 (2023-03-21)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
241
|
-
|
|
242
|
-
# [5.0.0-alpha.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.40...@patternfly/react-code-editor@5.0.0-alpha.41) (2023-03-20)
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
245
|
-
|
|
246
|
-
# [5.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.39...@patternfly/react-code-editor@5.0.0-alpha.40) (2023-03-18)
|
|
247
|
-
|
|
248
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
249
|
-
|
|
250
|
-
# [5.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.38...@patternfly/react-code-editor@5.0.0-alpha.39) (2023-03-17)
|
|
251
|
-
|
|
252
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
253
|
-
|
|
254
|
-
# [5.0.0-alpha.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.37...@patternfly/react-code-editor@5.0.0-alpha.38) (2023-03-17)
|
|
255
|
-
|
|
256
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
257
|
-
|
|
258
|
-
# [5.0.0-alpha.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.36...@patternfly/react-code-editor@5.0.0-alpha.37) (2023-03-17)
|
|
259
|
-
|
|
260
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
261
|
-
|
|
262
|
-
# [5.0.0-alpha.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.35...@patternfly/react-code-editor@5.0.0-alpha.36) (2023-03-17)
|
|
263
|
-
|
|
264
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
265
|
-
|
|
266
|
-
# [5.0.0-alpha.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.34...@patternfly/react-code-editor@5.0.0-alpha.35) (2023-03-15)
|
|
267
|
-
|
|
268
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
269
|
-
|
|
270
|
-
# [5.0.0-alpha.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.33...@patternfly/react-code-editor@5.0.0-alpha.34) (2023-03-15)
|
|
271
|
-
|
|
272
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
273
|
-
|
|
274
|
-
# [5.0.0-alpha.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.32...@patternfly/react-code-editor@5.0.0-alpha.33) (2023-03-13)
|
|
275
|
-
|
|
276
|
-
- EmptyState component cleanup to match core implementation (#8737) ([40dd9ad](https://github.com/patternfly/patternfly-react/commit/40dd9ad4b2ab32887c2f72a10eb78f2c4ee5ac4b)), closes [#8737](https://github.com/patternfly/patternfly-react/issues/8737) [#8555](https://github.com/patternfly/patternfly-react/issues/8555)
|
|
277
|
-
|
|
278
|
-
### BREAKING CHANGES
|
|
279
|
-
|
|
280
|
-
- closes #8555, fixes #8455
|
|
281
|
-
|
|
282
|
-
- docs(EmptyState): updated examples
|
|
283
|
-
|
|
284
|
-
updated examples of EmptyState usage on the PatternFly web to use new API
|
|
285
|
-
|
|
286
|
-
# [5.0.0-alpha.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.31...@patternfly/react-code-editor@5.0.0-alpha.32) (2023-03-13)
|
|
287
|
-
|
|
288
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
289
|
-
|
|
290
|
-
# [5.0.0-alpha.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.30...@patternfly/react-code-editor@5.0.0-alpha.31) (2023-03-10)
|
|
291
|
-
|
|
292
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
293
|
-
|
|
294
|
-
# [5.0.0-alpha.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.29...@patternfly/react-code-editor@5.0.0-alpha.30) (2023-03-09)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
297
|
-
|
|
298
|
-
# [5.0.0-alpha.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.28...@patternfly/react-code-editor@5.0.0-alpha.29) (2023-03-09)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
301
|
-
|
|
302
|
-
# [5.0.0-alpha.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.27...@patternfly/react-code-editor@5.0.0-alpha.28) (2023-03-09)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
305
|
-
|
|
306
|
-
# [5.0.0-alpha.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.26...@patternfly/react-code-editor@5.0.0-alpha.27) (2023-03-08)
|
|
307
|
-
|
|
308
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
309
|
-
|
|
310
|
-
# [5.0.0-alpha.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.25...@patternfly/react-code-editor@5.0.0-alpha.26) (2023-03-07)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
313
|
-
|
|
314
|
-
# [5.0.0-alpha.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.24...@patternfly/react-code-editor@5.0.0-alpha.25) (2023-03-04)
|
|
315
|
-
|
|
316
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
317
|
-
|
|
318
|
-
# [5.0.0-alpha.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.23...@patternfly/react-code-editor@5.0.0-alpha.24) (2023-03-03)
|
|
319
|
-
|
|
320
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
321
|
-
|
|
322
|
-
# [5.0.0-alpha.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.22...@patternfly/react-code-editor@5.0.0-alpha.23) (2023-03-03)
|
|
323
|
-
|
|
324
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
325
|
-
|
|
326
|
-
# [5.0.0-alpha.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.21...@patternfly/react-code-editor@5.0.0-alpha.22) (2023-03-02)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
329
|
-
|
|
330
|
-
# [5.0.0-alpha.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.20...@patternfly/react-code-editor@5.0.0-alpha.21) (2023-03-02)
|
|
331
|
-
|
|
332
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
333
|
-
|
|
334
|
-
# 5.0.0-alpha.20 (2023-03-02)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
337
|
-
|
|
338
|
-
# [5.0.0-alpha.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.18...@patternfly/react-code-editor@5.0.0-alpha.19) (2023-03-01)
|
|
339
|
-
|
|
340
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
341
|
-
|
|
342
|
-
# [5.0.0-alpha.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.17...@patternfly/react-code-editor@5.0.0-alpha.18) (2023-03-01)
|
|
343
|
-
|
|
344
|
-
### Features
|
|
345
|
-
|
|
346
|
-
- **Checkbox:** changed order of onChange params ([#8750](https://github.com/patternfly/patternfly-react/issues/8750)) ([0a87f55](https://github.com/patternfly/patternfly-react/commit/0a87f554e4cf3abb99de8f2ccd53737f0cf489b1))
|
|
347
|
-
|
|
348
|
-
# [5.0.0-alpha.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.16...@patternfly/react-code-editor@5.0.0-alpha.17) (2023-03-01)
|
|
349
|
-
|
|
350
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
351
|
-
|
|
352
|
-
# [5.0.0-alpha.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.15...@patternfly/react-code-editor@5.0.0-alpha.16) (2023-02-28)
|
|
353
|
-
|
|
354
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
355
|
-
|
|
356
|
-
# [5.0.0-alpha.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.14...@patternfly/react-code-editor@5.0.0-alpha.15) (2023-02-27)
|
|
357
|
-
|
|
358
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
359
|
-
|
|
360
|
-
# 5.0.0-alpha.14 (2023-02-22)
|
|
361
|
-
|
|
362
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
363
|
-
|
|
364
|
-
# [5.0.0-alpha.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.12...@patternfly/react-code-editor@5.0.0-alpha.13) (2023-02-16)
|
|
365
|
-
|
|
366
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
367
|
-
|
|
368
|
-
# [5.0.0-alpha.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.11...@patternfly/react-code-editor@5.0.0-alpha.12) (2023-02-15)
|
|
369
|
-
|
|
370
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
371
|
-
|
|
372
|
-
# [5.0.0-alpha.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.10...@patternfly/react-code-editor@5.0.0-alpha.11) (2023-02-10)
|
|
373
|
-
|
|
374
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
375
|
-
|
|
376
|
-
# [5.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.9...@patternfly/react-code-editor@5.0.0-alpha.10) (2023-02-10)
|
|
377
|
-
|
|
378
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
379
|
-
|
|
380
|
-
# [5.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.8...@patternfly/react-code-editor@5.0.0-alpha.9) (2023-02-09)
|
|
381
|
-
|
|
382
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
383
|
-
|
|
384
|
-
# [5.0.0-alpha.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.7...@patternfly/react-code-editor@5.0.0-alpha.8) (2023-02-08)
|
|
385
|
-
|
|
386
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
387
|
-
|
|
388
|
-
# [5.0.0-alpha.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.6...@patternfly/react-code-editor@5.0.0-alpha.7) (2023-02-08)
|
|
389
|
-
|
|
390
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
391
|
-
|
|
392
|
-
## [4.82.113](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.112...@patternfly/react-code-editor@4.82.113) (2023-01-27)
|
|
393
|
-
|
|
394
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
395
|
-
|
|
396
|
-
## 4.82.112 (2023-01-24)
|
|
397
|
-
|
|
398
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
399
|
-
|
|
400
|
-
## [4.82.111](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.110...@patternfly/react-code-editor@4.82.111) (2023-01-23)
|
|
401
|
-
|
|
402
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
403
|
-
|
|
404
|
-
## [4.82.110](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.109...@patternfly/react-code-editor@4.82.110) (2023-01-23)
|
|
405
|
-
|
|
406
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
407
|
-
|
|
408
|
-
## [4.82.109](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.108...@patternfly/react-code-editor@4.82.109) (2023-01-20)
|
|
409
|
-
|
|
410
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
411
|
-
|
|
412
|
-
## [4.82.108](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.107...@patternfly/react-code-editor@4.82.108) (2023-01-20)
|
|
413
|
-
|
|
414
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
415
|
-
|
|
416
|
-
## [4.82.107](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.106...@patternfly/react-code-editor@4.82.107) (2023-01-19)
|
|
417
|
-
|
|
418
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
419
|
-
|
|
420
|
-
## 4.82.106 (2023-01-19)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
423
|
-
|
|
424
|
-
## [4.82.105](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.104...@patternfly/react-code-editor@4.82.105) (2023-01-19)
|
|
425
|
-
|
|
426
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
427
|
-
|
|
428
|
-
## [4.82.104](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.103...@patternfly/react-code-editor@4.82.104) (2023-01-19)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
431
|
-
|
|
432
|
-
## [4.82.103](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.102...@patternfly/react-code-editor@4.82.103) (2023-01-19)
|
|
433
|
-
|
|
434
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
435
|
-
|
|
436
|
-
## 4.82.102 (2023-01-18)
|
|
437
|
-
|
|
438
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
439
|
-
|
|
440
|
-
## [4.82.101](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.100...@patternfly/react-code-editor@4.82.101) (2023-01-18)
|
|
441
|
-
|
|
442
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
443
|
-
|
|
444
|
-
## 4.82.100 (2023-01-18)
|
|
445
|
-
|
|
446
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
447
|
-
|
|
448
|
-
## [4.82.99](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.98...@patternfly/react-code-editor@4.82.99) (2023-01-17)
|
|
449
|
-
|
|
450
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
451
|
-
|
|
452
|
-
## [4.82.98](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.97...@patternfly/react-code-editor@4.82.98) (2023-01-16)
|
|
453
|
-
|
|
454
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
455
|
-
|
|
456
|
-
## [4.82.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.96...@patternfly/react-code-editor@4.82.97) (2023-01-13)
|
|
457
|
-
|
|
458
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
459
|
-
|
|
460
|
-
## [4.82.96](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.95...@patternfly/react-code-editor@4.82.96) (2023-01-13)
|
|
461
|
-
|
|
462
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
463
|
-
|
|
464
|
-
## [4.82.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.94...@patternfly/react-code-editor@4.82.95) (2023-01-13)
|
|
465
|
-
|
|
466
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
467
|
-
|
|
468
|
-
## [4.82.94](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.93...@patternfly/react-code-editor@4.82.94) (2023-01-12)
|
|
469
|
-
|
|
470
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
471
|
-
|
|
472
|
-
## 4.82.93 (2023-01-11)
|
|
473
|
-
|
|
474
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
475
|
-
|
|
476
|
-
## [4.82.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.91...@patternfly/react-code-editor@4.82.92) (2023-01-11)
|
|
477
|
-
|
|
478
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
479
|
-
|
|
480
|
-
## 4.82.91 (2023-01-09)
|
|
481
|
-
|
|
482
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
483
|
-
|
|
484
|
-
## [4.82.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.89...@patternfly/react-code-editor@4.82.90) (2023-01-06)
|
|
485
|
-
|
|
486
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
487
|
-
|
|
488
|
-
## 4.82.89 (2023-01-06)
|
|
489
|
-
|
|
490
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
491
|
-
|
|
492
|
-
## [4.82.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.87...@patternfly/react-code-editor@4.82.88) (2023-01-06)
|
|
493
|
-
|
|
494
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
495
|
-
|
|
496
|
-
## [4.82.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.86...@patternfly/react-code-editor@4.82.87) (2023-01-05)
|
|
497
|
-
|
|
498
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
499
|
-
|
|
500
|
-
## [4.82.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.85...@patternfly/react-code-editor@4.82.86) (2023-01-05)
|
|
501
|
-
|
|
502
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
503
|
-
|
|
504
|
-
## [4.82.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.84...@patternfly/react-code-editor@4.82.85) (2023-01-04)
|
|
505
|
-
|
|
506
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
507
|
-
|
|
508
|
-
## 4.82.84 (2023-01-04)
|
|
509
|
-
|
|
510
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
511
|
-
|
|
512
|
-
## 4.82.83 (2022-12-19)
|
|
513
|
-
|
|
514
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
515
|
-
|
|
516
|
-
## [4.82.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.81...@patternfly/react-code-editor@4.82.82) (2022-12-12)
|
|
517
|
-
|
|
518
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
519
|
-
|
|
520
|
-
## [4.82.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.80...@patternfly/react-code-editor@4.82.81) (2022-12-09)
|
|
521
|
-
|
|
522
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
523
|
-
|
|
524
|
-
## [4.82.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.79...@patternfly/react-code-editor@4.82.80) (2022-12-08)
|
|
525
|
-
|
|
526
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
527
|
-
|
|
528
|
-
## [4.82.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.78...@patternfly/react-code-editor@4.82.79) (2022-12-08)
|
|
529
|
-
|
|
530
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
531
|
-
|
|
532
|
-
## 4.82.78 (2022-12-08)
|
|
533
|
-
|
|
534
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
535
|
-
|
|
536
|
-
## 4.82.77 (2022-12-08)
|
|
537
|
-
|
|
538
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
539
|
-
|
|
540
|
-
## [4.82.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.75...@patternfly/react-code-editor@4.82.76) (2022-12-07)
|
|
541
|
-
|
|
542
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
543
|
-
|
|
544
|
-
## [4.82.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.74...@patternfly/react-code-editor@4.82.75) (2022-12-07)
|
|
545
|
-
|
|
546
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
547
|
-
|
|
548
|
-
## [4.82.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.73...@patternfly/react-code-editor@4.82.74) (2022-12-06)
|
|
549
|
-
|
|
550
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
551
|
-
|
|
552
|
-
## [4.82.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.72...@patternfly/react-code-editor@4.82.73) (2022-12-06)
|
|
553
|
-
|
|
554
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
555
|
-
|
|
556
|
-
## [4.82.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.71...@patternfly/react-code-editor@4.82.72) (2022-12-06)
|
|
557
|
-
|
|
558
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
559
|
-
|
|
560
|
-
## 4.82.71 (2022-12-06)
|
|
561
|
-
|
|
562
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
563
|
-
|
|
564
|
-
## [4.82.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.69...@patternfly/react-code-editor@4.82.70) (2022-12-05)
|
|
565
|
-
|
|
566
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
567
|
-
|
|
568
|
-
## 4.82.69 (2022-12-01)
|
|
569
|
-
|
|
570
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
571
|
-
|
|
572
|
-
## 4.82.68 (2022-11-30)
|
|
573
|
-
|
|
574
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
575
|
-
|
|
576
|
-
## [4.82.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.66...@patternfly/react-code-editor@4.82.67) (2022-11-16)
|
|
577
|
-
|
|
578
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
579
|
-
|
|
580
|
-
## [4.82.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.65...@patternfly/react-code-editor@4.82.66) (2022-11-15)
|
|
581
|
-
|
|
582
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
583
|
-
|
|
584
|
-
## [4.82.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.64...@patternfly/react-code-editor@4.82.65) (2022-11-15)
|
|
585
|
-
|
|
586
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
587
|
-
|
|
588
|
-
## [4.82.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.63...@patternfly/react-code-editor@4.82.64) (2022-11-09)
|
|
589
|
-
|
|
590
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
591
|
-
|
|
592
|
-
## [4.82.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.62...@patternfly/react-code-editor@4.82.63) (2022-11-09)
|
|
593
|
-
|
|
594
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
595
|
-
|
|
596
|
-
## [4.82.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.61...@patternfly/react-code-editor@4.82.62) (2022-11-08)
|
|
597
|
-
|
|
598
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
599
|
-
|
|
600
|
-
## [4.82.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.60...@patternfly/react-code-editor@4.82.61) (2022-11-07)
|
|
601
|
-
|
|
602
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
603
|
-
|
|
604
|
-
## [4.82.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.59...@patternfly/react-code-editor@4.82.60) (2022-11-07)
|
|
605
|
-
|
|
606
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
607
|
-
|
|
608
|
-
## [4.82.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.58...@patternfly/react-code-editor@4.82.59) (2022-11-07)
|
|
609
|
-
|
|
610
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
611
|
-
|
|
612
|
-
## [4.82.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.57...@patternfly/react-code-editor@4.82.58) (2022-11-04)
|
|
613
|
-
|
|
614
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
615
|
-
|
|
616
|
-
## 4.82.57 (2022-11-04)
|
|
617
|
-
|
|
618
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
619
|
-
|
|
620
|
-
## 4.82.56 (2022-11-01)
|
|
621
|
-
|
|
622
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
623
|
-
|
|
624
|
-
## [4.82.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.54...@patternfly/react-code-editor@4.82.55) (2022-10-27)
|
|
625
|
-
|
|
626
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
627
|
-
|
|
628
|
-
## [4.82.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.53...@patternfly/react-code-editor@4.82.54) (2022-10-26)
|
|
629
|
-
|
|
630
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
631
|
-
|
|
632
|
-
## [4.82.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.52...@patternfly/react-code-editor@4.82.53) (2022-10-26)
|
|
633
|
-
|
|
634
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
635
|
-
|
|
636
|
-
## 4.82.52 (2022-10-25)
|
|
637
|
-
|
|
638
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
639
|
-
|
|
640
|
-
## [4.82.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.50...@patternfly/react-code-editor@4.82.51) (2022-10-24)
|
|
641
|
-
|
|
642
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
643
|
-
|
|
644
|
-
## [4.82.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.49...@patternfly/react-code-editor@4.82.50) (2022-10-24)
|
|
645
|
-
|
|
646
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
647
|
-
|
|
648
|
-
## [4.82.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.48...@patternfly/react-code-editor@4.82.49) (2022-10-24)
|
|
649
|
-
|
|
650
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
651
|
-
|
|
652
|
-
## [4.82.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.47...@patternfly/react-code-editor@4.82.48) (2022-10-24)
|
|
653
|
-
|
|
654
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
655
|
-
|
|
656
|
-
## [4.82.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.46...@patternfly/react-code-editor@4.82.47) (2022-10-22)
|
|
657
|
-
|
|
658
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
659
|
-
|
|
660
|
-
## [4.82.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.45...@patternfly/react-code-editor@4.82.46) (2022-10-21)
|
|
661
|
-
|
|
662
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
663
|
-
|
|
664
|
-
## [4.82.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.44...@patternfly/react-code-editor@4.82.45) (2022-10-21)
|
|
665
|
-
|
|
666
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
667
|
-
|
|
668
|
-
## [4.82.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.43...@patternfly/react-code-editor@4.82.44) (2022-10-21)
|
|
669
|
-
|
|
670
|
-
### Bug Fixes
|
|
671
|
-
|
|
672
|
-
- **CodeEditor:** use codeEditorControls and clean up overall ([#7931](https://github.com/patternfly/patternfly-react/issues/7931)) ([69d5937](https://github.com/patternfly/patternfly-react/commit/69d5937fd5fa56ace7543a740ba253bdc851009e))
|
|
673
|
-
|
|
674
|
-
## [4.82.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.42...@patternfly/react-code-editor@4.82.43) (2022-10-20)
|
|
675
|
-
|
|
676
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
677
|
-
|
|
678
|
-
## [4.82.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.41...@patternfly/react-code-editor@4.82.42) (2022-10-19)
|
|
679
|
-
|
|
680
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
681
|
-
|
|
682
|
-
## [4.82.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.40...@patternfly/react-code-editor@4.82.41) (2022-10-18)
|
|
683
|
-
|
|
684
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
685
|
-
|
|
686
|
-
## [4.82.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.39...@patternfly/react-code-editor@4.82.40) (2022-10-18)
|
|
687
|
-
|
|
688
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
689
|
-
|
|
690
|
-
## [4.82.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.38...@patternfly/react-code-editor@4.82.39) (2022-10-17)
|
|
691
|
-
|
|
692
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
693
|
-
|
|
694
|
-
## [4.82.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.37...@patternfly/react-code-editor@4.82.38) (2022-10-14)
|
|
695
|
-
|
|
696
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
697
|
-
|
|
698
|
-
## [4.82.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.36...@patternfly/react-code-editor@4.82.37) (2022-10-14)
|
|
699
|
-
|
|
700
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
701
|
-
|
|
702
|
-
## [4.82.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.35...@patternfly/react-code-editor@4.82.36) (2022-10-14)
|
|
703
|
-
|
|
704
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
705
|
-
|
|
706
|
-
## [4.82.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.34...@patternfly/react-code-editor@4.82.35) (2022-10-13)
|
|
707
|
-
|
|
708
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
709
|
-
|
|
710
|
-
## [4.82.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.33...@patternfly/react-code-editor@4.82.34) (2022-10-13)
|
|
711
|
-
|
|
712
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
713
|
-
|
|
714
|
-
## [4.82.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.32...@patternfly/react-code-editor@4.82.33) (2022-10-13)
|
|
715
|
-
|
|
716
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
717
|
-
|
|
718
|
-
## [4.82.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.31...@patternfly/react-code-editor@4.82.32) (2022-10-12)
|
|
719
|
-
|
|
720
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
721
|
-
|
|
722
|
-
## [4.82.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.30...@patternfly/react-code-editor@4.82.31) (2022-10-12)
|
|
723
|
-
|
|
724
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
725
|
-
|
|
726
|
-
## [4.82.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.29...@patternfly/react-code-editor@4.82.30) (2022-10-12)
|
|
727
|
-
|
|
728
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
729
|
-
|
|
730
|
-
## [4.82.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.28...@patternfly/react-code-editor@4.82.29) (2022-10-12)
|
|
731
|
-
|
|
732
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
733
|
-
|
|
734
|
-
## 4.82.28 (2022-10-12)
|
|
735
|
-
|
|
736
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
737
|
-
|
|
738
|
-
## [4.82.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.26...@patternfly/react-code-editor@4.82.27) (2022-10-10)
|
|
739
|
-
|
|
740
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
741
|
-
|
|
742
|
-
## [4.82.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.25...@patternfly/react-code-editor@4.82.26) (2022-10-05)
|
|
743
|
-
|
|
744
|
-
# [5.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.5...@patternfly/react-code-editor@5.0.0-alpha.6) (2023-02-02)
|
|
745
|
-
|
|
746
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
747
|
-
|
|
748
|
-
# [5.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.4...@patternfly/react-code-editor@5.0.0-alpha.5) (2023-02-02)
|
|
749
|
-
|
|
750
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
751
|
-
|
|
752
|
-
# 5.0.0-alpha.4 (2023-01-18)
|
|
753
|
-
|
|
754
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
755
|
-
|
|
756
|
-
# [5.0.0-alpha.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.2...@patternfly/react-code-editor@5.0.0-alpha.3) (2023-01-12)
|
|
757
|
-
|
|
758
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
759
|
-
|
|
760
|
-
# [5.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.1...@patternfly/react-code-editor@5.0.0-alpha.2) (2023-01-12)
|
|
761
|
-
|
|
762
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
763
|
-
|
|
764
|
-
# [5.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.26...@patternfly/react-code-editor@5.0.0-alpha.1) (2023-01-10)
|
|
765
|
-
|
|
766
|
-
### Features
|
|
767
|
-
|
|
768
|
-
- **Popper, misc:** remove removeFindDomNode flag and set to default ([#8316](https://github.com/patternfly/patternfly-react/issues/8316)) ([21f9415](https://github.com/patternfly/patternfly-react/commit/21f9415deb5316d15893950d3e43515b081b398b))
|
|
769
|
-
|
|
770
|
-
## [4.82.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.81...@patternfly/react-code-editor@4.82.82) (2022-12-12)
|
|
771
|
-
|
|
772
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
773
|
-
|
|
774
|
-
## [4.82.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.80...@patternfly/react-code-editor@4.82.81) (2022-12-09)
|
|
775
|
-
|
|
776
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
777
|
-
|
|
778
|
-
## [4.82.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.79...@patternfly/react-code-editor@4.82.80) (2022-12-08)
|
|
779
|
-
|
|
780
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
781
|
-
|
|
782
|
-
## [4.82.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.78...@patternfly/react-code-editor@4.82.79) (2022-12-08)
|
|
783
|
-
|
|
784
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
785
|
-
|
|
786
|
-
## 4.82.78 (2022-12-08)
|
|
787
|
-
|
|
788
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
789
|
-
|
|
790
|
-
## 4.82.77 (2022-12-08)
|
|
791
|
-
|
|
792
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
793
|
-
|
|
794
|
-
## [4.82.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.75...@patternfly/react-code-editor@4.82.76) (2022-12-07)
|
|
795
|
-
|
|
796
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
797
|
-
|
|
798
|
-
## [4.82.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.74...@patternfly/react-code-editor@4.82.75) (2022-12-07)
|
|
799
|
-
|
|
800
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
801
|
-
|
|
802
|
-
## [4.82.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.73...@patternfly/react-code-editor@4.82.74) (2022-12-06)
|
|
803
|
-
|
|
804
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
805
|
-
|
|
806
|
-
## [4.82.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.72...@patternfly/react-code-editor@4.82.73) (2022-12-06)
|
|
807
|
-
|
|
808
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
809
|
-
|
|
810
|
-
## [4.82.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.71...@patternfly/react-code-editor@4.82.72) (2022-12-06)
|
|
811
|
-
|
|
812
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
813
|
-
|
|
814
|
-
## 4.82.71 (2022-12-06)
|
|
815
|
-
|
|
816
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
817
|
-
|
|
818
|
-
## [4.82.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.69...@patternfly/react-code-editor@4.82.70) (2022-12-05)
|
|
819
|
-
|
|
820
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
821
|
-
|
|
822
|
-
## 4.82.69 (2022-12-01)
|
|
823
|
-
|
|
824
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
825
|
-
|
|
826
|
-
## 4.82.68 (2022-11-30)
|
|
827
|
-
|
|
828
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
829
|
-
|
|
830
|
-
## [4.82.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.66...@patternfly/react-code-editor@4.82.67) (2022-11-16)
|
|
831
|
-
|
|
832
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
833
|
-
|
|
834
|
-
## [4.82.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.65...@patternfly/react-code-editor@4.82.66) (2022-11-15)
|
|
835
|
-
|
|
836
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
837
|
-
|
|
838
|
-
## [4.82.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.64...@patternfly/react-code-editor@4.82.65) (2022-11-15)
|
|
839
|
-
|
|
840
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
841
|
-
|
|
842
|
-
## [4.82.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.63...@patternfly/react-code-editor@4.82.64) (2022-11-09)
|
|
843
|
-
|
|
844
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
845
|
-
|
|
846
|
-
## [4.82.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.62...@patternfly/react-code-editor@4.82.63) (2022-11-09)
|
|
847
|
-
|
|
848
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
849
|
-
|
|
850
|
-
## [4.82.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.61...@patternfly/react-code-editor@4.82.62) (2022-11-08)
|
|
851
|
-
|
|
852
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
853
|
-
|
|
854
|
-
## [4.82.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.60...@patternfly/react-code-editor@4.82.61) (2022-11-07)
|
|
855
|
-
|
|
856
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
857
|
-
|
|
858
|
-
## [4.82.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.59...@patternfly/react-code-editor@4.82.60) (2022-11-07)
|
|
859
|
-
|
|
860
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
861
|
-
|
|
862
|
-
## [4.82.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.58...@patternfly/react-code-editor@4.82.59) (2022-11-07)
|
|
863
|
-
|
|
864
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
865
|
-
|
|
866
|
-
## [4.82.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.57...@patternfly/react-code-editor@4.82.58) (2022-11-04)
|
|
867
|
-
|
|
868
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
869
|
-
|
|
870
|
-
## 4.82.57 (2022-11-04)
|
|
871
|
-
|
|
872
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
873
|
-
|
|
874
|
-
## 4.82.56 (2022-11-01)
|
|
875
|
-
|
|
876
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
877
|
-
|
|
878
|
-
## [4.82.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.54...@patternfly/react-code-editor@4.82.55) (2022-10-27)
|
|
879
|
-
|
|
880
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
881
|
-
|
|
882
|
-
## [4.82.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.53...@patternfly/react-code-editor@4.82.54) (2022-10-26)
|
|
883
|
-
|
|
884
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
885
|
-
|
|
886
|
-
## [4.82.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.52...@patternfly/react-code-editor@4.82.53) (2022-10-26)
|
|
887
|
-
|
|
888
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
889
|
-
|
|
890
|
-
## 4.82.52 (2022-10-25)
|
|
891
|
-
|
|
892
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
893
|
-
|
|
894
|
-
## [4.82.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.50...@patternfly/react-code-editor@4.82.51) (2022-10-24)
|
|
895
|
-
|
|
896
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
897
|
-
|
|
898
|
-
## [4.82.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.49...@patternfly/react-code-editor@4.82.50) (2022-10-24)
|
|
899
|
-
|
|
900
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
901
|
-
|
|
902
|
-
## [4.82.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.48...@patternfly/react-code-editor@4.82.49) (2022-10-24)
|
|
903
|
-
|
|
904
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
905
|
-
|
|
906
|
-
## [4.82.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.47...@patternfly/react-code-editor@4.82.48) (2022-10-24)
|
|
907
|
-
|
|
908
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
909
|
-
|
|
910
|
-
## [4.82.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.46...@patternfly/react-code-editor@4.82.47) (2022-10-22)
|
|
911
|
-
|
|
912
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
913
|
-
|
|
914
|
-
## [4.82.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.45...@patternfly/react-code-editor@4.82.46) (2022-10-21)
|
|
915
|
-
|
|
916
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
917
|
-
|
|
918
|
-
## [4.82.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.44...@patternfly/react-code-editor@4.82.45) (2022-10-21)
|
|
919
|
-
|
|
920
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
921
|
-
|
|
922
|
-
## [4.82.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.43...@patternfly/react-code-editor@4.82.44) (2022-10-21)
|
|
923
|
-
|
|
924
|
-
### Bug Fixes
|
|
925
|
-
|
|
926
|
-
- **CodeEditor:** use codeEditorControls and clean up overall ([#7931](https://github.com/patternfly/patternfly-react/issues/7931)) ([69d5937](https://github.com/patternfly/patternfly-react/commit/69d5937fd5fa56ace7543a740ba253bdc851009e))
|
|
927
|
-
|
|
928
|
-
## [4.82.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.42...@patternfly/react-code-editor@4.82.43) (2022-10-20)
|
|
929
|
-
|
|
930
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
931
|
-
|
|
932
|
-
## [4.82.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.41...@patternfly/react-code-editor@4.82.42) (2022-10-19)
|
|
933
|
-
|
|
934
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
935
|
-
|
|
936
|
-
## [4.82.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.40...@patternfly/react-code-editor@4.82.41) (2022-10-18)
|
|
937
|
-
|
|
938
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
939
|
-
|
|
940
|
-
## [4.82.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.39...@patternfly/react-code-editor@4.82.40) (2022-10-18)
|
|
941
|
-
|
|
942
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
943
|
-
|
|
944
|
-
## [4.82.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.38...@patternfly/react-code-editor@4.82.39) (2022-10-17)
|
|
945
|
-
|
|
946
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
947
|
-
|
|
948
|
-
## [4.82.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.37...@patternfly/react-code-editor@4.82.38) (2022-10-14)
|
|
949
|
-
|
|
950
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
951
|
-
|
|
952
|
-
## [4.82.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.36...@patternfly/react-code-editor@4.82.37) (2022-10-14)
|
|
953
|
-
|
|
954
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
955
|
-
|
|
956
|
-
## [4.82.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.35...@patternfly/react-code-editor@4.82.36) (2022-10-14)
|
|
957
|
-
|
|
958
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
959
|
-
|
|
960
|
-
## [4.82.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.34...@patternfly/react-code-editor@4.82.35) (2022-10-13)
|
|
961
|
-
|
|
962
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
963
|
-
|
|
964
|
-
## [4.82.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.33...@patternfly/react-code-editor@4.82.34) (2022-10-13)
|
|
965
|
-
|
|
966
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
967
|
-
|
|
968
|
-
## [4.82.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.32...@patternfly/react-code-editor@4.82.33) (2022-10-13)
|
|
969
|
-
|
|
970
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
971
|
-
|
|
972
|
-
## [4.82.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.31...@patternfly/react-code-editor@4.82.32) (2022-10-12)
|
|
973
|
-
|
|
974
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
975
|
-
|
|
976
|
-
## [4.82.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.30...@patternfly/react-code-editor@4.82.31) (2022-10-12)
|
|
977
|
-
|
|
978
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
979
|
-
|
|
980
|
-
## [4.82.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.29...@patternfly/react-code-editor@4.82.30) (2022-10-12)
|
|
981
|
-
|
|
982
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
983
|
-
|
|
984
|
-
## [4.82.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.28...@patternfly/react-code-editor@4.82.29) (2022-10-12)
|
|
985
|
-
|
|
986
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
987
|
-
|
|
988
|
-
## 4.82.28 (2022-10-12)
|
|
989
|
-
|
|
990
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
991
|
-
|
|
992
|
-
## [4.82.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.26...@patternfly/react-code-editor@4.82.27) (2022-10-10)
|
|
993
|
-
|
|
994
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
995
|
-
|
|
996
|
-
## [4.82.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.25...@patternfly/react-code-editor@4.82.26) (2022-10-05)
|
|
997
|
-
|
|
998
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
999
|
-
|
|
1000
|
-
## 4.82.25 (2022-10-05)
|
|
1001
|
-
|
|
1002
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1003
|
-
|
|
1004
|
-
## [4.82.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.23...@patternfly/react-code-editor@4.82.24) (2022-10-04)
|
|
1005
|
-
|
|
1006
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1007
|
-
|
|
1008
|
-
## [4.82.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.22...@patternfly/react-code-editor@4.82.23) (2022-10-04)
|
|
1009
|
-
|
|
1010
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1011
|
-
|
|
1012
|
-
## 4.82.22 (2022-09-30)
|
|
1013
|
-
|
|
1014
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1015
|
-
|
|
1016
|
-
## [4.82.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.20...@patternfly/react-code-editor@4.82.21) (2022-09-30)
|
|
1017
|
-
|
|
1018
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1019
|
-
|
|
1020
|
-
## [4.82.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.19...@patternfly/react-code-editor@4.82.20) (2022-09-30)
|
|
1021
|
-
|
|
1022
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1023
|
-
|
|
1024
|
-
## [4.82.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.18...@patternfly/react-code-editor@4.82.19) (2022-09-29)
|
|
1025
|
-
|
|
1026
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1027
|
-
|
|
1028
|
-
## [4.82.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.17...@patternfly/react-code-editor@4.82.18) (2022-09-29)
|
|
1029
|
-
|
|
1030
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1031
|
-
|
|
1032
|
-
## 4.82.17 (2022-09-29)
|
|
1033
|
-
|
|
1034
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1035
|
-
|
|
1036
|
-
## [4.82.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.15...@patternfly/react-code-editor@4.82.16) (2022-09-29)
|
|
1037
|
-
|
|
1038
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1039
|
-
|
|
1040
|
-
## [4.82.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.14...@patternfly/react-code-editor@4.82.15) (2022-09-29)
|
|
1041
|
-
|
|
1042
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1043
|
-
|
|
1044
|
-
## [4.82.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.13...@patternfly/react-code-editor@4.82.14) (2022-09-29)
|
|
1045
|
-
|
|
1046
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1047
|
-
|
|
1048
|
-
## [4.82.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.12...@patternfly/react-code-editor@4.82.13) (2022-09-28)
|
|
1049
|
-
|
|
1050
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1051
|
-
|
|
1052
|
-
## [4.82.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.11...@patternfly/react-code-editor@4.82.12) (2022-09-26)
|
|
1053
|
-
|
|
1054
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1055
|
-
|
|
1056
|
-
## [4.82.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.10...@patternfly/react-code-editor@4.82.11) (2022-09-26)
|
|
1057
|
-
|
|
1058
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1059
|
-
|
|
1060
|
-
## [4.82.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.9...@patternfly/react-code-editor@4.82.10) (2022-09-26)
|
|
1061
|
-
|
|
1062
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1063
|
-
|
|
1064
|
-
## [4.82.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.8...@patternfly/react-code-editor@4.82.9) (2022-09-23)
|
|
1065
|
-
|
|
1066
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1067
|
-
|
|
1068
|
-
## [4.82.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.7...@patternfly/react-code-editor@4.82.8) (2022-09-23)
|
|
1069
|
-
|
|
1070
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1071
|
-
|
|
1072
|
-
## 4.82.7 (2022-09-22)
|
|
1073
|
-
|
|
1074
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1075
|
-
|
|
1076
|
-
## 4.82.6 (2022-09-21)
|
|
1077
|
-
|
|
1078
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1079
|
-
|
|
1080
|
-
## [4.82.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.4...@patternfly/react-code-editor@4.82.5) (2022-09-21)
|
|
1081
|
-
|
|
1082
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1083
|
-
|
|
1084
|
-
## [4.82.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.3...@patternfly/react-code-editor@4.82.4) (2022-09-20)
|
|
1085
|
-
|
|
1086
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1087
|
-
|
|
1088
|
-
## 4.82.3 (2022-09-20)
|
|
1089
|
-
|
|
1090
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1091
|
-
|
|
1092
|
-
## 4.82.2 (2022-09-20)
|
|
1093
|
-
|
|
1094
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1095
|
-
|
|
1096
|
-
## 4.82.1 (2022-09-20)
|
|
1097
|
-
|
|
1098
|
-
### Bug Fixes
|
|
1099
|
-
|
|
1100
|
-
- **OverflowMenu:** store resize listener reference ([#7975](https://github.com/patternfly/patternfly-react/issues/7975)) ([86b0193](https://github.com/patternfly/patternfly-react/commit/86b01936a3029886173654925eb5d11d9077fc56))
|
|
1101
|
-
|
|
1102
|
-
# 4.82.0 (2022-09-19)
|
|
1103
|
-
|
|
1104
|
-
### Features
|
|
1105
|
-
|
|
1106
|
-
- **Wizard - next:** supporting component unit tests ([#7731](https://github.com/patternfly/patternfly-react/issues/7731)) ([2e4ec26](https://github.com/patternfly/patternfly-react/commit/2e4ec26d428b6be0ca4254b29e03c889eb5625bb))
|
|
1107
|
-
|
|
1108
|
-
# 4.81.0 (2022-09-16)
|
|
1109
|
-
|
|
1110
|
-
### Features
|
|
1111
|
-
|
|
1112
|
-
- **charts:** Update Victory dependencies ([#7986](https://github.com/patternfly/patternfly-react/issues/7986)) ([bbee15f](https://github.com/patternfly/patternfly-react/commit/bbee15fd0e00288dfa72c88a79a685b5405a355e))
|
|
1113
|
-
|
|
1114
|
-
## 4.80.1 (2022-09-15)
|
|
1115
|
-
|
|
1116
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1117
|
-
|
|
1118
|
-
# 4.80.0 (2022-09-14)
|
|
1119
|
-
|
|
1120
|
-
### Features
|
|
1121
|
-
|
|
1122
|
-
- **Dropdown next:** Added the next version of the dropdown component ([#7955](https://github.com/patternfly/patternfly-react/issues/7955)) ([c092c7c](https://github.com/patternfly/patternfly-react/commit/c092c7cfaf877c5783c9ad9db0a8010b8ea023eb))
|
|
1123
|
-
|
|
1124
|
-
# 4.79.0 (2022-09-14)
|
|
1125
|
-
|
|
1126
|
-
### Features
|
|
1127
|
-
|
|
1128
|
-
- **SearchInput:** new expandable button for masthead variant ([#7903](https://github.com/patternfly/patternfly-react/issues/7903)) ([d2a6c47](https://github.com/patternfly/patternfly-react/commit/d2a6c471ea3440d0b751b752b44ca1e8e749c5b6))
|
|
1129
|
-
|
|
1130
|
-
## 4.78.11 (2022-09-13)
|
|
1131
|
-
|
|
1132
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1133
|
-
|
|
1134
|
-
## 4.78.10 (2022-09-13)
|
|
1135
|
-
|
|
1136
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1137
|
-
|
|
1138
|
-
## 4.78.9 (2022-09-13)
|
|
1139
|
-
|
|
1140
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1141
|
-
|
|
1142
|
-
## 4.78.8 (2022-09-12)
|
|
1143
|
-
|
|
1144
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1145
|
-
|
|
1146
|
-
## 4.78.7 (2022-09-12)
|
|
1147
|
-
|
|
1148
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1149
|
-
|
|
1150
|
-
## 4.78.6 (2022-09-12)
|
|
1151
|
-
|
|
1152
|
-
### Bug Fixes
|
|
1153
|
-
|
|
1154
|
-
- **Treeview:** ignore folder selection in basic example ([#7906](https://github.com/patternfly/patternfly-react/issues/7906)) ([b16b224](https://github.com/patternfly/patternfly-react/commit/b16b2240d26cabcadec3de52627fb1d96ff45aef))
|
|
1155
|
-
|
|
1156
|
-
## 4.78.5 (2022-09-09)
|
|
1157
|
-
|
|
1158
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1159
|
-
|
|
1160
|
-
## 4.78.4 (2022-09-09)
|
|
1161
|
-
|
|
1162
|
-
### Bug Fixes
|
|
1163
|
-
|
|
1164
|
-
- **Modal, Dropdown, TreeView:** updates to resolve strict TS errors ([#7890](https://github.com/patternfly/patternfly-react/issues/7890)) ([011215b](https://github.com/patternfly/patternfly-react/commit/011215be95dfff1408e437c0b1062835669ff041))
|
|
1165
|
-
|
|
1166
|
-
## 4.78.3 (2022-09-09)
|
|
1167
|
-
|
|
1168
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1169
|
-
|
|
1170
|
-
## 4.78.2 (2022-09-09)
|
|
1171
|
-
|
|
1172
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1173
|
-
|
|
1174
|
-
## 4.78.1 (2022-09-09)
|
|
1175
|
-
|
|
1176
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1177
|
-
|
|
1178
|
-
# 4.78.0 (2022-09-09)
|
|
1179
|
-
|
|
1180
|
-
### Features
|
|
1181
|
-
|
|
1182
|
-
- **Button:** new count number prop ([#7910](https://github.com/patternfly/patternfly-react/issues/7910)) ([a096b3c](https://github.com/patternfly/patternfly-react/commit/a096b3cba080b5bcd87777efe0e96e64c6da121f))
|
|
1183
|
-
|
|
1184
|
-
## 4.77.14 (2022-09-08)
|
|
1185
|
-
|
|
1186
|
-
### Bug Fixes
|
|
1187
|
-
|
|
1188
|
-
- **Page:** Fixed page group props regression ([#7948](https://github.com/patternfly/patternfly-react/issues/7948)) ([044444e](https://github.com/patternfly/patternfly-react/commit/044444e11fb90d53dc8f783071d3e3dc517532a0))
|
|
1189
|
-
|
|
1190
|
-
## 4.77.13 (2022-09-08)
|
|
1191
|
-
|
|
1192
|
-
### Bug Fixes
|
|
1193
|
-
|
|
1194
|
-
- **table:** fix bug in expandable demo ([#7945](https://github.com/patternfly/patternfly-react/issues/7945)) ([711b196](https://github.com/patternfly/patternfly-react/commit/711b19609dd8023b157a99f6988ff8618ccee35d))
|
|
1195
|
-
|
|
1196
|
-
## 4.77.12 (2022-09-07)
|
|
1197
|
-
|
|
1198
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1199
|
-
|
|
1200
|
-
## 4.77.11 (2022-09-07)
|
|
1201
|
-
|
|
1202
|
-
### Bug Fixes
|
|
1203
|
-
|
|
1204
|
-
- **dashboardheader:** update brand image src to absolute import path for codesandbox functionality ([#7935](https://github.com/patternfly/patternfly-react/issues/7935)) ([6190a7f](https://github.com/patternfly/patternfly-react/commit/6190a7fd51a9606c9f1bf06aa0ebd46215fbd341))
|
|
1205
|
-
|
|
1206
|
-
## 4.77.10 (2022-09-07)
|
|
1207
|
-
|
|
1208
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1209
|
-
|
|
1210
|
-
## 4.77.9 (2022-09-07)
|
|
1211
|
-
|
|
1212
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1213
|
-
|
|
1214
|
-
## 4.77.8 (2022-09-07)
|
|
1215
|
-
|
|
1216
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1217
|
-
|
|
1218
|
-
## 4.77.7 (2022-09-07)
|
|
1219
|
-
|
|
1220
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1221
|
-
|
|
1222
|
-
## 4.77.6 (2022-09-06)
|
|
1223
|
-
|
|
1224
|
-
### Bug Fixes
|
|
1225
|
-
|
|
1226
|
-
- **Page:** avoid unnecessary re-renders ([#7940](https://github.com/patternfly/patternfly-react/issues/7940)) ([3e23142](https://github.com/patternfly/patternfly-react/commit/3e23142c489ae5b77357345dbbeaa63cc175ea05))
|
|
1227
|
-
|
|
1228
|
-
## 4.77.5 (2022-09-02)
|
|
1229
|
-
|
|
1230
|
-
### Bug Fixes
|
|
1231
|
-
|
|
1232
|
-
- **MenuToggle:** Fixed props not displaying in docs ([#7919](https://github.com/patternfly/patternfly-react/issues/7919)) ([8ca73e4](https://github.com/patternfly/patternfly-react/commit/8ca73e4dae9542646aff846511033bb7ae4fb2ef))
|
|
1233
|
-
|
|
1234
|
-
## 4.77.4 (2022-09-02)
|
|
1235
|
-
|
|
1236
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1237
|
-
|
|
1238
|
-
## 4.77.3 (2022-09-01)
|
|
1239
|
-
|
|
1240
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1241
|
-
|
|
1242
|
-
## 4.77.2 (2022-09-01)
|
|
1243
|
-
|
|
1244
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1245
|
-
|
|
1246
|
-
## 4.77.1 (2022-09-01)
|
|
1247
|
-
|
|
1248
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1249
|
-
|
|
1250
|
-
# 4.77.0 (2022-09-01)
|
|
1251
|
-
|
|
1252
|
-
### Features
|
|
1253
|
-
|
|
1254
|
-
- **PageSection:** add ability to specify HTML element via prop ([#7891](https://github.com/patternfly/patternfly-react/issues/7891)) ([a9e20e4](https://github.com/patternfly/patternfly-react/commit/a9e20e4b6303fb673ed9222323a1114c3e68f8d6))
|
|
1255
|
-
|
|
1256
|
-
## 4.76.8 (2022-08-31)
|
|
1257
|
-
|
|
1258
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1259
|
-
|
|
1260
|
-
## 4.76.7 (2022-08-31)
|
|
1261
|
-
|
|
1262
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1263
|
-
|
|
1264
|
-
## 4.76.6 (2022-08-30)
|
|
1265
|
-
|
|
1266
|
-
### Bug Fixes
|
|
1267
|
-
|
|
1268
|
-
- **NumberInput:** prevent errors when onChange is passed via inputProps ([#7908](https://github.com/patternfly/patternfly-react/issues/7908)) ([9cabeed](https://github.com/patternfly/patternfly-react/commit/9cabeedacf98bd80214a7f7fe1e40c3a15be4490))
|
|
1269
|
-
|
|
1270
|
-
## 4.76.5 (2022-08-29)
|
|
1271
|
-
|
|
1272
|
-
### Bug Fixes
|
|
1273
|
-
|
|
1274
|
-
- **NumberInput:** manage null value ([#7898](https://github.com/patternfly/patternfly-react/issues/7898)) ([b86371d](https://github.com/patternfly/patternfly-react/commit/b86371dfe703614c12f49b68c096b28a91b9debd))
|
|
1275
|
-
|
|
1276
|
-
## 4.76.4 (2022-08-29)
|
|
1277
|
-
|
|
1278
|
-
### Bug Fixes
|
|
1279
|
-
|
|
1280
|
-
- syntax errors on surge ([#7897](https://github.com/patternfly/patternfly-react/issues/7897)) ([a487abf](https://github.com/patternfly/patternfly-react/commit/a487abf770340555b2c5a451b5a5bfb0ea57fd45))
|
|
1281
|
-
|
|
1282
|
-
## 4.76.3 (2022-08-25)
|
|
1283
|
-
|
|
1284
|
-
### Bug Fixes
|
|
1285
|
-
|
|
1286
|
-
- react-core should export all contents of dist directory ([#7883](https://github.com/patternfly/patternfly-react/issues/7883)) ([f5088d0](https://github.com/patternfly/patternfly-react/commit/f5088d069916d7c37335503251d13b4b846f3f62))
|
|
1287
|
-
|
|
1288
|
-
## 4.76.2 (2022-08-24)
|
|
1289
|
-
|
|
1290
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1291
|
-
|
|
1292
|
-
## 4.76.1 (2022-08-24)
|
|
1293
|
-
|
|
1294
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1295
|
-
|
|
1296
|
-
# 4.76.0 (2022-08-23)
|
|
1297
|
-
|
|
1298
|
-
### Features
|
|
1299
|
-
|
|
1300
|
-
- **WizardComposable:** Created composable spinoff of wizard w/ enhancements ([#7703](https://github.com/patternfly/patternfly-react/issues/7703)) ([76eab29](https://github.com/patternfly/patternfly-react/commit/76eab29b640e2f71cd9bd5d42f58fa8dd0eba799))
|
|
1301
|
-
|
|
1302
|
-
## 4.75.4 (2022-08-23)
|
|
1303
|
-
|
|
1304
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1305
|
-
|
|
1306
|
-
## 4.75.3 (2022-08-23)
|
|
1307
|
-
|
|
1308
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1309
|
-
|
|
1310
|
-
## 4.75.2 (2022-08-23)
|
|
1311
|
-
|
|
1312
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1313
|
-
|
|
1314
|
-
## 4.75.1 (2022-08-22)
|
|
1315
|
-
|
|
1316
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1317
|
-
|
|
1318
|
-
# 4.75.0 (2022-08-22)
|
|
1319
|
-
|
|
1320
|
-
### Features
|
|
1321
|
-
|
|
1322
|
-
- **Timestamp:** create component ([#7815](https://github.com/patternfly/patternfly-react/issues/7815)) ([98058b3](https://github.com/patternfly/patternfly-react/commit/98058b35c4b7d5e916abd7318e020e53783f73a6))
|
|
1323
|
-
|
|
1324
|
-
## 4.74.1 (2022-08-22)
|
|
1325
|
-
|
|
1326
|
-
### Bug Fixes
|
|
1327
|
-
|
|
1328
|
-
- **TimePicker:** clean up menuAppendTo feature ([#7865](https://github.com/patternfly/patternfly-react/issues/7865)) ([3aa73be](https://github.com/patternfly/patternfly-react/commit/3aa73beb4581c1695aa3c3886291d862bd82286e))
|
|
1329
|
-
|
|
1330
|
-
# 4.74.0 (2022-08-19)
|
|
1331
|
-
|
|
1332
|
-
### Features
|
|
1333
|
-
|
|
1334
|
-
- **ExpandableSection:** add truncated variant ([#7852](https://github.com/patternfly/patternfly-react/issues/7852)) ([f628cdf](https://github.com/patternfly/patternfly-react/commit/f628cdf571d71addfc04e69728be73895e261094))
|
|
1335
|
-
|
|
1336
|
-
## 4.73.13 (2022-08-19)
|
|
1337
|
-
|
|
1338
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1339
|
-
|
|
1340
|
-
## 4.73.12 (2022-08-19)
|
|
1341
|
-
|
|
1342
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1343
|
-
|
|
1344
|
-
## 4.73.11 (2022-08-18)
|
|
1345
|
-
|
|
1346
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1347
|
-
|
|
1348
|
-
## 4.73.10 (2022-08-18)
|
|
1349
|
-
|
|
1350
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1351
|
-
|
|
1352
|
-
## 4.73.9 (2022-08-18)
|
|
1353
|
-
|
|
1354
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1355
|
-
|
|
1356
|
-
## 4.73.8 (2022-08-18)
|
|
1357
|
-
|
|
1358
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1359
|
-
|
|
1360
|
-
## 4.73.7 (2022-08-18)
|
|
1361
|
-
|
|
1362
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1363
|
-
|
|
1364
|
-
## 4.73.6 (2022-08-17)
|
|
1365
|
-
|
|
1366
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1367
|
-
|
|
1368
|
-
## 4.73.5 (2022-08-17)
|
|
1369
|
-
|
|
1370
|
-
### Bug Fixes
|
|
1371
|
-
|
|
1372
|
-
- **charts:** add victory-cursor-container dependency ([#7803](https://github.com/patternfly/patternfly-react/issues/7803)) ([6f1f00d](https://github.com/patternfly/patternfly-react/commit/6f1f00d0d60d9f841a3204e9378ac93a4333c41b))
|
|
1373
|
-
|
|
1374
|
-
## 4.73.4 (2022-08-17)
|
|
1375
|
-
|
|
1376
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1377
|
-
|
|
1378
|
-
## 4.73.3 (2022-08-16)
|
|
1379
|
-
|
|
1380
|
-
### Bug Fixes
|
|
1381
|
-
|
|
1382
|
-
- **Select:** apply aria-describedby to correct element ([#7790](https://github.com/patternfly/patternfly-react/issues/7790)) ([1795ff5](https://github.com/patternfly/patternfly-react/commit/1795ff5a939cfab5af03f11640737377b7c39441))
|
|
1383
|
-
|
|
1384
|
-
## 4.73.2 (2022-08-16)
|
|
1385
|
-
|
|
1386
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1387
|
-
|
|
1388
|
-
## 4.73.1 (2022-08-16)
|
|
1389
|
-
|
|
1390
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1391
|
-
|
|
1392
|
-
# 4.73.0 (2022-08-16)
|
|
1393
|
-
|
|
1394
|
-
### Features
|
|
1395
|
-
|
|
1396
|
-
- Allow for 'next' and 'deprecated' react-core subpaths ([#7824](https://github.com/patternfly/patternfly-react/issues/7824)) ([0e68bd3](https://github.com/patternfly/patternfly-react/commit/0e68bd349e9a8b4b08bb8b777358dcde41d5462f))
|
|
1397
|
-
|
|
1398
|
-
## 4.72.9 (2022-08-15)
|
|
1399
|
-
|
|
1400
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1401
|
-
|
|
1402
|
-
## 4.72.8 (2022-08-11)
|
|
1403
|
-
|
|
1404
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1405
|
-
|
|
1406
|
-
## 4.72.7 (2022-08-10)
|
|
1407
|
-
|
|
1408
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1409
|
-
|
|
1410
|
-
## 4.72.6 (2022-08-10)
|
|
1411
|
-
|
|
1412
|
-
### Reverts
|
|
1413
|
-
|
|
1414
|
-
- Revert "feat(VisualizationSurface): replace react-measure with react-resize-detector (#7706)" (#7809) ([3c9cd8f](https://github.com/patternfly/patternfly-react/commit/3c9cd8f32d621f30aef0a4d4e0aa892b08354e7b)), closes [#7706](https://github.com/patternfly/patternfly-react/issues/7706) [#7809](https://github.com/patternfly/patternfly-react/issues/7809)
|
|
1415
|
-
|
|
1416
|
-
## 4.72.5 (2022-08-05)
|
|
1417
|
-
|
|
1418
|
-
### Bug Fixes
|
|
1419
|
-
|
|
1420
|
-
- **MenuToggle:** update base type to include div attributes as well ([#7798](https://github.com/patternfly/patternfly-react/issues/7798)) ([330e496](https://github.com/patternfly/patternfly-react/commit/330e496a7f1fb715ab06a6f6d118f1db8705828a))
|
|
1421
|
-
|
|
1422
|
-
## 4.72.4 (2022-08-05)
|
|
1423
|
-
|
|
1424
|
-
### Bug Fixes
|
|
1425
|
-
|
|
1426
|
-
- **MenuToggle:** undo type change causing errors ([#7797](https://github.com/patternfly/patternfly-react/issues/7797)) ([1031ecb](https://github.com/patternfly/patternfly-react/commit/1031ecbeb5b4fa7eb28ed9c035454c7b408b8da8))
|
|
1427
|
-
|
|
1428
|
-
## 4.72.3 (2022-08-04)
|
|
1429
|
-
|
|
1430
|
-
### Bug Fixes
|
|
1431
|
-
|
|
1432
|
-
- **charts:** remove uniqueId generation for labels and axis ticks ([#7794](https://github.com/patternfly/patternfly-react/issues/7794)) ([9c44131](https://github.com/patternfly/patternfly-react/commit/9c4413119f14e3e45a1ed12bd870120e278ebc20))
|
|
1433
|
-
|
|
1434
|
-
## 4.72.2 (2022-08-03)
|
|
1435
|
-
|
|
1436
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1437
|
-
|
|
1438
|
-
## 4.72.1 (2022-08-03)
|
|
1439
|
-
|
|
1440
|
-
### Bug Fixes
|
|
1441
|
-
|
|
1442
|
-
- **Menu:** can navigate via keyboard for checkbox variant ([#7743](https://github.com/patternfly/patternfly-react/issues/7743)) ([7cfa876](https://github.com/patternfly/patternfly-react/commit/7cfa87682c225c3e93d6c4e0925b3c34aaede633))
|
|
1443
|
-
|
|
1444
|
-
# 4.72.0 (2022-08-03)
|
|
1445
|
-
|
|
1446
|
-
### Features
|
|
1447
|
-
|
|
1448
|
-
- **MenuToggle:** add split button variants ([#7748](https://github.com/patternfly/patternfly-react/issues/7748)) ([7577725](https://github.com/patternfly/patternfly-react/commit/7577725305533791481ac22d9b36b87d5d3167b1))
|
|
1449
|
-
|
|
1450
|
-
## 4.71.1 (2022-08-02)
|
|
1451
|
-
|
|
1452
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1453
|
-
|
|
1454
|
-
# 4.71.0 (2022-08-01)
|
|
1455
|
-
|
|
1456
|
-
### Features
|
|
1457
|
-
|
|
1458
|
-
- **Page:** add support for vertical breakpoints, add sticky breadcrumb demo ([#7764](https://github.com/patternfly/patternfly-react/issues/7764)) ([9db582d](https://github.com/patternfly/patternfly-react/commit/9db582d63a3499fa78ea8fab3ce31b7877cd479d))
|
|
1459
|
-
|
|
1460
|
-
# 4.70.0 (2022-08-01)
|
|
1461
|
-
|
|
1462
|
-
### Features
|
|
1463
|
-
|
|
1464
|
-
- **DescriptionList:** add Display and Card variants ([#7713](https://github.com/patternfly/patternfly-react/issues/7713)) ([8c6e6d8](https://github.com/patternfly/patternfly-react/commit/8c6e6d83cdbe989d306c64f945aac206eac3ff91))
|
|
1465
|
-
|
|
1466
|
-
## 4.69.1 (2022-08-01)
|
|
1467
|
-
|
|
1468
|
-
### Bug Fixes
|
|
1469
|
-
|
|
1470
|
-
- **Menu/Nav:** flyout variants work with VO navigation ([#7772](https://github.com/patternfly/patternfly-react/issues/7772)) ([6ad76cc](https://github.com/patternfly/patternfly-react/commit/6ad76cc1b466e8e93773f58002acf5ca54ad6e36))
|
|
1471
|
-
|
|
1472
|
-
# 4.69.0 (2022-07-29)
|
|
1473
|
-
|
|
1474
|
-
### Features
|
|
1475
|
-
|
|
1476
|
-
- **Tabs:** add horizontal overflow option ([#7742](https://github.com/patternfly/patternfly-react/issues/7742)) ([2745cd1](https://github.com/patternfly/patternfly-react/commit/2745cd199669b0c0a5cdbd5c3d4e7453c6e1c435))
|
|
1477
|
-
|
|
1478
|
-
## 4.68.9 (2022-07-28)
|
|
1479
|
-
|
|
1480
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1481
|
-
|
|
1482
|
-
## 4.68.8 (2022-07-28)
|
|
1483
|
-
|
|
1484
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1485
|
-
|
|
1486
|
-
## 4.68.7 (2022-07-28)
|
|
1487
|
-
|
|
1488
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1489
|
-
|
|
1490
|
-
## 4.68.6 (2022-07-28)
|
|
1491
|
-
|
|
1492
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1493
|
-
|
|
1494
|
-
## 4.68.5 (2022-07-27)
|
|
1495
|
-
|
|
1496
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1497
|
-
|
|
1498
|
-
## 4.68.4 (2022-07-27)
|
|
1499
|
-
|
|
1500
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1501
|
-
|
|
1502
|
-
## 4.68.3 (2022-07-27)
|
|
1503
|
-
|
|
1504
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1505
|
-
|
|
1506
|
-
## 4.68.2 (2022-07-27)
|
|
1507
|
-
|
|
1508
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1509
|
-
|
|
1510
|
-
## 4.68.1 (2022-07-26)
|
|
1511
|
-
|
|
1512
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1513
|
-
|
|
1514
|
-
# 4.68.0 (2022-07-26)
|
|
1515
|
-
|
|
1516
|
-
### Features
|
|
1517
|
-
|
|
1518
|
-
- **Dropdown:** added secondary styling to split action button ([#7746](https://github.com/patternfly/patternfly-react/issues/7746)) ([e701c32](https://github.com/patternfly/patternfly-react/commit/e701c32bb36097770ecb2c3e17e15df0b720488f))
|
|
1519
|
-
|
|
1520
|
-
## 4.67.2 (2022-07-26)
|
|
1521
|
-
|
|
1522
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1523
|
-
|
|
1524
|
-
## 4.67.1 (2022-07-26)
|
|
1525
|
-
|
|
1526
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1527
|
-
|
|
1528
|
-
# 4.67.0 (2022-07-26)
|
|
1529
|
-
|
|
1530
|
-
### Features
|
|
1531
|
-
|
|
1532
|
-
- **topology:** Pipelines support for badges/icons variable task node width ([#7697](https://github.com/patternfly/patternfly-react/issues/7697)) ([a499273](https://github.com/patternfly/patternfly-react/commit/a49927315cd61e84a007d05b49e5d7254b977fcb))
|
|
1533
|
-
|
|
1534
|
-
## 4.66.11 (2022-07-25)
|
|
1535
|
-
|
|
1536
|
-
### Bug Fixes
|
|
1537
|
-
|
|
1538
|
-
- **Select:** remove variant check from update logic ([#7741](https://github.com/patternfly/patternfly-react/issues/7741)) ([2204cb6](https://github.com/patternfly/patternfly-react/commit/2204cb62e30b4a37b82731f1380e79a3085828ef))
|
|
1539
|
-
|
|
1540
|
-
## 4.66.10 (2022-07-25)
|
|
1541
|
-
|
|
1542
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1543
|
-
|
|
1544
|
-
## 4.66.9 (2022-07-21)
|
|
1545
|
-
|
|
1546
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1547
|
-
|
|
1548
|
-
## 4.66.8 (2022-07-21)
|
|
1549
|
-
|
|
1550
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1551
|
-
|
|
1552
|
-
## 4.66.7 (2022-07-20)
|
|
1553
|
-
|
|
1554
|
-
### Bug Fixes
|
|
1555
|
-
|
|
1556
|
-
- **Switch:** aria labelledby to update with change ([#7557](https://github.com/patternfly/patternfly-react/issues/7557)) ([9647a0c](https://github.com/patternfly/patternfly-react/commit/9647a0c7f7eb2174f006774b4406408bd065fddc))
|
|
1557
|
-
|
|
1558
|
-
## 4.66.6 (2022-07-20)
|
|
1559
|
-
|
|
1560
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1561
|
-
|
|
1562
|
-
## 4.66.5 (2022-07-19)
|
|
1563
|
-
|
|
1564
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1565
|
-
|
|
1566
|
-
## 4.66.4 (2022-07-15)
|
|
1567
|
-
|
|
1568
|
-
### Bug Fixes
|
|
1569
|
-
|
|
1570
|
-
- **LogViewer:** render correctly when there is '\n' in the string array ([#7681](https://github.com/patternfly/patternfly-react/issues/7681)) ([12222c7](https://github.com/patternfly/patternfly-react/commit/12222c76d47396d8df5134c607a9ff689d6d93c9))
|
|
1571
|
-
|
|
1572
|
-
## 4.66.3 (2022-07-15)
|
|
1573
|
-
|
|
1574
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1575
|
-
|
|
1576
|
-
## 4.66.2 (2022-07-15)
|
|
1577
|
-
|
|
1578
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1579
|
-
|
|
1580
|
-
## 4.66.1 (2022-07-15)
|
|
1581
|
-
|
|
1582
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1583
|
-
|
|
1584
|
-
# 4.66.0 (2022-07-14)
|
|
1585
|
-
|
|
1586
|
-
### Features
|
|
1587
|
-
|
|
1588
|
-
- **Topology:** Add Topology pipeline support ([#7609](https://github.com/patternfly/patternfly-react/issues/7609)) ([4fb563f](https://github.com/patternfly/patternfly-react/commit/4fb563fb8651c0386f7cc59fd9c736af6fb683ec))
|
|
1589
|
-
|
|
1590
|
-
## 4.65.15 (2022-07-12)
|
|
1591
|
-
|
|
1592
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1593
|
-
|
|
1594
|
-
## 4.65.14 (2022-07-11)
|
|
1595
|
-
|
|
1596
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1597
|
-
|
|
1598
|
-
## 4.65.13 (2022-07-11)
|
|
1599
|
-
|
|
1600
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1601
|
-
|
|
1602
|
-
## 4.65.12 (2022-07-08)
|
|
1603
|
-
|
|
1604
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1605
|
-
|
|
1606
|
-
## 4.65.11 (2022-07-08)
|
|
1607
|
-
|
|
1608
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1609
|
-
|
|
1610
|
-
## 4.65.10 (2022-07-08)
|
|
1611
|
-
|
|
1612
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1613
|
-
|
|
1614
|
-
## 4.65.9 (2022-07-07)
|
|
1615
|
-
|
|
1616
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1617
|
-
|
|
1618
|
-
## 4.65.8 (2022-07-07)
|
|
1619
|
-
|
|
1620
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1621
|
-
|
|
1622
|
-
## 4.65.7 (2022-07-07)
|
|
1623
|
-
|
|
1624
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1625
|
-
|
|
1626
|
-
## 4.65.6 (2022-07-06)
|
|
1627
|
-
|
|
1628
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1629
|
-
|
|
1630
|
-
## 4.65.5 (2022-07-06)
|
|
1631
|
-
|
|
1632
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1633
|
-
|
|
1634
|
-
## 4.65.4 (2022-07-05)
|
|
1635
|
-
|
|
1636
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1637
|
-
|
|
1638
|
-
## 4.65.3 (2022-07-05)
|
|
1639
|
-
|
|
1640
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1641
|
-
|
|
1642
|
-
## 4.65.2 (2022-06-30)
|
|
1643
|
-
|
|
1644
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1645
|
-
|
|
1646
|
-
## 4.65.1 (2022-06-29)
|
|
1647
|
-
|
|
1648
|
-
### Bug Fixes
|
|
1649
|
-
|
|
1650
|
-
- **Select:** update logic should only apply to typeahead ([#7632](https://github.com/patternfly/patternfly-react/issues/7632)) ([0b9148e](https://github.com/patternfly/patternfly-react/commit/0b9148e67030236e61423895c6632b20dac4617f))
|
|
1651
|
-
|
|
1652
|
-
# 4.65.0 (2022-06-27)
|
|
1653
|
-
|
|
1654
|
-
### Features
|
|
1655
|
-
|
|
1656
|
-
- **wizard:** add support for additional information panel (drawer) ([#7323](https://github.com/patternfly/patternfly-react/issues/7323)) ([6702504](https://github.com/patternfly/patternfly-react/commit/67025047d7bb644497f4477b77dbbdebe8ce97da))
|
|
1657
|
-
|
|
1658
|
-
## 4.64.3 (2022-06-23)
|
|
1659
|
-
|
|
1660
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1661
|
-
|
|
1662
|
-
## 4.64.2 (2022-06-23)
|
|
1663
|
-
|
|
1664
|
-
### Bug Fixes
|
|
1665
|
-
|
|
1666
|
-
- **ProgressStepper:** added onTriggerEnter prop to Popover ([#7532](https://github.com/patternfly/patternfly-react/issues/7532)) ([1208390](https://github.com/patternfly/patternfly-react/commit/12083908a7043c017a5b7a97f84623add10bfe75))
|
|
1667
|
-
|
|
1668
|
-
## 4.64.1 (2022-06-23)
|
|
1669
|
-
|
|
1670
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1671
|
-
|
|
1672
|
-
# 4.64.0 (2022-06-22)
|
|
1673
|
-
|
|
1674
|
-
### Features
|
|
1675
|
-
|
|
1676
|
-
- **Table:** add nested sticky header support ([#7595](https://github.com/patternfly/patternfly-react/issues/7595)) ([3888a0b](https://github.com/patternfly/patternfly-react/commit/3888a0bdf5e4e964d2d8d936c5d81f7813d8ec0c))
|
|
1677
|
-
|
|
1678
|
-
## 4.63.17 (2022-06-22)
|
|
1679
|
-
|
|
1680
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1681
|
-
|
|
1682
|
-
## 4.63.16 (2022-06-22)
|
|
1683
|
-
|
|
1684
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1685
|
-
|
|
1686
|
-
## 4.63.15 (2022-06-21)
|
|
1687
|
-
|
|
1688
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1689
|
-
|
|
1690
|
-
## 4.63.14 (2022-06-17)
|
|
1691
|
-
|
|
1692
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1693
|
-
|
|
1694
|
-
## 4.63.13 (2022-06-17)
|
|
1695
|
-
|
|
1696
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1697
|
-
|
|
1698
|
-
## 4.63.12 (2022-06-17)
|
|
1699
|
-
|
|
1700
|
-
### Bug Fixes
|
|
1701
|
-
|
|
1702
|
-
- **Table:** account for added columns with expandable ([#7529](https://github.com/patternfly/patternfly-react/issues/7529)) ([dcde7c9](https://github.com/patternfly/patternfly-react/commit/dcde7c95eb7200b706da4d41a46f3f57b5129e40))
|
|
1703
|
-
|
|
1704
|
-
## 4.63.11 (2022-06-17)
|
|
1705
|
-
|
|
1706
|
-
### Bug Fixes
|
|
1707
|
-
|
|
1708
|
-
- **Table:** update expandable examples to set column widths ([#7513](https://github.com/patternfly/patternfly-react/issues/7513)) ([c2e1e61](https://github.com/patternfly/patternfly-react/commit/c2e1e618a6924bdbb2b1e8e7ad94553615196fb2))
|
|
1709
|
-
|
|
1710
|
-
## 4.63.10 (2022-06-16)
|
|
1711
|
-
|
|
1712
|
-
### Bug Fixes
|
|
1713
|
-
|
|
1714
|
-
- **Topology:** Fix for group position when it has no children ([#7573](https://github.com/patternfly/patternfly-react/issues/7573)) ([04e435e](https://github.com/patternfly/patternfly-react/commit/04e435ebc87ad7d1c687db95ee8ef8beffae514d))
|
|
1715
|
-
|
|
1716
|
-
## 4.63.9 (2022-06-16)
|
|
1717
|
-
|
|
1718
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1719
|
-
|
|
1720
|
-
## 4.63.8 (2022-06-16)
|
|
1721
|
-
|
|
1722
|
-
### Bug Fixes
|
|
1723
|
-
|
|
1724
|
-
- **Table:** filterable table demo icon text spacing fix ([#7477](https://github.com/patternfly/patternfly-react/issues/7477)) ([e35387f](https://github.com/patternfly/patternfly-react/commit/e35387f42b355000ff66a79e1031eb6e9a7bb8c3))
|
|
1725
|
-
|
|
1726
|
-
## 4.63.7 (2022-06-16)
|
|
1727
|
-
|
|
1728
|
-
### Bug Fixes
|
|
1729
|
-
|
|
1730
|
-
- **console:** add SUSE instruction for virt-viewer ([#7445](https://github.com/patternfly/patternfly-react/issues/7445)) ([2ac5adb](https://github.com/patternfly/patternfly-react/commit/2ac5adb581d673e0687f438baeb7859125bd30d4)), closes [#7519](https://github.com/patternfly/patternfly-react/issues/7519)
|
|
1731
|
-
|
|
1732
|
-
## 4.63.6 (2022-06-16)
|
|
1733
|
-
|
|
1734
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1735
|
-
|
|
1736
|
-
## 4.63.5 (2022-06-15)
|
|
1737
|
-
|
|
1738
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1739
|
-
|
|
1740
|
-
## 4.63.4 (2022-06-15)
|
|
1741
|
-
|
|
1742
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1743
|
-
|
|
1744
|
-
## 4.63.3 (2022-06-15)
|
|
1745
|
-
|
|
1746
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1747
|
-
|
|
1748
|
-
## 4.63.2 (2022-06-15)
|
|
1749
|
-
|
|
1750
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1751
|
-
|
|
1752
|
-
## 4.63.1 (2022-06-15)
|
|
1753
|
-
|
|
1754
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1755
|
-
|
|
1756
|
-
# 4.63.0 (2022-06-14)
|
|
1757
|
-
|
|
1758
|
-
### Features
|
|
1759
|
-
|
|
1760
|
-
- **Form:** add functionality for form group roles ([#7516](https://github.com/patternfly/patternfly-react/issues/7516)) ([4ff2f54](https://github.com/patternfly/patternfly-react/commit/4ff2f54ce21363e9c40c47517f20b8fc5e0cb401))
|
|
1761
|
-
|
|
1762
|
-
## 4.62.17 (2022-06-14)
|
|
1763
|
-
|
|
1764
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1765
|
-
|
|
1766
|
-
## 4.62.16 (2022-06-13)
|
|
1767
|
-
|
|
1768
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1769
|
-
|
|
1770
|
-
## 4.62.15 (2022-06-13)
|
|
1771
|
-
|
|
1772
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1773
|
-
|
|
1774
|
-
## 4.62.14 (2022-06-13)
|
|
1775
|
-
|
|
1776
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1777
|
-
|
|
1778
|
-
## 4.62.13 (2022-06-10)
|
|
1779
|
-
|
|
1780
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1781
|
-
|
|
1782
|
-
## 4.62.12 (2022-06-10)
|
|
1783
|
-
|
|
1784
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1785
|
-
|
|
1786
|
-
## 4.62.11 (2022-06-09)
|
|
1787
|
-
|
|
1788
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1789
|
-
|
|
1790
|
-
## 4.62.10 (2022-06-09)
|
|
1791
|
-
|
|
1792
|
-
### Bug Fixes
|
|
1793
|
-
|
|
1794
|
-
- **Select:** retain focus on correct checkbox after view more ([#7505](https://github.com/patternfly/patternfly-react/issues/7505)) ([c9de16b](https://github.com/patternfly/patternfly-react/commit/c9de16b00a3573f74847b3953c7b408cf000fb85))
|
|
1795
|
-
|
|
1796
|
-
## 4.62.9 (2022-06-09)
|
|
1797
|
-
|
|
1798
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1799
|
-
|
|
1800
|
-
## 4.62.8 (2022-06-08)
|
|
1801
|
-
|
|
1802
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1803
|
-
|
|
1804
|
-
## 4.62.7 (2022-06-07)
|
|
1805
|
-
|
|
1806
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1807
|
-
|
|
1808
|
-
## 4.62.6 (2022-06-06)
|
|
1809
|
-
|
|
1810
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1811
|
-
|
|
1812
|
-
## 4.62.5 (2022-06-03)
|
|
1813
|
-
|
|
1814
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1815
|
-
|
|
1816
|
-
## 4.62.4 (2022-06-03)
|
|
1817
|
-
|
|
1818
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1819
|
-
|
|
1820
|
-
## 4.62.3 (2022-06-02)
|
|
1821
|
-
|
|
1822
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1823
|
-
|
|
1824
|
-
## 4.62.2 (2022-06-01)
|
|
1825
|
-
|
|
1826
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1827
|
-
|
|
1828
|
-
## 4.62.1 (2022-06-01)
|
|
1829
|
-
|
|
1830
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1831
|
-
|
|
1832
|
-
# 4.62.0 (2022-06-01)
|
|
1833
|
-
|
|
1834
|
-
### Features
|
|
1835
|
-
|
|
1836
|
-
- **table:** full screen demo for sticky first column ([#7451](https://github.com/patternfly/patternfly-react/issues/7451)) ([f610dd4](https://github.com/patternfly/patternfly-react/commit/f610dd4726b16d73a166f7a57da0fa3588b8201d))
|
|
1837
|
-
|
|
1838
|
-
## 4.61.2 (2022-05-31)
|
|
1839
|
-
|
|
1840
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1841
|
-
|
|
1842
|
-
## 4.61.1 (2022-05-31)
|
|
1843
|
-
|
|
1844
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1845
|
-
|
|
1846
|
-
# 4.61.0 (2022-05-31)
|
|
1847
|
-
|
|
1848
|
-
### Features
|
|
1849
|
-
|
|
1850
|
-
- **table:** add fullscreen demo for error state ([#7443](https://github.com/patternfly/patternfly-react/issues/7443)) ([eeab219](https://github.com/patternfly/patternfly-react/commit/eeab2197765589262ee7c328e57dbf1606da6d7f))
|
|
1851
|
-
|
|
1852
|
-
## 4.60.2 (2022-05-27)
|
|
1853
|
-
|
|
1854
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1855
|
-
|
|
1856
|
-
## 4.60.1 (2022-05-27)
|
|
1857
|
-
|
|
1858
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1859
|
-
|
|
1860
|
-
# 4.60.0 (2022-05-26)
|
|
1861
|
-
|
|
1862
|
-
### Features
|
|
1863
|
-
|
|
1864
|
-
- **Popper:** add mouse events for popper content ([#7399](https://github.com/patternfly/patternfly-react/issues/7399)) ([47f8d12](https://github.com/patternfly/patternfly-react/commit/47f8d12e348397336287c7e7efc79665bce61ae2))
|
|
1865
|
-
|
|
1866
|
-
# 4.59.0 (2022-05-26)
|
|
1867
|
-
|
|
1868
|
-
### Features
|
|
1869
|
-
|
|
1870
|
-
- **table:** add fullscreen empty state demo ([#7371](https://github.com/patternfly/patternfly-react/issues/7371)) ([54f3052](https://github.com/patternfly/patternfly-react/commit/54f30520d9d808ffe15c962b37af91cef4c21dcb))
|
|
1871
|
-
|
|
1872
|
-
## 4.58.4 (2022-05-26)
|
|
1873
|
-
|
|
1874
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1875
|
-
|
|
1876
|
-
## 4.58.3 (2022-05-26)
|
|
1877
|
-
|
|
1878
|
-
### Bug Fixes
|
|
1879
|
-
|
|
1880
|
-
- **Select:** popper menu flips correctly ([#7434](https://github.com/patternfly/patternfly-react/issues/7434)) ([cc1eb21](https://github.com/patternfly/patternfly-react/commit/cc1eb2152246d03600a9fbbf678fd8b39f703347))
|
|
1881
|
-
|
|
1882
|
-
## 4.58.2 (2022-05-25)
|
|
1883
|
-
|
|
1884
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1885
|
-
|
|
1886
|
-
## 4.58.1 (2022-05-24)
|
|
1887
|
-
|
|
1888
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1889
|
-
|
|
1890
|
-
# 4.58.0 (2022-05-24)
|
|
1891
|
-
|
|
1892
|
-
### Features
|
|
1893
|
-
|
|
1894
|
-
- **table:** add fullscreen loading state demo ([#7370](https://github.com/patternfly/patternfly-react/issues/7370)) ([285b5b7](https://github.com/patternfly/patternfly-react/commit/285b5b76cb6bb64d5fd4bd66cfb26f709457b3bc))
|
|
1895
|
-
|
|
1896
|
-
## 4.57.1 (2022-05-23)
|
|
1897
|
-
|
|
1898
|
-
### Bug Fixes
|
|
1899
|
-
|
|
1900
|
-
- **Select:** allow enter to create when there is a single option ([#7444](https://github.com/patternfly/patternfly-react/issues/7444)) ([e1ae6a9](https://github.com/patternfly/patternfly-react/commit/e1ae6a9aa7dee0f8107905ec1d47463fce950ff3))
|
|
1901
|
-
|
|
1902
|
-
# 4.57.0 (2022-05-19)
|
|
1903
|
-
|
|
1904
|
-
### Features
|
|
1905
|
-
|
|
1906
|
-
- **table:** update sortable demo to align with core ([#7292](https://github.com/patternfly/patternfly-react/issues/7292)) ([6891764](https://github.com/patternfly/patternfly-react/commit/6891764f2507c775005878f6e74cc5c8e44a6c68))
|
|
1907
|
-
|
|
1908
|
-
# 4.56.0 (2022-05-19)
|
|
1909
|
-
|
|
1910
|
-
### Features
|
|
1911
|
-
|
|
1912
|
-
- **Menu:** Added support for checkbox menu ([#7368](https://github.com/patternfly/patternfly-react/issues/7368)) ([8c2d1dc](https://github.com/patternfly/patternfly-react/commit/8c2d1dc23dbe5c28a8c1ecf79eb34ea911da386f))
|
|
1913
|
-
|
|
1914
|
-
## 4.55.5 (2022-05-18)
|
|
1915
|
-
|
|
1916
|
-
### Bug Fixes
|
|
1917
|
-
|
|
1918
|
-
- **Slider:** add support for aria-labelledby ad aria-describedby ([#7408](https://github.com/patternfly/patternfly-react/issues/7408)) ([7c8617a](https://github.com/patternfly/patternfly-react/commit/7c8617a1268a03061d51454b298c79ae5f7a59b0))
|
|
1919
|
-
|
|
1920
|
-
## 4.55.4 (2022-05-18)
|
|
1921
|
-
|
|
1922
|
-
### Bug Fixes
|
|
1923
|
-
|
|
1924
|
-
- **Table:** Removed duplicate import from md file ([#7442](https://github.com/patternfly/patternfly-react/issues/7442)) ([00438a7](https://github.com/patternfly/patternfly-react/commit/00438a73c7b2548c4f0ad00ed09f9c60f99978d9))
|
|
1925
|
-
|
|
1926
|
-
## 4.55.3 (2022-05-16)
|
|
1927
|
-
|
|
1928
|
-
### Bug Fixes
|
|
1929
|
-
|
|
1930
|
-
- **Chip:** add custom maxWidth prop ([#7387](https://github.com/patternfly/patternfly-react/issues/7387)) ([7cfb1a2](https://github.com/patternfly/patternfly-react/commit/7cfb1a202c2f1405c454b2e10716d9a500d4508f))
|
|
1931
|
-
|
|
1932
|
-
## 4.55.2 (2022-05-13)
|
|
1933
|
-
|
|
1934
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1935
|
-
|
|
1936
|
-
## 4.55.1 (2022-05-12)
|
|
1937
|
-
|
|
1938
|
-
### Bug Fixes
|
|
1939
|
-
|
|
1940
|
-
- **Tabs:** make close handler optional ([#7405](https://github.com/patternfly/patternfly-react/issues/7405)) ([a84bb2a](https://github.com/patternfly/patternfly-react/commit/a84bb2aadefd7f811745b9512a26eda85241361d))
|
|
1941
|
-
|
|
1942
|
-
# 4.55.0 (2022-05-12)
|
|
1943
|
-
|
|
1944
|
-
### Features
|
|
1945
|
-
|
|
1946
|
-
- **table:** expandable table demo ([#7277](https://github.com/patternfly/patternfly-react/issues/7277)) ([c081a61](https://github.com/patternfly/patternfly-react/commit/c081a61f11ceeb92688798106962e3604c243606))
|
|
1947
|
-
|
|
1948
|
-
## 4.54.6 (2022-05-11)
|
|
1949
|
-
|
|
1950
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1951
|
-
|
|
1952
|
-
## 4.54.5 (2022-05-11)
|
|
1953
|
-
|
|
1954
|
-
### Bug Fixes
|
|
1955
|
-
|
|
1956
|
-
- **charts:** support customizing tooltip border for dark theme ([#7393](https://github.com/patternfly/patternfly-react/issues/7393)) ([7168a1d](https://github.com/patternfly/patternfly-react/commit/7168a1dc7f3a1302d719a32bcd32dcdb9ad8fb86))
|
|
1957
|
-
|
|
1958
|
-
## 4.54.4 (2022-05-11)
|
|
1959
|
-
|
|
1960
|
-
### Bug Fixes
|
|
1961
|
-
|
|
1962
|
-
- **topology:** fix variables ([#7364](https://github.com/patternfly/patternfly-react/issues/7364)) ([2dec22e](https://github.com/patternfly/patternfly-react/commit/2dec22eec0f2fb8a634108e6995f747f61fa7d93))
|
|
1963
|
-
|
|
1964
|
-
## 4.54.3 (2022-05-10)
|
|
1965
|
-
|
|
1966
|
-
### Bug Fixes
|
|
1967
|
-
|
|
1968
|
-
- **Card:** indicate card selectivity and status if using a screen reader ([#7144](https://github.com/patternfly/patternfly-react/issues/7144)) ([56fab43](https://github.com/patternfly/patternfly-react/commit/56fab43f801390d995ae9d0c3bdec3aa0f0d2cfb))
|
|
1969
|
-
|
|
1970
|
-
## 4.54.2 (2022-05-10)
|
|
1971
|
-
|
|
1972
|
-
### Reverts
|
|
1973
|
-
|
|
1974
|
-
- Revert "docs(Dropdown): expose menuAppendTo in Dropdown prop docs (#7173)" (#7395) ([9e80f18](https://github.com/patternfly/patternfly-react/commit/9e80f1812773e269782cdb26928778e558ec5354)), closes [#7173](https://github.com/patternfly/patternfly-react/issues/7173) [#7395](https://github.com/patternfly/patternfly-react/issues/7395)
|
|
1975
|
-
|
|
1976
|
-
## 4.54.1 (2022-05-10)
|
|
1977
|
-
|
|
1978
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1979
|
-
|
|
1980
|
-
# 4.54.0 (2022-05-10)
|
|
1981
|
-
|
|
1982
|
-
### Features
|
|
1983
|
-
|
|
1984
|
-
- **Tabs:** allow dynamic close/add ([#7297](https://github.com/patternfly/patternfly-react/issues/7297)) ([51dd66c](https://github.com/patternfly/patternfly-react/commit/51dd66c59d25f96686c57de9fffe590f1c8cbe83))
|
|
1985
|
-
|
|
1986
|
-
# 4.53.0 (2022-05-09)
|
|
1987
|
-
|
|
1988
|
-
### Features
|
|
1989
|
-
|
|
1990
|
-
- **charts:** added PF dark theme support ([#7310](https://github.com/patternfly/patternfly-react/issues/7310)) ([549c041](https://github.com/patternfly/patternfly-react/commit/549c041525b22d910b71a1c4f64e2cb0ba11ca8f))
|
|
1991
|
-
|
|
1992
|
-
## 4.52.6 (2022-05-09)
|
|
1993
|
-
|
|
1994
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
1995
|
-
|
|
1996
|
-
## 4.52.5 (2022-05-09)
|
|
1997
|
-
|
|
1998
|
-
### Bug Fixes
|
|
1999
|
-
|
|
2000
|
-
- **Popper:** update Popper modifiers when child DOM changes ([#7385](https://github.com/patternfly/patternfly-react/issues/7385)) ([28d0b74](https://github.com/patternfly/patternfly-react/commit/28d0b74107ae76acae535c37ea73cec3a4cf49d5))
|
|
2001
|
-
|
|
2002
|
-
## 4.52.4 (2022-05-09)
|
|
2003
|
-
|
|
2004
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2005
|
-
|
|
2006
|
-
## 4.52.3 (2022-05-06)
|
|
2007
|
-
|
|
2008
|
-
### Bug Fixes
|
|
2009
|
-
|
|
2010
|
-
- **LogViewer:** clear ANSI cache when resetting the log window ([#7355](https://github.com/patternfly/patternfly-react/issues/7355)) ([b3354b5](https://github.com/patternfly/patternfly-react/commit/b3354b5000c5d7397c479888140b0381367cbd2c))
|
|
2011
|
-
|
|
2012
|
-
## 4.52.2 (2022-05-06)
|
|
2013
|
-
|
|
2014
|
-
### Bug Fixes
|
|
2015
|
-
|
|
2016
|
-
- **Page:** add tabindex to components with hasOverflowScroll ([#7274](https://github.com/patternfly/patternfly-react/issues/7274)) ([6be2fa8](https://github.com/patternfly/patternfly-react/commit/6be2fa870aba78b833c7346ffe029f96cfc1c37d))
|
|
2017
|
-
|
|
2018
|
-
## 4.52.1 (2022-05-06)
|
|
2019
|
-
|
|
2020
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2021
|
-
|
|
2022
|
-
# 4.52.0 (2022-05-06)
|
|
2023
|
-
|
|
2024
|
-
### Features
|
|
2025
|
-
|
|
2026
|
-
- **tokens:** Variables now include a fallback value for charts ([#7374](https://github.com/patternfly/patternfly-react/issues/7374)) ([6832688](https://github.com/patternfly/patternfly-react/commit/6832688d904159eee64510656dc4df6ed1ecb841))
|
|
2027
|
-
|
|
2028
|
-
# 4.51.0 (2022-05-05)
|
|
2029
|
-
|
|
2030
|
-
### Features
|
|
2031
|
-
|
|
2032
|
-
- **charts:** Deprecate themeVariant prop for light / dark themes ([#7372](https://github.com/patternfly/patternfly-react/issues/7372)) ([362902a](https://github.com/patternfly/patternfly-react/commit/362902a72eb2b18e634423c86dea1bef89bf00e9))
|
|
2033
|
-
|
|
2034
|
-
# 4.50.0 (2022-05-05)
|
|
2035
|
-
|
|
2036
|
-
### Features
|
|
2037
|
-
|
|
2038
|
-
- **drawer:** convert examples to TS ([#7329](https://github.com/patternfly/patternfly-react/issues/7329)) ([e3c6dfa](https://github.com/patternfly/patternfly-react/commit/e3c6dfa735a01c2be5a62eed8e37ad7a29b113de))
|
|
2039
|
-
|
|
2040
|
-
## 4.49.13 (2022-05-05)
|
|
2041
|
-
|
|
2042
|
-
### Bug Fixes
|
|
2043
|
-
|
|
2044
|
-
- **Wixard:** Fixed id not being applied to wizard step ([#7349](https://github.com/patternfly/patternfly-react/issues/7349)) ([de6b557](https://github.com/patternfly/patternfly-react/commit/de6b557331460dd387faa1ac4c5c033757412340))
|
|
2045
|
-
|
|
2046
|
-
## 4.49.12 (2022-05-05)
|
|
2047
|
-
|
|
2048
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2049
|
-
|
|
2050
|
-
## 4.49.11 (2022-05-05)
|
|
2051
|
-
|
|
2052
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2053
|
-
|
|
2054
|
-
## 4.49.10 (2022-05-05)
|
|
2055
|
-
|
|
2056
|
-
### Bug Fixes
|
|
2057
|
-
|
|
2058
|
-
- **charts:** Add style for tooltip cursor ([#7361](https://github.com/patternfly/patternfly-react/issues/7361)) ([1b3f67c](https://github.com/patternfly/patternfly-react/commit/1b3f67c3712a194bef672fe888f6a446f4bd8bc6))
|
|
2059
|
-
|
|
2060
|
-
## 4.49.9 (2022-05-04)
|
|
2061
|
-
|
|
2062
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2063
|
-
|
|
2064
|
-
## 4.49.8 (2022-05-04)
|
|
2065
|
-
|
|
2066
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2067
|
-
|
|
2068
|
-
## 4.49.7 (2022-05-04)
|
|
2069
|
-
|
|
2070
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2071
|
-
|
|
2072
|
-
## 4.49.6 (2022-05-03)
|
|
2073
|
-
|
|
2074
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2075
|
-
|
|
2076
|
-
## 4.49.5 (2022-05-03)
|
|
2077
|
-
|
|
2078
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2079
|
-
|
|
2080
|
-
## 4.49.4 (2022-05-03)
|
|
2081
|
-
|
|
2082
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2083
|
-
|
|
2084
|
-
## 4.49.3 (2022-05-03)
|
|
2085
|
-
|
|
2086
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2087
|
-
|
|
2088
|
-
## 4.49.2 (2022-05-03)
|
|
2089
|
-
|
|
2090
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2091
|
-
|
|
2092
|
-
## 4.49.1 (2022-05-03)
|
|
2093
|
-
|
|
2094
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2095
|
-
|
|
2096
|
-
# 4.49.0 (2022-05-02)
|
|
2097
|
-
|
|
2098
|
-
### Features
|
|
2099
|
-
|
|
2100
|
-
- **divider:** add support for switching orientation at various breakpoints ([#7285](https://github.com/patternfly/patternfly-react/issues/7285)) ([6e47917](https://github.com/patternfly/patternfly-react/commit/6e47917a59fdbd0f9f647998d79d024a691a49e2))
|
|
2101
|
-
|
|
2102
|
-
# 4.48.0 (2022-04-28)
|
|
2103
|
-
|
|
2104
|
-
### Features
|
|
2105
|
-
|
|
2106
|
-
- **CodeBlock:** add class to code component ([#7281](https://github.com/patternfly/patternfly-react/issues/7281)) ([844e162](https://github.com/patternfly/patternfly-react/commit/844e1621bc695c97f911f5cc64998c5d36911a4d))
|
|
2107
|
-
|
|
2108
|
-
## 4.47.6 (2022-04-27)
|
|
2109
|
-
|
|
2110
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2111
|
-
|
|
2112
|
-
## 4.47.5 (2022-04-26)
|
|
2113
|
-
|
|
2114
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2115
|
-
|
|
2116
|
-
## 4.47.4 (2022-04-25)
|
|
2117
|
-
|
|
2118
|
-
### Bug Fixes
|
|
2119
|
-
|
|
2120
|
-
- **DateTimePicker:** update date placeholder ([#7266](https://github.com/patternfly/patternfly-react/issues/7266)) ([4e9a73e](https://github.com/patternfly/patternfly-react/commit/4e9a73e8f7645b7a885d15754f99b9e078449806))
|
|
2121
|
-
|
|
2122
|
-
## 4.47.3 (2022-04-23)
|
|
2123
|
-
|
|
2124
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2125
|
-
|
|
2126
|
-
## 4.47.2 (2022-04-21)
|
|
2127
|
-
|
|
2128
|
-
### Bug Fixes
|
|
2129
|
-
|
|
2130
|
-
- **DataListCheck:** revert checked prop ([#7284](https://github.com/patternfly/patternfly-react/issues/7284)) ([d9889fc](https://github.com/patternfly/patternfly-react/commit/d9889fc86f224533f81457f384954e6a299c5677))
|
|
2131
|
-
|
|
2132
|
-
## 4.47.1 (2022-04-20)
|
|
2133
|
-
|
|
2134
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2135
|
-
|
|
2136
|
-
# 4.47.0 (2022-04-19)
|
|
2137
|
-
|
|
2138
|
-
### Features
|
|
2139
|
-
|
|
2140
|
-
- **HelperText:** add react demos ([#7250](https://github.com/patternfly/patternfly-react/issues/7250)) ([bf68976](https://github.com/patternfly/patternfly-react/commit/bf68976bebd683c935f587795a868c32ea8c5616))
|
|
2141
|
-
|
|
2142
|
-
## 4.46.1 (2022-04-19)
|
|
2143
|
-
|
|
2144
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2145
|
-
|
|
2146
|
-
# 4.46.0 (2022-04-18)
|
|
2147
|
-
|
|
2148
|
-
### Features
|
|
2149
|
-
|
|
2150
|
-
- **Tabs:** Add nested, unindented demo ([#7194](https://github.com/patternfly/patternfly-react/issues/7194)) ([81bd759](https://github.com/patternfly/patternfly-react/commit/81bd759189379bc558871acc791a1a34dcc2ed1a))
|
|
2151
|
-
|
|
2152
|
-
# 4.45.0 (2022-04-18)
|
|
2153
|
-
|
|
2154
|
-
### Features
|
|
2155
|
-
|
|
2156
|
-
- **Progress stepper:** Updated to use render prop for popover ([#7190](https://github.com/patternfly/patternfly-react/issues/7190)) ([5eb8243](https://github.com/patternfly/patternfly-react/commit/5eb8243d63d1168d9b425a5322c08e04659ed843))
|
|
2157
|
-
|
|
2158
|
-
## 4.44.2 (2022-04-18)
|
|
2159
|
-
|
|
2160
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2161
|
-
|
|
2162
|
-
## 4.44.1 (2022-04-18)
|
|
2163
|
-
|
|
2164
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2165
|
-
|
|
2166
|
-
# 4.44.0 (2022-04-14)
|
|
2167
|
-
|
|
2168
|
-
### Features
|
|
2169
|
-
|
|
2170
|
-
- **MenuToggle:** Add full width modifier ([#7232](https://github.com/patternfly/patternfly-react/issues/7232)) ([789a8a3](https://github.com/patternfly/patternfly-react/commit/789a8a3f1cb1f1d90565f8d0e6c0dbe984c0c66b))
|
|
2171
|
-
|
|
2172
|
-
## 4.43.37 (2022-04-14)
|
|
2173
|
-
|
|
2174
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2175
|
-
|
|
2176
|
-
## 4.43.36 (2022-04-14)
|
|
2177
|
-
|
|
2178
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2179
|
-
|
|
2180
|
-
## 4.43.35 (2022-04-13)
|
|
2181
|
-
|
|
2182
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2183
|
-
|
|
2184
|
-
## 4.43.34 (2022-04-13)
|
|
2185
|
-
|
|
2186
|
-
### Bug Fixes
|
|
2187
|
-
|
|
2188
|
-
- **ContextSelector:** fix listener handling when using popper ([#7165](https://github.com/patternfly/patternfly-react/issues/7165)) ([af89d6a](https://github.com/patternfly/patternfly-react/commit/af89d6a334d0052205473d313ea5be0e64f3847c))
|
|
2189
|
-
|
|
2190
|
-
## 4.43.33 (2022-04-13)
|
|
2191
|
-
|
|
2192
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2193
|
-
|
|
2194
|
-
## 4.43.32 (2022-04-13)
|
|
2195
|
-
|
|
2196
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2197
|
-
|
|
2198
|
-
## 4.43.31 (2022-04-13)
|
|
2199
|
-
|
|
2200
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2201
|
-
|
|
2202
|
-
## 4.43.30 (2022-04-13)
|
|
2203
|
-
|
|
2204
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2205
|
-
|
|
2206
|
-
## 4.43.29 (2022-04-12)
|
|
2207
|
-
|
|
2208
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2209
|
-
|
|
2210
|
-
## 4.43.28 (2022-04-12)
|
|
2211
|
-
|
|
2212
|
-
### Bug Fixes
|
|
2213
|
-
|
|
2214
|
-
- **demo-app:** reorder css imports to load in dark theme correctly ([#7224](https://github.com/patternfly/patternfly-react/issues/7224)) ([1341c93](https://github.com/patternfly/patternfly-react/commit/1341c9396a25f6850bf4e961e40c9ddd182d9d3b))
|
|
2215
|
-
|
|
2216
|
-
## 4.43.27 (2022-04-12)
|
|
2217
|
-
|
|
2218
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2219
|
-
|
|
2220
|
-
## 4.43.26 (2022-04-12)
|
|
2221
|
-
|
|
2222
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2223
|
-
|
|
2224
|
-
## 4.43.25 (2022-04-11)
|
|
2225
|
-
|
|
2226
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2227
|
-
|
|
2228
|
-
## 4.43.24 (2022-04-11)
|
|
2229
|
-
|
|
2230
|
-
### Bug Fixes
|
|
2231
|
-
|
|
2232
|
-
- **Select:** prevent footer clicks from toggling ([#7193](https://github.com/patternfly/patternfly-react/issues/7193)) ([2cd10c2](https://github.com/patternfly/patternfly-react/commit/2cd10c2a0a11dcd14f85116369fd47dffcb12295))
|
|
2233
|
-
|
|
2234
|
-
## 4.43.23 (2022-04-11)
|
|
2235
|
-
|
|
2236
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2237
|
-
|
|
2238
|
-
## 4.43.22 (2022-04-11)
|
|
2239
|
-
|
|
2240
|
-
### Bug Fixes
|
|
2241
|
-
|
|
2242
|
-
- **react-styles:** support esm import and export ([#7084](https://github.com/patternfly/patternfly-react/issues/7084)) ([b66ea14](https://github.com/patternfly/patternfly-react/commit/b66ea14fa0949b0626184455a4df46312b87171a))
|
|
2243
|
-
|
|
2244
|
-
## 4.43.21 (2022-04-11)
|
|
2245
|
-
|
|
2246
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2247
|
-
|
|
2248
|
-
## 4.43.20 (2022-04-08)
|
|
2249
|
-
|
|
2250
|
-
### Bug Fixes
|
|
2251
|
-
|
|
2252
|
-
- **NumberInput:** Custom increment/decrement and thresholds ([#7159](https://github.com/patternfly/patternfly-react/issues/7159)) ([28853de](https://github.com/patternfly/patternfly-react/commit/28853de1d02a4d46d81100da895d5e73a3ec05cf))
|
|
2253
|
-
|
|
2254
|
-
## 4.43.19 (2022-04-08)
|
|
2255
|
-
|
|
2256
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2257
|
-
|
|
2258
|
-
## 4.43.18 (2022-04-08)
|
|
2259
|
-
|
|
2260
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2261
|
-
|
|
2262
|
-
## 4.43.17 (2022-04-08)
|
|
2263
|
-
|
|
2264
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2265
|
-
|
|
2266
|
-
## 4.43.16 (2022-04-07)
|
|
2267
|
-
|
|
2268
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2269
|
-
|
|
2270
|
-
## 4.43.15 (2022-04-06)
|
|
2271
|
-
|
|
2272
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2273
|
-
|
|
2274
|
-
## 4.43.14 (2022-03-30)
|
|
2275
|
-
|
|
2276
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2277
|
-
|
|
2278
|
-
## 4.43.13 (2022-03-29)
|
|
2279
|
-
|
|
2280
|
-
### Bug Fixes
|
|
2281
|
-
|
|
2282
|
-
- **components:** fix newline interpolation of text input values ([#6935](https://github.com/patternfly/patternfly-react/issues/6935)) ([c667ef0](https://github.com/patternfly/patternfly-react/commit/c667ef048cbf246e920a0111d4e900f1079cc6bc)), closes [#5324](https://github.com/patternfly/patternfly-react/issues/5324)
|
|
2283
|
-
|
|
2284
|
-
## 4.43.12 (2022-03-29)
|
|
2285
|
-
|
|
2286
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2287
|
-
|
|
2288
|
-
## 4.43.11 (2022-03-29)
|
|
2289
|
-
|
|
2290
|
-
### Bug Fixes
|
|
2291
|
-
|
|
2292
|
-
- **Drawer:** Updated resizable drawer to make it more accessible ([#7118](https://github.com/patternfly/patternfly-react/issues/7118)) ([0363ae6](https://github.com/patternfly/patternfly-react/commit/0363ae6638aab17e55f26bae5017bcd7f83f8ed5))
|
|
2293
|
-
|
|
2294
|
-
## 4.43.10 (2022-03-29)
|
|
2295
|
-
|
|
2296
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2297
|
-
|
|
2298
|
-
## 4.43.9 (2022-03-28)
|
|
2299
|
-
|
|
2300
|
-
### Bug Fixes
|
|
2301
|
-
|
|
2302
|
-
- **Select:** view more fixes ([#7107](https://github.com/patternfly/patternfly-react/issues/7107)) ([94f24f6](https://github.com/patternfly/patternfly-react/commit/94f24f65b043a2d3f3ae8fe7247aaf55b05987a7))
|
|
2303
|
-
|
|
2304
|
-
## 4.43.8 (2022-03-28)
|
|
2305
|
-
|
|
2306
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2307
|
-
|
|
2308
|
-
## 4.43.7 (2022-03-28)
|
|
2309
|
-
|
|
2310
|
-
### Bug Fixes
|
|
2311
|
-
|
|
2312
|
-
- **CalendarMonth:** resolve regression for selecting a date ([#7130](https://github.com/patternfly/patternfly-react/issues/7130)) ([5397e89](https://github.com/patternfly/patternfly-react/commit/5397e895ba52434b98b4206ac47535ed36d1bf00))
|
|
2313
|
-
|
|
2314
|
-
## 4.43.6 (2022-03-28)
|
|
2315
|
-
|
|
2316
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2317
|
-
|
|
2318
|
-
## 4.43.5 (2022-03-25)
|
|
2319
|
-
|
|
2320
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2321
|
-
|
|
2322
|
-
## 4.43.4 (2022-03-25)
|
|
2323
|
-
|
|
2324
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2325
|
-
|
|
2326
|
-
## 4.43.3 (2022-03-25)
|
|
2327
|
-
|
|
2328
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2329
|
-
|
|
2330
|
-
## 4.43.2 (2022-03-25)
|
|
2331
|
-
|
|
2332
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2333
|
-
|
|
2334
|
-
## 4.43.1 (2022-03-23)
|
|
2335
|
-
|
|
2336
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2337
|
-
|
|
2338
|
-
# 4.43.0 (2022-03-23)
|
|
2339
|
-
|
|
2340
|
-
### Features
|
|
2341
|
-
|
|
2342
|
-
- **Select:** add flag to not reset on select, add event to toggle callback ([#7093](https://github.com/patternfly/patternfly-react/issues/7093)) ([ec2afb1](https://github.com/patternfly/patternfly-react/commit/ec2afb1ea414f63a2fadc56bbaa968a0caad5fd6))
|
|
2343
|
-
|
|
2344
|
-
## 4.42.2 (2022-03-23)
|
|
2345
|
-
|
|
2346
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2347
|
-
|
|
2348
|
-
## 4.42.1 (2022-03-23)
|
|
2349
|
-
|
|
2350
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2351
|
-
|
|
2352
|
-
# 4.42.0 (2022-03-23)
|
|
2353
|
-
|
|
2354
|
-
### Features
|
|
2355
|
-
|
|
2356
|
-
- **CalendarMonth:** make date prop optional ([#7077](https://github.com/patternfly/patternfly-react/issues/7077)) ([e388854](https://github.com/patternfly/patternfly-react/commit/e388854e26b57d7cada63832b7f52e9c7bdad9a0))
|
|
2357
|
-
|
|
2358
|
-
## 4.41.2 (2022-03-22)
|
|
2359
|
-
|
|
2360
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2361
|
-
|
|
2362
|
-
## 4.41.1 (2022-03-21)
|
|
2363
|
-
|
|
2364
|
-
### Bug Fixes
|
|
2365
|
-
|
|
2366
|
-
- **Tooltip:** horizontal scroll bar causing misaligned tooltip ([#7062](https://github.com/patternfly/patternfly-react/issues/7062)) ([9540d0c](https://github.com/patternfly/patternfly-react/commit/9540d0c5ab256a19143381755e33b661a13d2a00))
|
|
2367
|
-
|
|
2368
|
-
# 4.41.0 (2022-03-21)
|
|
2369
|
-
|
|
2370
|
-
### Features
|
|
2371
|
-
|
|
2372
|
-
- **TextInput, TextArea, FormSelect:** add isIconSprite prop ([#7052](https://github.com/patternfly/patternfly-react/issues/7052)) ([94e1a85](https://github.com/patternfly/patternfly-react/commit/94e1a855840ca74d4d934a863531359a4f84c265))
|
|
2373
|
-
|
|
2374
|
-
## 4.40.5 (2022-03-21)
|
|
2375
|
-
|
|
2376
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2377
|
-
|
|
2378
|
-
## 4.40.4 (2022-03-19)
|
|
2379
|
-
|
|
2380
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2381
|
-
|
|
2382
|
-
## 4.40.3 (2022-03-17)
|
|
2383
|
-
|
|
2384
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2385
|
-
|
|
2386
|
-
## 4.40.2 (2022-03-17)
|
|
2387
|
-
|
|
2388
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2389
|
-
|
|
2390
|
-
## 4.40.1 (2022-03-16)
|
|
2391
|
-
|
|
2392
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2393
|
-
|
|
2394
|
-
# 4.40.0 (2022-03-15)
|
|
2395
|
-
|
|
2396
|
-
### Features
|
|
2397
|
-
|
|
2398
|
-
- **CodeEditor:** 6226 size to fit height ([#7033](https://github.com/patternfly/patternfly-react/issues/7033)) ([f18abd3](https://github.com/patternfly/patternfly-react/commit/f18abd3020e04ee6602fd168d503f43cc0de649e))
|
|
2399
|
-
|
|
2400
|
-
## 4.39.22 (2022-03-14)
|
|
2401
|
-
|
|
2402
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2403
|
-
|
|
2404
|
-
## 4.39.21 (2022-03-10)
|
|
2405
|
-
|
|
2406
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2407
|
-
|
|
2408
|
-
## 4.39.20 (2022-03-10)
|
|
2409
|
-
|
|
2410
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2411
|
-
|
|
2412
|
-
## 4.39.19 (2022-03-07)
|
|
2413
|
-
|
|
2414
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2415
|
-
|
|
2416
|
-
## 4.39.18 (2022-03-07)
|
|
2417
|
-
|
|
2418
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2419
|
-
|
|
2420
|
-
## 4.39.17 (2022-03-07)
|
|
2421
|
-
|
|
2422
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2423
|
-
|
|
2424
|
-
## 4.39.16 (2022-03-04)
|
|
2425
|
-
|
|
2426
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2427
|
-
|
|
2428
|
-
## 4.39.15 (2022-03-04)
|
|
2429
|
-
|
|
2430
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2431
|
-
|
|
2432
|
-
## 4.39.14 (2022-03-04)
|
|
2433
|
-
|
|
2434
|
-
### Bug Fixes
|
|
2435
|
-
|
|
2436
|
-
- **NotificationDrawer:** Drawer receives focus after opening ([#6963](https://github.com/patternfly/patternfly-react/issues/6963)) ([f5b1c97](https://github.com/patternfly/patternfly-react/commit/f5b1c97f1c3ef6155d39d16da401fb9937b539e9))
|
|
2437
|
-
|
|
2438
|
-
## 4.39.13 (2022-03-04)
|
|
2439
|
-
|
|
2440
|
-
### Bug Fixes
|
|
2441
|
-
|
|
2442
|
-
- **Toolbar:** update test ([#6995](https://github.com/patternfly/patternfly-react/issues/6995)) ([4ddaeaa](https://github.com/patternfly/patternfly-react/commit/4ddaeaad5cd550b1bd88195a7a0eb9643cdb70f4))
|
|
2443
|
-
|
|
2444
|
-
## 4.39.12 (2022-03-02)
|
|
2445
|
-
|
|
2446
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2447
|
-
|
|
2448
|
-
## 4.39.11 (2022-03-02)
|
|
2449
|
-
|
|
2450
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2451
|
-
|
|
2452
|
-
## 4.39.10 (2022-03-02)
|
|
2453
|
-
|
|
2454
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2455
|
-
|
|
2456
|
-
## 4.39.9 (2022-03-01)
|
|
2457
|
-
|
|
2458
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2459
|
-
|
|
2460
|
-
## 4.39.8 (2022-02-24)
|
|
2461
|
-
|
|
2462
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2463
|
-
|
|
2464
|
-
## 4.39.7 (2022-02-22)
|
|
2465
|
-
|
|
2466
|
-
### Bug Fixes
|
|
2467
|
-
|
|
2468
|
-
- update release version number ([#6964](https://github.com/patternfly/patternfly-react/issues/6964)) ([6eefe79](https://github.com/patternfly/patternfly-react/commit/6eefe79b9eaaf871ecf93e3fdfd0e49c7326b221))
|
|
2469
|
-
|
|
2470
|
-
## 4.39.6 (2022-02-22)
|
|
2471
|
-
|
|
2472
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2473
|
-
|
|
2474
|
-
## 4.39.5 (2022-02-21)
|
|
2475
|
-
|
|
2476
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2477
|
-
|
|
2478
|
-
## 4.39.4 (2022-02-17)
|
|
2479
|
-
|
|
2480
|
-
### Bug Fixes
|
|
2481
|
-
|
|
2482
|
-
- **Select:** Do not filter out view more button on filter ([#6848](https://github.com/patternfly/patternfly-react/issues/6848)) ([6c7ac8a](https://github.com/patternfly/patternfly-react/commit/6c7ac8a5e287670d7469ecc0ef137bc33583e739))
|
|
2483
|
-
|
|
2484
|
-
## 4.39.3 (2022-02-16)
|
|
2485
|
-
|
|
2486
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2487
|
-
|
|
2488
|
-
## 4.39.2 (2022-02-16)
|
|
2489
|
-
|
|
2490
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2491
|
-
|
|
2492
|
-
## 4.39.1 (2022-02-15)
|
|
2493
|
-
|
|
2494
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2495
|
-
|
|
2496
|
-
# 4.39.0 (2022-02-15)
|
|
2497
|
-
|
|
2498
|
-
### Features
|
|
2499
|
-
|
|
2500
|
-
- **table:** ability to add expand/collapse all to th ([#6914](https://github.com/patternfly/patternfly-react/issues/6914)) ([ee510ee](https://github.com/patternfly/patternfly-react/commit/ee510ee8c8d3a069b75c73873ebd32b0b9a4d9c7))
|
|
2501
|
-
|
|
2502
|
-
## 4.38.2 (2022-02-15)
|
|
2503
|
-
|
|
2504
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2505
|
-
|
|
2506
|
-
## 4.38.1 (2022-02-14)
|
|
2507
|
-
|
|
2508
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2509
|
-
|
|
2510
|
-
# 4.38.0 (2022-02-14)
|
|
2511
|
-
|
|
2512
|
-
### Features
|
|
2513
|
-
|
|
2514
|
-
- **Page:** Added center alignment for page sections ([#6893](https://github.com/patternfly/patternfly-react/issues/6893)) ([440918f](https://github.com/patternfly/patternfly-react/commit/440918fc1bd9795cd916a04fe32677ae5f69ef68))
|
|
2515
|
-
|
|
2516
|
-
# 4.37.0 (2022-02-11)
|
|
2517
|
-
|
|
2518
|
-
### Features
|
|
2519
|
-
|
|
2520
|
-
- **Menu:** allow drilldown menu functions ([#6872](https://github.com/patternfly/patternfly-react/issues/6872)) ([b345b07](https://github.com/patternfly/patternfly-react/commit/b345b07de7c1576e984a06f4c573641b04956f5c))
|
|
2521
|
-
|
|
2522
|
-
## 4.36.3 (2022-02-11)
|
|
2523
|
-
|
|
2524
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2525
|
-
|
|
2526
|
-
## 4.36.2 (2022-02-11)
|
|
2527
|
-
|
|
2528
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2529
|
-
|
|
2530
|
-
## 4.36.1 (2022-02-11)
|
|
2531
|
-
|
|
2532
|
-
### Bug Fixes
|
|
2533
|
-
|
|
2534
|
-
- **Select:** Fixed so that view more btn click does not close the menu in React 16 ([#6922](https://github.com/patternfly/patternfly-react/issues/6922)) ([89da91d](https://github.com/patternfly/patternfly-react/commit/89da91dfd3a9e7af8ee26f8b6b5ac01c5b2487d4))
|
|
2535
|
-
|
|
2536
|
-
# 4.36.0 (2022-02-10)
|
|
2537
|
-
|
|
2538
|
-
### Features
|
|
2539
|
-
|
|
2540
|
-
- **ToolTip:** Diagonal tooltip placement ([#6887](https://github.com/patternfly/patternfly-react/issues/6887)) ([897fd7d](https://github.com/patternfly/patternfly-react/commit/897fd7d248888e7324d36f574231985e8523a700))
|
|
2541
|
-
|
|
2542
|
-
## 4.35.3 (2022-02-10)
|
|
2543
|
-
|
|
2544
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2545
|
-
|
|
2546
|
-
## 4.35.2 (2022-02-09)
|
|
2547
|
-
|
|
2548
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2549
|
-
|
|
2550
|
-
## 4.35.1 (2022-02-09)
|
|
2551
|
-
|
|
2552
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2553
|
-
|
|
2554
|
-
# 4.35.0 (2022-02-08)
|
|
2555
|
-
|
|
2556
|
-
### Features
|
|
2557
|
-
|
|
2558
|
-
- **MenuToggle:** add full height variation ([#6869](https://github.com/patternfly/patternfly-react/issues/6869)) ([415e02f](https://github.com/patternfly/patternfly-react/commit/415e02f5e5617367db717cd5120df04ec1a208eb))
|
|
2559
|
-
|
|
2560
|
-
# 4.34.0 (2022-02-08)
|
|
2561
|
-
|
|
2562
|
-
### Features
|
|
2563
|
-
|
|
2564
|
-
- **Table:** add striping ([#6886](https://github.com/patternfly/patternfly-react/issues/6886)) ([47abda7](https://github.com/patternfly/patternfly-react/commit/47abda7831e21c58051b90982f02cb48f7a22a22))
|
|
2565
|
-
|
|
2566
|
-
## 4.33.21 (2022-02-07)
|
|
2567
|
-
|
|
2568
|
-
### Bug Fixes
|
|
2569
|
-
|
|
2570
|
-
- **TimePicker:** apply includeSeconds when making options ([#6865](https://github.com/patternfly/patternfly-react/issues/6865)) ([5b6d6c9](https://github.com/patternfly/patternfly-react/commit/5b6d6c9979046c111b00456622758f542627ac11))
|
|
2571
|
-
|
|
2572
|
-
## 4.33.20 (2022-02-07)
|
|
2573
|
-
|
|
2574
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2575
|
-
|
|
2576
|
-
## 4.33.19 (2022-02-07)
|
|
2577
|
-
|
|
2578
|
-
### Bug Fixes
|
|
2579
|
-
|
|
2580
|
-
- **Select:** remove logic from default inputAutoComplete ([#6873](https://github.com/patternfly/patternfly-react/issues/6873)) ([b3b61c1](https://github.com/patternfly/patternfly-react/commit/b3b61c175f23cdc9dad8c71054301d1090795ede))
|
|
2581
|
-
|
|
2582
|
-
## 4.33.18 (2022-02-04)
|
|
2583
|
-
|
|
2584
|
-
### Bug Fixes
|
|
2585
|
-
|
|
2586
|
-
- **TimePicker:** remove automatically validation from onChange event ([#6884](https://github.com/patternfly/patternfly-react/issues/6884)) ([e7088e4](https://github.com/patternfly/patternfly-react/commit/e7088e4e7a9348fa412d2815af1b0820ee7754ef))
|
|
2587
|
-
|
|
2588
|
-
## 4.33.17 (2022-02-04)
|
|
2589
|
-
|
|
2590
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2591
|
-
|
|
2592
|
-
## 4.33.16 (2022-02-02)
|
|
2593
|
-
|
|
2594
|
-
### Bug Fixes
|
|
2595
|
-
|
|
2596
|
-
- **numberinput:** import input group component instead ([#6850](https://github.com/patternfly/patternfly-react/issues/6850)) ([2a94545](https://github.com/patternfly/patternfly-react/commit/2a94545ead3be3ea3c987b1273e18b943315c36e))
|
|
2597
|
-
|
|
2598
|
-
## 4.33.15 (2022-01-28)
|
|
2599
|
-
|
|
2600
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2601
|
-
|
|
2602
|
-
## 4.33.14 (2022-01-27)
|
|
2603
|
-
|
|
2604
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2605
|
-
|
|
2606
|
-
## 4.33.13 (2022-01-26)
|
|
2607
|
-
|
|
2608
|
-
### Reverts
|
|
2609
|
-
|
|
2610
|
-
- Revert "Improve IAction type (#6108)" (#6862) ([94aea84](https://github.com/patternfly/patternfly-react/commit/94aea84036e26f4cc472b7d445ee49b088eb6a47)), closes [#6108](https://github.com/patternfly/patternfly-react/issues/6108) [#6862](https://github.com/patternfly/patternfly-react/issues/6862)
|
|
2611
|
-
|
|
2612
|
-
## 4.33.12 (2022-01-26)
|
|
2613
|
-
|
|
2614
|
-
### Bug Fixes
|
|
2615
|
-
|
|
2616
|
-
- **OverflowMenu:** ignore menu being covered in intg. tests ([#6852](https://github.com/patternfly/patternfly-react/issues/6852)) ([066e2bb](https://github.com/patternfly/patternfly-react/commit/066e2bb994f4eca5538fb9287e5d10ddf4a30cac))
|
|
2617
|
-
|
|
2618
|
-
## 4.33.11 (2022-01-26)
|
|
2619
|
-
|
|
2620
|
-
### Reverts
|
|
2621
|
-
|
|
2622
|
-
- Revert "feat(Tabs): enforce restricted type for children (#6767)" (#6857) ([eca9a70](https://github.com/patternfly/patternfly-react/commit/eca9a708e8d53416e60a790ea876aa0b2e398212)), closes [#6767](https://github.com/patternfly/patternfly-react/issues/6767) [#6857](https://github.com/patternfly/patternfly-react/issues/6857)
|
|
2623
|
-
|
|
2624
|
-
## 4.33.10 (2022-01-25)
|
|
2625
|
-
|
|
2626
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2627
|
-
|
|
2628
|
-
## 4.33.9 (2022-01-25)
|
|
2629
|
-
|
|
2630
|
-
### Bug Fixes
|
|
2631
|
-
|
|
2632
|
-
- **Select:** Footer keyboard bugs ([#6844](https://github.com/patternfly/patternfly-react/issues/6844)) ([7f06125](https://github.com/patternfly/patternfly-react/commit/7f06125cfb52884708107da82ca3800207c9846f))
|
|
2633
|
-
|
|
2634
|
-
## 4.33.8 (2022-01-24)
|
|
2635
|
-
|
|
2636
|
-
### Bug Fixes
|
|
2637
|
-
|
|
2638
|
-
- **table:** fixed action example ([#6800](https://github.com/patternfly/patternfly-react/issues/6800)) ([eaaedc2](https://github.com/patternfly/patternfly-react/commit/eaaedc28cf54cca1a47aaa5c4f5f76a11d32864d))
|
|
2639
|
-
|
|
2640
|
-
## 4.33.7 (2022-01-20)
|
|
2641
|
-
|
|
2642
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2643
|
-
|
|
2644
|
-
## 4.33.6 (2022-01-20)
|
|
2645
|
-
|
|
2646
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2647
|
-
|
|
2648
|
-
## 4.33.5 (2022-01-20)
|
|
2649
|
-
|
|
2650
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2651
|
-
|
|
2652
|
-
## 4.33.4 (2022-01-20)
|
|
2653
|
-
|
|
2654
|
-
### Bug Fixes
|
|
2655
|
-
|
|
2656
|
-
- **DatePicker:** update empty state validation and add onblur event ([#6822](https://github.com/patternfly/patternfly-react/issues/6822)) ([258e818](https://github.com/patternfly/patternfly-react/commit/258e81861adc0488ae42f349aff78f06f2874fa7))
|
|
2657
|
-
|
|
2658
|
-
## 4.33.3 (2022-01-20)
|
|
2659
|
-
|
|
2660
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2661
|
-
|
|
2662
|
-
## 4.33.2 (2022-01-20)
|
|
2663
|
-
|
|
2664
|
-
### Bug Fixes
|
|
2665
|
-
|
|
2666
|
-
- **Select:** Fixed dot next to the spinner in grouped view more variant ([#6831](https://github.com/patternfly/patternfly-react/issues/6831)) ([ccc81b4](https://github.com/patternfly/patternfly-react/commit/ccc81b4c8c30506f28e61e73dcbc106da50ca692))
|
|
2667
|
-
|
|
2668
|
-
## 4.33.1 (2022-01-20)
|
|
2669
|
-
|
|
2670
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2671
|
-
|
|
2672
|
-
# 4.33.0 (2022-01-20)
|
|
2673
|
-
|
|
2674
|
-
### Features
|
|
2675
|
-
|
|
2676
|
-
- **Truncate:** added Truncate component ([#6713](https://github.com/patternfly/patternfly-react/issues/6713)) ([c803b5d](https://github.com/patternfly/patternfly-react/commit/c803b5df3761f689172d79bbc71bc38623b0bf5a))
|
|
2677
|
-
|
|
2678
|
-
## 4.32.6 (2022-01-20)
|
|
2679
|
-
|
|
2680
|
-
### Bug Fixes
|
|
2681
|
-
|
|
2682
|
-
- **TextInputGroup:** address various issues ([#6774](https://github.com/patternfly/patternfly-react/issues/6774)) ([010058a](https://github.com/patternfly/patternfly-react/commit/010058acc7115fb76a35fe06634083ada62cece0))
|
|
2683
|
-
|
|
2684
|
-
## 4.32.5 (2022-01-20)
|
|
2685
|
-
|
|
2686
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2687
|
-
|
|
2688
|
-
## 4.32.4 (2022-01-19)
|
|
2689
|
-
|
|
2690
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2691
|
-
|
|
2692
|
-
## 4.32.3 (2022-01-19)
|
|
2693
|
-
|
|
2694
|
-
### Bug Fixes
|
|
2695
|
-
|
|
2696
|
-
- **examples:** amend row index in tree table examples ([#6830](https://github.com/patternfly/patternfly-react/issues/6830)) ([e676fb1](https://github.com/patternfly/patternfly-react/commit/e676fb1171618e957a4564af31c15ca6e3800507)), closes [#6719](https://github.com/patternfly/patternfly-react/issues/6719)
|
|
2697
|
-
|
|
2698
|
-
## 4.32.2 (2022-01-19)
|
|
2699
|
-
|
|
2700
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2701
|
-
|
|
2702
|
-
## 4.32.1 (2022-01-19)
|
|
2703
|
-
|
|
2704
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2705
|
-
|
|
2706
|
-
# 4.32.0 (2022-01-19)
|
|
2707
|
-
|
|
2708
|
-
### Features
|
|
2709
|
-
|
|
2710
|
-
- **NumberInput:** call onMinus/onPlus on arrow-up/down pressed ([#6764](https://github.com/patternfly/patternfly-react/issues/6764)) ([545a7f8](https://github.com/patternfly/patternfly-react/commit/545a7f8791dbf2937416509a01b197cc1daf80db))
|
|
2711
|
-
|
|
2712
|
-
# 4.31.0 (2022-01-19)
|
|
2713
|
-
|
|
2714
|
-
### Features
|
|
2715
|
-
|
|
2716
|
-
- **TimePicker:** Allow for seconds via new prop; includeSeconds ([#6769](https://github.com/patternfly/patternfly-react/issues/6769)) ([417b51a](https://github.com/patternfly/patternfly-react/commit/417b51a6b8bd997042e16a0e821fb63281e53d30))
|
|
2717
|
-
|
|
2718
|
-
## 4.30.5 (2022-01-18)
|
|
2719
|
-
|
|
2720
|
-
### Bug Fixes
|
|
2721
|
-
|
|
2722
|
-
- **Tabs:** enable tabs scroll button for small window ([#6784](https://github.com/patternfly/patternfly-react/issues/6784)) ([a29b430](https://github.com/patternfly/patternfly-react/commit/a29b43094ae3d5ce7f4b26e4041cd595e675ee58))
|
|
2723
|
-
|
|
2724
|
-
## 4.30.4 (2022-01-18)
|
|
2725
|
-
|
|
2726
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2727
|
-
|
|
2728
|
-
## 4.30.3 (2022-01-18)
|
|
2729
|
-
|
|
2730
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2731
|
-
|
|
2732
|
-
## 4.30.2 (2022-01-18)
|
|
2733
|
-
|
|
2734
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2735
|
-
|
|
2736
|
-
## 4.30.1 (2022-01-18)
|
|
2737
|
-
|
|
2738
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2739
|
-
|
|
2740
|
-
# 4.30.0 (2022-01-17)
|
|
2741
|
-
|
|
2742
|
-
### Features
|
|
2743
|
-
|
|
2744
|
-
- **Tabs:** enforce restricted type for children ([#6767](https://github.com/patternfly/patternfly-react/issues/6767)) ([0d224df](https://github.com/patternfly/patternfly-react/commit/0d224dfb71b1a89c5783bd9ea290ece2f325ad21))
|
|
2745
|
-
|
|
2746
|
-
## 4.29.1 (2022-01-17)
|
|
2747
|
-
|
|
2748
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2749
|
-
|
|
2750
|
-
# 4.29.0 (2022-01-14)
|
|
2751
|
-
|
|
2752
|
-
### Features
|
|
2753
|
-
|
|
2754
|
-
- **DescriptionList:** add option to fill columns first ([#6736](https://github.com/patternfly/patternfly-react/issues/6736)) ([c955c29](https://github.com/patternfly/patternfly-react/commit/c955c2917dbc4b85ce58fac4f93845c429186e1b))
|
|
2755
|
-
|
|
2756
|
-
## 4.28.2 (2022-01-14)
|
|
2757
|
-
|
|
2758
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2759
|
-
|
|
2760
|
-
## 4.28.1 (2022-01-14)
|
|
2761
|
-
|
|
2762
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2763
|
-
|
|
2764
|
-
# 4.28.0 (2022-01-12)
|
|
2765
|
-
|
|
2766
|
-
### Features
|
|
2767
|
-
|
|
2768
|
-
- **expandable-section:** added indented variation ([#6763](https://github.com/patternfly/patternfly-react/issues/6763)) ([703b922](https://github.com/patternfly/patternfly-react/commit/703b9224e43bedd5b37ec41d8f26f2939836d610))
|
|
2769
|
-
|
|
2770
|
-
## 4.27.1 (2022-01-11)
|
|
2771
|
-
|
|
2772
|
-
### Bug Fixes
|
|
2773
|
-
|
|
2774
|
-
- **Select:** update typeahead Select children when any option attribute changes ([#6747](https://github.com/patternfly/patternfly-react/issues/6747)) ([1e03f3c](https://github.com/patternfly/patternfly-react/commit/1e03f3c6d0a7c507e33398c98863e40bb2233a62))
|
|
2775
|
-
|
|
2776
|
-
# 4.27.0 (2022-01-11)
|
|
2777
|
-
|
|
2778
|
-
### Features
|
|
2779
|
-
|
|
2780
|
-
- **ToggleGroup:** support disabling all items under the parent ([#6700](https://github.com/patternfly/patternfly-react/issues/6700)) ([a60c8f3](https://github.com/patternfly/patternfly-react/commit/a60c8f3485546c797750451714a70b7e84a4ba0f))
|
|
2781
|
-
|
|
2782
|
-
## 4.26.1 (2022-01-11)
|
|
2783
|
-
|
|
2784
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2785
|
-
|
|
2786
|
-
# 4.26.0 (2022-01-11)
|
|
2787
|
-
|
|
2788
|
-
### Features
|
|
2789
|
-
|
|
2790
|
-
- **Table:** update clickable area for checks/radios ([#6754](https://github.com/patternfly/patternfly-react/issues/6754)) ([c4f3c2d](https://github.com/patternfly/patternfly-react/commit/c4f3c2d7f515e3d6ad73d8b52238ca426281469a))
|
|
2791
|
-
|
|
2792
|
-
## 4.25.2 (2022-01-10)
|
|
2793
|
-
|
|
2794
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2795
|
-
|
|
2796
|
-
## 4.25.1 (2022-01-10)
|
|
2797
|
-
|
|
2798
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2799
|
-
|
|
2800
|
-
# 4.25.0 (2022-01-10)
|
|
2801
|
-
|
|
2802
|
-
### Features
|
|
2803
|
-
|
|
2804
|
-
- **Dropdown:** add plain-text variant support ([#6721](https://github.com/patternfly/patternfly-react/issues/6721)) ([e5000e3](https://github.com/patternfly/patternfly-react/commit/e5000e36194e36b9c6ae49efdb0a513125efcb70))
|
|
2805
|
-
|
|
2806
|
-
## 4.24.11 (2022-01-10)
|
|
2807
|
-
|
|
2808
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2809
|
-
|
|
2810
|
-
## 4.24.10 (2022-01-10)
|
|
2811
|
-
|
|
2812
|
-
### Bug Fixes
|
|
2813
|
-
|
|
2814
|
-
- **Tabs:** allow href navigation from tabs ([#6755](https://github.com/patternfly/patternfly-react/issues/6755)) ([290d89a](https://github.com/patternfly/patternfly-react/commit/290d89aed2dd4517db9859cc80ef2745cb8a779b))
|
|
2815
|
-
|
|
2816
|
-
## 4.24.9 (2022-01-10)
|
|
2817
|
-
|
|
2818
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2819
|
-
|
|
2820
|
-
## 4.24.8 (2022-01-07)
|
|
2821
|
-
|
|
2822
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2823
|
-
|
|
2824
|
-
## 4.24.7 (2022-01-07)
|
|
2825
|
-
|
|
2826
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2827
|
-
|
|
2828
|
-
## 4.24.6 (2022-01-07)
|
|
2829
|
-
|
|
2830
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2831
|
-
|
|
2832
|
-
## 4.24.5 (2022-01-07)
|
|
2833
|
-
|
|
2834
|
-
### Bug Fixes
|
|
2835
|
-
|
|
2836
|
-
- **jumplinks:** Updated JumpLinks demo to allow for horizontal display ([#6731](https://github.com/patternfly/patternfly-react/issues/6731)) ([f37b934](https://github.com/patternfly/patternfly-react/commit/f37b9342e678da247056c73767d5d40ff5435bda))
|
|
2837
|
-
|
|
2838
|
-
## 4.24.4 (2022-01-06)
|
|
2839
|
-
|
|
2840
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2841
|
-
|
|
2842
|
-
## 4.24.3 (2022-01-06)
|
|
2843
|
-
|
|
2844
|
-
### Bug Fixes
|
|
2845
|
-
|
|
2846
|
-
- **TopologyControlBar:** Update screen reader className to latest ([#6739](https://github.com/patternfly/patternfly-react/issues/6739)) ([ed9da57](https://github.com/patternfly/patternfly-react/commit/ed9da575fddf9fe7af8a891972f7a66520785411))
|
|
2847
|
-
|
|
2848
|
-
## 4.24.2 (2022-01-06)
|
|
2849
|
-
|
|
2850
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2851
|
-
|
|
2852
|
-
## 4.24.1 (2022-01-06)
|
|
2853
|
-
|
|
2854
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2855
|
-
|
|
2856
|
-
# 4.24.0 (2022-01-05)
|
|
2857
|
-
|
|
2858
|
-
### Features
|
|
2859
|
-
|
|
2860
|
-
- **Table:** allow a generic to be passed for cell props ([#6691](https://github.com/patternfly/patternfly-react/issues/6691)) ([e22c7be](https://github.com/patternfly/patternfly-react/commit/e22c7bebf630b7cd71e4dc434c593b69fa2fb2c8))
|
|
2861
|
-
|
|
2862
|
-
## 4.23.3 (2022-01-04)
|
|
2863
|
-
|
|
2864
|
-
### Bug Fixes
|
|
2865
|
-
|
|
2866
|
-
- **docs:** fix broken theme-patternfly-org link ([#6726](https://github.com/patternfly/patternfly-react/issues/6726)) ([4ba15e9](https://github.com/patternfly/patternfly-react/commit/4ba15e9d9611afbb80d995e4d63f5478c4212a9e))
|
|
2867
|
-
|
|
2868
|
-
## 4.23.2 (2022-01-04)
|
|
2869
|
-
|
|
2870
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2871
|
-
|
|
2872
|
-
## 4.23.1 (2022-01-04)
|
|
2873
|
-
|
|
2874
|
-
### Bug Fixes
|
|
2875
|
-
|
|
2876
|
-
- **OverflowMenu:** pass HTMLDivElements props to group and control divs ([#6674](https://github.com/patternfly/patternfly-react/issues/6674)) ([e6d0d64](https://github.com/patternfly/patternfly-react/commit/e6d0d6406a07de04f4b232ca9a21247c0e9746c0))
|
|
2877
|
-
|
|
2878
|
-
# 4.23.0 (2021-12-22)
|
|
2879
|
-
|
|
2880
|
-
### Features
|
|
2881
|
-
|
|
2882
|
-
- **Toolbar:** support customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/issues/6694)) ([24266ad](https://github.com/patternfly/patternfly-react/commit/24266adf569c027574abd1503b5e46974220349a))
|
|
2883
|
-
|
|
2884
|
-
## 4.22.5 (2021-12-16)
|
|
2885
|
-
|
|
2886
|
-
### Bug Fixes
|
|
2887
|
-
|
|
2888
|
-
- **LogViewer:** fix the issue that scrollbar could compress the content of the logs ([#6702](https://github.com/patternfly/patternfly-react/issues/6702)) ([11aab1f](https://github.com/patternfly/patternfly-react/commit/11aab1f71a1aa9959cf14b887ab55b845a794a00))
|
|
2889
|
-
|
|
2890
|
-
## 4.22.4 (2021-12-14)
|
|
2891
|
-
|
|
2892
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2893
|
-
|
|
2894
|
-
## 4.22.3 (2021-12-13)
|
|
2895
|
-
|
|
2896
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2897
|
-
|
|
2898
|
-
## 4.22.2 (2021-12-13)
|
|
2899
|
-
|
|
2900
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2901
|
-
|
|
2902
|
-
## 4.22.1 (2021-12-09)
|
|
2903
|
-
|
|
2904
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2905
|
-
|
|
2906
|
-
# 4.22.0 (2021-12-09)
|
|
2907
|
-
|
|
2908
|
-
### Features
|
|
2909
|
-
|
|
2910
|
-
- **Popover:** add composable header and alert variants ([#6664](https://github.com/patternfly/patternfly-react/issues/6664)) ([9028e8b](https://github.com/patternfly/patternfly-react/commit/9028e8ba5d674bde6a7e29532f7926e200dd632a))
|
|
2911
|
-
|
|
2912
|
-
## 4.21.1 (2021-12-08)
|
|
2913
|
-
|
|
2914
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2915
|
-
|
|
2916
|
-
# 4.21.0 (2021-12-08)
|
|
2917
|
-
|
|
2918
|
-
### Features
|
|
2919
|
-
|
|
2920
|
-
- **DualListSelector:** add composable tree example ([#6652](https://github.com/patternfly/patternfly-react/issues/6652)) ([5fe977b](https://github.com/patternfly/patternfly-react/commit/5fe977becb5dea615724abf846f315e50931c188))
|
|
2921
|
-
|
|
2922
|
-
## 4.20.1 (2021-12-07)
|
|
2923
|
-
|
|
2924
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2925
|
-
|
|
2926
|
-
# 4.20.0 (2021-12-06)
|
|
2927
|
-
|
|
2928
|
-
### Features
|
|
2929
|
-
|
|
2930
|
-
- **Card:** Add disabled card and clean up props ([#6659](https://github.com/patternfly/patternfly-react/issues/6659)) ([86f225a](https://github.com/patternfly/patternfly-react/commit/86f225ab2e02d617e2d380c4a7f7593037c50e84))
|
|
2931
|
-
|
|
2932
|
-
# 4.19.0 (2021-12-06)
|
|
2933
|
-
|
|
2934
|
-
### Features
|
|
2935
|
-
|
|
2936
|
-
- **MenuToggle:** add plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/issues/6627)) ([1f4ca5e](https://github.com/patternfly/patternfly-react/commit/1f4ca5e36d7077da3ff3e6918874048c784216e0))
|
|
2937
|
-
|
|
2938
|
-
# 4.18.0 (2021-12-06)
|
|
2939
|
-
|
|
2940
|
-
### Features
|
|
2941
|
-
|
|
2942
|
-
- **Dropdown:** add toggle variants ([#6651](https://github.com/patternfly/patternfly-react/issues/6651)) ([6414309](https://github.com/patternfly/patternfly-react/commit/64143094aec86aed86adb320e059d987af4f5f24))
|
|
2943
|
-
|
|
2944
|
-
## 4.17.1 (2021-12-06)
|
|
2945
|
-
|
|
2946
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2947
|
-
|
|
2948
|
-
# 4.17.0 (2021-12-03)
|
|
2949
|
-
|
|
2950
|
-
### Features
|
|
2951
|
-
|
|
2952
|
-
- **Select:** add ability to persist filtered children state ([#6670](https://github.com/patternfly/patternfly-react/issues/6670)) ([f618577](https://github.com/patternfly/patternfly-react/commit/f618577582e389409978bd1d6512ca0cf5d855cf))
|
|
2953
|
-
|
|
2954
|
-
## 4.16.17 (2021-12-03)
|
|
2955
|
-
|
|
2956
|
-
### Bug Fixes
|
|
2957
|
-
|
|
2958
|
-
- **Slider:** fixed examples with custom steps and input ([#6662](https://github.com/patternfly/patternfly-react/issues/6662)) ([b4cab38](https://github.com/patternfly/patternfly-react/commit/b4cab38a2492564bf91e3711ce322951bcc6a051))
|
|
2959
|
-
|
|
2960
|
-
## 4.16.16 (2021-12-02)
|
|
2961
|
-
|
|
2962
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2963
|
-
|
|
2964
|
-
## 4.16.15 (2021-12-02)
|
|
2965
|
-
|
|
2966
|
-
### Bug Fixes
|
|
2967
|
-
|
|
2968
|
-
- **Tile:** fix selecting tile in tile demo ([#6653](https://github.com/patternfly/patternfly-react/issues/6653)) ([e12e44d](https://github.com/patternfly/patternfly-react/commit/e12e44d4b623de305b7df04174144a9496d282a7))
|
|
2969
|
-
|
|
2970
|
-
## 4.16.14 (2021-12-01)
|
|
2971
|
-
|
|
2972
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2973
|
-
|
|
2974
|
-
## 4.16.13 (2021-11-30)
|
|
2975
|
-
|
|
2976
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2977
|
-
|
|
2978
|
-
## 4.16.12 (2021-11-30)
|
|
2979
|
-
|
|
2980
|
-
### Bug Fixes
|
|
2981
|
-
|
|
2982
|
-
- **action-list:** added support for classname ([#6647](https://github.com/patternfly/patternfly-react/issues/6647)) ([dd3d2ce](https://github.com/patternfly/patternfly-react/commit/dd3d2ce32b4d3e7562faf465abdc508e17f097d9))
|
|
2983
|
-
|
|
2984
|
-
## 4.16.11 (2021-11-30)
|
|
2985
|
-
|
|
2986
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2987
|
-
|
|
2988
|
-
## 4.16.10 (2021-11-23)
|
|
2989
|
-
|
|
2990
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2991
|
-
|
|
2992
|
-
## 4.16.9 (2021-11-19)
|
|
2993
|
-
|
|
2994
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2995
|
-
|
|
2996
|
-
## 4.16.8 (2021-11-19)
|
|
2997
|
-
|
|
2998
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
2999
|
-
|
|
3000
|
-
## 4.16.7 (2021-11-18)
|
|
3001
|
-
|
|
3002
|
-
### Bug Fixes
|
|
3003
|
-
|
|
3004
|
-
- **pagination:** updated toggleTemplate prop description to include ofWord prop ([#6622](https://github.com/patternfly/patternfly-react/issues/6622)) ([26733a6](https://github.com/patternfly/patternfly-react/commit/26733a6a256ad0e873afbc268a712027470fdeaa))
|
|
3005
|
-
|
|
3006
|
-
## 4.16.6 (2021-11-18)
|
|
3007
|
-
|
|
3008
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3009
|
-
|
|
3010
|
-
## 4.16.5 (2021-11-17)
|
|
3011
|
-
|
|
3012
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3013
|
-
|
|
3014
|
-
## 4.16.4 (2021-11-15)
|
|
3015
|
-
|
|
3016
|
-
### Bug Fixes
|
|
3017
|
-
|
|
3018
|
-
- **FileUpload:** Downgrade react-dropzone back to 9.0.0 to avoid a breaking type change, fix behavior regressions ([#6610](https://github.com/patternfly/patternfly-react/issues/6610)) ([574bf4f](https://github.com/patternfly/patternfly-react/commit/574bf4ff3ccf7f67ce750bc48067eaf826e99990))
|
|
3019
|
-
|
|
3020
|
-
## 4.16.3 (2021-11-15)
|
|
3021
|
-
|
|
3022
|
-
### Bug Fixes
|
|
3023
|
-
|
|
3024
|
-
- **Menu:** allow maxMenuHeight with Scrollabe ([#6608](https://github.com/patternfly/patternfly-react/issues/6608)) ([8c1f12c](https://github.com/patternfly/patternfly-react/commit/8c1f12c2b0e86bbc5ba1071db3ebf29fee7421a0))
|
|
3025
|
-
|
|
3026
|
-
## 4.16.2 (2021-11-15)
|
|
3027
|
-
|
|
3028
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3029
|
-
|
|
3030
|
-
## 4.16.1 (2021-11-15)
|
|
3031
|
-
|
|
3032
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3033
|
-
|
|
3034
|
-
# 4.16.0 (2021-11-12)
|
|
3035
|
-
|
|
3036
|
-
### Features
|
|
3037
|
-
|
|
3038
|
-
- **card:** added hoverable/selectable/selected-raised variant ([#6565](https://github.com/patternfly/patternfly-react/issues/6565)) ([8c60568](https://github.com/patternfly/patternfly-react/commit/8c60568ba4fa18398fed636710e222ce506de82c))
|
|
3039
|
-
|
|
3040
|
-
## 4.15.2 (2021-11-12)
|
|
3041
|
-
|
|
3042
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3043
|
-
|
|
3044
|
-
## 4.15.1 (2021-11-12)
|
|
3045
|
-
|
|
3046
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3047
|
-
|
|
3048
|
-
# 4.15.0 (2021-11-11)
|
|
3049
|
-
|
|
3050
|
-
### Features
|
|
3051
|
-
|
|
3052
|
-
- **ComposableTable:** add sticky columns and nested headers ([#6538](https://github.com/patternfly/patternfly-react/issues/6538)) ([f11245b](https://github.com/patternfly/patternfly-react/commit/f11245bfccc8c6c02a9d5545a69ed533743cc552))
|
|
3053
|
-
|
|
3054
|
-
# 4.14.0 (2021-11-11)
|
|
3055
|
-
|
|
3056
|
-
### Features
|
|
3057
|
-
|
|
3058
|
-
- **contextselector:** added support for context selector items as links ([#6554](https://github.com/patternfly/patternfly-react/issues/6554)) ([c465388](https://github.com/patternfly/patternfly-react/commit/c4653881eee0cd8ec8e3a7125bbef0bded9f2de0))
|
|
3059
|
-
|
|
3060
|
-
# 4.13.0 (2021-11-11)
|
|
3061
|
-
|
|
3062
|
-
### Features
|
|
3063
|
-
|
|
3064
|
-
- **Navigation:** Added exemple with third level ([#6564](https://github.com/patternfly/patternfly-react/issues/6564)) ([c30da53](https://github.com/patternfly/patternfly-react/commit/c30da532855118f705c8cfc87c545bb1eea11ebb))
|
|
3065
|
-
|
|
3066
|
-
# 4.12.0 (2021-11-11)
|
|
3067
|
-
|
|
3068
|
-
### Features
|
|
3069
|
-
|
|
3070
|
-
- enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926))
|
|
3071
|
-
|
|
3072
|
-
## 4.11.4 (2021-11-10)
|
|
3073
|
-
|
|
3074
|
-
### Bug Fixes
|
|
3075
|
-
|
|
3076
|
-
- **jumplinks:** fixed to always set clicked item as active ([#6542](https://github.com/patternfly/patternfly-react/issues/6542)) ([845c98f](https://github.com/patternfly/patternfly-react/commit/845c98f5f3df8aa9b6acc190707c5f1d7bf3ca38))
|
|
3077
|
-
|
|
3078
|
-
## 4.11.3 (2021-11-10)
|
|
3079
|
-
|
|
3080
|
-
### Bug Fixes
|
|
3081
|
-
|
|
3082
|
-
- **Menu:** stop passing disableHover to DrilldownMenu DOM ([#6571](https://github.com/patternfly/patternfly-react/issues/6571)) ([63dcf25](https://github.com/patternfly/patternfly-react/commit/63dcf256723848ff3789828fc0a5f86d5009fc87))
|
|
3083
|
-
|
|
3084
|
-
## 4.11.2 (2021-11-10)
|
|
3085
|
-
|
|
3086
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3087
|
-
|
|
3088
|
-
## 4.11.1 (2021-11-10)
|
|
3089
|
-
|
|
3090
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3091
|
-
|
|
3092
|
-
# 4.11.0 (2021-11-09)
|
|
3093
|
-
|
|
3094
|
-
### Features
|
|
3095
|
-
|
|
3096
|
-
- **Table:** set default sort direction ([#6544](https://github.com/patternfly/patternfly-react/issues/6544)) ([9ee4942](https://github.com/patternfly/patternfly-react/commit/9ee49428c8e1041721f2a09f8176a5aba3335049))
|
|
3097
|
-
|
|
3098
|
-
## 4.10.4 (2021-11-09)
|
|
3099
|
-
|
|
3100
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3101
|
-
|
|
3102
|
-
## 4.10.3 (2021-11-08)
|
|
3103
|
-
|
|
3104
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3105
|
-
|
|
3106
|
-
## 4.10.2 (2021-11-08)
|
|
3107
|
-
|
|
3108
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3109
|
-
|
|
3110
|
-
## 4.10.1 (2021-11-08)
|
|
3111
|
-
|
|
3112
|
-
### Bug Fixes
|
|
3113
|
-
|
|
3114
|
-
- **acccessconsoles:** use object type Select options values in order to not mix displayed text with option keys ([#6496](https://github.com/patternfly/patternfly-react/issues/6496)) ([975c8e1](https://github.com/patternfly/patternfly-react/commit/975c8e14d7ea8c53eb4048ea6ef73e804b3ad2be))
|
|
3115
|
-
|
|
3116
|
-
# 4.10.0 (2021-11-04)
|
|
3117
|
-
|
|
3118
|
-
### Features
|
|
3119
|
-
|
|
3120
|
-
- **log-viewer:** support ANSI color ([#6519](https://github.com/patternfly/patternfly-react/issues/6519)) ([936a699](https://github.com/patternfly/patternfly-react/commit/936a699b0514a492d3c40be08932fb7bab275cce))
|
|
3121
|
-
|
|
3122
|
-
## 4.9.11 (2021-11-01)
|
|
3123
|
-
|
|
3124
|
-
### Bug Fixes
|
|
3125
|
-
|
|
3126
|
-
- **AboutModal:** allow to disable FocusTrap ([#6509](https://github.com/patternfly/patternfly-react/issues/6509)) ([72536e1](https://github.com/patternfly/patternfly-react/commit/72536e1f73641ff3f19f865f08dbb41ad0ee7b9f))
|
|
3127
|
-
|
|
3128
|
-
## 4.9.10 (2021-10-29)
|
|
3129
|
-
|
|
3130
|
-
### Bug Fixes
|
|
3131
|
-
|
|
3132
|
-
- **Banner:** forward props ([#6511](https://github.com/patternfly/patternfly-react/issues/6511)) ([e36c890](https://github.com/patternfly/patternfly-react/commit/e36c89077afa82340994c0e3c0fc929e601e01bc))
|
|
3133
|
-
|
|
3134
|
-
## 4.9.9 (2021-10-28)
|
|
3135
|
-
|
|
3136
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3137
|
-
|
|
3138
|
-
## 4.9.8 (2021-10-27)
|
|
3139
|
-
|
|
3140
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3141
|
-
|
|
3142
|
-
## 4.9.7 (2021-10-27)
|
|
3143
|
-
|
|
3144
|
-
### Bug Fixes
|
|
3145
|
-
|
|
3146
|
-
- change transformer cjs package to private ([#6515](https://github.com/patternfly/patternfly-react/issues/6515)) ([efcb357](https://github.com/patternfly/patternfly-react/commit/efcb3573b71541328ce2b16caa80ce33b2a62131))
|
|
3147
|
-
|
|
3148
|
-
## 4.9.6 (2021-10-26)
|
|
3149
|
-
|
|
3150
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3151
|
-
|
|
3152
|
-
## 4.9.5 (2021-10-26)
|
|
3153
|
-
|
|
3154
|
-
### Bug Fixes
|
|
3155
|
-
|
|
3156
|
-
- **tokens:** added check for no matching var to avoid infinite loop ([#6502](https://github.com/patternfly/patternfly-react/issues/6502)) ([99605c2](https://github.com/patternfly/patternfly-react/commit/99605c213f12490d0abe75910e05c3e6da26a1f3))
|
|
3157
|
-
|
|
3158
|
-
## 4.9.4 (2021-10-26)
|
|
3159
|
-
|
|
3160
|
-
### Bug Fixes
|
|
3161
|
-
|
|
3162
|
-
- add transformer package ([#6507](https://github.com/patternfly/patternfly-react/issues/6507)) ([daffd28](https://github.com/patternfly/patternfly-react/commit/daffd2864388abe63e625f962a8b38c2b7056209))
|
|
3163
|
-
|
|
3164
|
-
## 4.9.3 (2021-10-26)
|
|
3165
|
-
|
|
3166
|
-
### Bug Fixes
|
|
3167
|
-
|
|
3168
|
-
- **transformer:** publish transformer in patternfly org ([#6506](https://github.com/patternfly/patternfly-react/issues/6506)) ([b739af3](https://github.com/patternfly/patternfly-react/commit/b739af318400b41d4e9a53bdff6232ecc176916e))
|
|
3169
|
-
|
|
3170
|
-
## 4.9.2 (2021-10-26)
|
|
3171
|
-
|
|
3172
|
-
### Bug Fixes
|
|
3173
|
-
|
|
3174
|
-
- **readme:** update react-core readme ([#6505](https://github.com/patternfly/patternfly-react/issues/6505)) ([d4f9a11](https://github.com/patternfly/patternfly-react/commit/d4f9a114584eea7ab67873f199e80b348886e14b))
|
|
3175
|
-
|
|
3176
|
-
## 4.9.1 (2021-10-26)
|
|
3177
|
-
|
|
3178
|
-
### Bug Fixes
|
|
3179
|
-
|
|
3180
|
-
- **DualListSelector:** account for duplicate folders ([#6499](https://github.com/patternfly/patternfly-react/issues/6499)) ([e531e68](https://github.com/patternfly/patternfly-react/commit/e531e68e7adc58459b3630f5c915ed69e3021012))
|
|
3181
|
-
|
|
3182
|
-
# 4.9.0 (2021-10-26)
|
|
3183
|
-
|
|
3184
|
-
### Features
|
|
3185
|
-
|
|
3186
|
-
- **toolbar:** add sticky top modifier to toolbar ([#6447](https://github.com/patternfly/patternfly-react/issues/6447)) ([fe7605a](https://github.com/patternfly/patternfly-react/commit/fe7605a67428b43ec00b3cb2117270296576737c))
|
|
3187
|
-
|
|
3188
|
-
## 4.8.1 (2021-10-26)
|
|
3189
|
-
|
|
3190
|
-
### Bug Fixes
|
|
3191
|
-
|
|
3192
|
-
- **types:** SelectOptionProp made optional ([#6503](https://github.com/patternfly/patternfly-react/issues/6503)) ([716ac80](https://github.com/patternfly/patternfly-react/commit/716ac80e2414507d589ee3002fc0cea0068ae59c))
|
|
3193
|
-
|
|
3194
|
-
# 4.8.0 (2021-10-26)
|
|
3195
|
-
|
|
3196
|
-
### Features
|
|
3197
|
-
|
|
3198
|
-
- **TextInputGroup:** add text input group ([#6482](https://github.com/patternfly/patternfly-react/issues/6482)) ([a02fd4f](https://github.com/patternfly/patternfly-react/commit/a02fd4fe3345245b2252ee5a261f5b1460490642)), closes [patternfly/patternfly-react#6409](https://github.com/patternfly/patternfly-react/issues/6409)
|
|
3199
|
-
|
|
3200
|
-
## 4.7.4 (2021-10-26)
|
|
3201
|
-
|
|
3202
|
-
### Bug Fixes
|
|
3203
|
-
|
|
3204
|
-
- **KebabToggle:** adds event to onToggle definition ([#6490](https://github.com/patternfly/patternfly-react/issues/6490)) ([0441575](https://github.com/patternfly/patternfly-react/commit/04415757917062aa13c06b34bd94ef38c2334088))
|
|
3205
|
-
|
|
3206
|
-
## 4.7.3 (2021-10-26)
|
|
3207
|
-
|
|
3208
|
-
### Bug Fixes
|
|
3209
|
-
|
|
3210
|
-
- **Modal:** test clean up ([#6489](https://github.com/patternfly/patternfly-react/issues/6489)) ([c8eaa7c](https://github.com/patternfly/patternfly-react/commit/c8eaa7c838fbedb98ea0f38e4f535488040a72e2))
|
|
3211
|
-
|
|
3212
|
-
## 4.7.2 (2021-10-25)
|
|
3213
|
-
|
|
3214
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3215
|
-
|
|
3216
|
-
## 4.7.1 (2021-10-25)
|
|
3217
|
-
|
|
3218
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3219
|
-
|
|
3220
|
-
# 4.7.0 (2021-10-25)
|
|
3221
|
-
|
|
3222
|
-
### Features
|
|
3223
|
-
|
|
3224
|
-
- **Tabs:** Added support for tab content body with padding, added tabs open and tab secondary tabs demos ([#6484](https://github.com/patternfly/patternfly-react/issues/6484)) ([0ccbe9d](https://github.com/patternfly/patternfly-react/commit/0ccbe9d1e6e0dac0730466c92a90fe2cd9f6560d))
|
|
3225
|
-
|
|
3226
|
-
## 4.6.1 (2021-10-21)
|
|
3227
|
-
|
|
3228
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3229
|
-
|
|
3230
|
-
# 4.6.0 (2021-10-21)
|
|
3231
|
-
|
|
3232
|
-
### Features
|
|
3233
|
-
|
|
3234
|
-
- **label:** added compact label, updated horizontal grid card demo ([#6448](https://github.com/patternfly/patternfly-react/issues/6448)) ([89e0431](https://github.com/patternfly/patternfly-react/commit/89e04317924282140606d45f2292aa3f658b4b6c))
|
|
3235
|
-
|
|
3236
|
-
## 4.5.1 (2021-10-21)
|
|
3237
|
-
|
|
3238
|
-
### Bug Fixes
|
|
3239
|
-
|
|
3240
|
-
- **DescriptionListGroup:** forward props to DOM ([#6466](https://github.com/patternfly/patternfly-react/issues/6466)) ([b78e2aa](https://github.com/patternfly/patternfly-react/commit/b78e2aa9c0360ce8418f6e7b55274ea1a50de518))
|
|
3241
|
-
|
|
3242
|
-
# 4.5.0 (2021-10-20)
|
|
3243
|
-
|
|
3244
|
-
### Features
|
|
3245
|
-
|
|
3246
|
-
- **Progress:** allow node titles ([#6470](https://github.com/patternfly/patternfly-react/issues/6470)) ([46d5252](https://github.com/patternfly/patternfly-react/commit/46d52523ad5111bb11729c2750abe9aeb35d9326))
|
|
3247
|
-
|
|
3248
|
-
# 4.4.0 (2021-10-20)
|
|
3249
|
-
|
|
3250
|
-
### Features
|
|
3251
|
-
|
|
3252
|
-
- **DualListSelector:** add disabled flag ([#6442](https://github.com/patternfly/patternfly-react/issues/6442)) ([85e1314](https://github.com/patternfly/patternfly-react/commit/85e131435be12c2df79336e9fa56987ed3717417))
|
|
3253
|
-
|
|
3254
|
-
## 4.3.90 (2021-10-20)
|
|
3255
|
-
|
|
3256
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3257
|
-
|
|
3258
|
-
## 4.3.89 (2021-10-20)
|
|
3259
|
-
|
|
3260
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3261
|
-
|
|
3262
|
-
## [4.3.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.87...@patternfly/react-code-editor@4.3.88) (2021-10-18)
|
|
3263
|
-
|
|
3264
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3265
|
-
|
|
3266
|
-
## [4.3.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.86...@patternfly/react-code-editor@4.3.87) (2021-10-14)
|
|
3267
|
-
|
|
3268
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3269
|
-
|
|
3270
|
-
## [4.3.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.85...@patternfly/react-code-editor@4.3.86) (2021-10-14)
|
|
3271
|
-
|
|
3272
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3273
|
-
|
|
3274
|
-
## [4.3.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.84...@patternfly/react-code-editor@4.3.85) (2021-10-13)
|
|
3275
|
-
|
|
3276
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3277
|
-
|
|
3278
|
-
## [4.3.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.83...@patternfly/react-code-editor@4.3.84) (2021-10-11)
|
|
3279
|
-
|
|
3280
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3281
|
-
|
|
3282
|
-
## [4.3.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.82...@patternfly/react-code-editor@4.3.83) (2021-10-11)
|
|
3283
|
-
|
|
3284
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3285
|
-
|
|
3286
|
-
## [4.3.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.81...@patternfly/react-code-editor@4.3.82) (2021-10-11)
|
|
3287
|
-
|
|
3288
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3289
|
-
|
|
3290
|
-
## [4.3.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.80...@patternfly/react-code-editor@4.3.81) (2021-10-11)
|
|
3291
|
-
|
|
3292
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3293
|
-
|
|
3294
|
-
## [4.3.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.79...@patternfly/react-code-editor@4.3.80) (2021-10-08)
|
|
3295
|
-
|
|
3296
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3297
|
-
|
|
3298
|
-
## [4.3.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.78...@patternfly/react-code-editor@4.3.79) (2021-10-07)
|
|
3299
|
-
|
|
3300
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3301
|
-
|
|
3302
|
-
## [4.3.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.77...@patternfly/react-code-editor@4.3.78) (2021-10-07)
|
|
3303
|
-
|
|
3304
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3305
|
-
|
|
3306
|
-
## [4.3.77](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.76...@patternfly/react-code-editor@4.3.77) (2021-10-06)
|
|
3307
|
-
|
|
3308
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3309
|
-
|
|
3310
|
-
## [4.3.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.75...@patternfly/react-code-editor@4.3.76) (2021-10-06)
|
|
3311
|
-
|
|
3312
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3313
|
-
|
|
3314
|
-
## [4.3.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.74...@patternfly/react-code-editor@4.3.75) (2021-10-06)
|
|
3315
|
-
|
|
3316
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3317
|
-
|
|
3318
|
-
## [4.3.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.73...@patternfly/react-code-editor@4.3.74) (2021-10-05)
|
|
3319
|
-
|
|
3320
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3321
|
-
|
|
3322
|
-
## [4.3.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.72...@patternfly/react-code-editor@4.3.73) (2021-10-05)
|
|
3323
|
-
|
|
3324
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3325
|
-
|
|
3326
|
-
## [4.3.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.71...@patternfly/react-code-editor@4.3.72) (2021-10-05)
|
|
3327
|
-
|
|
3328
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3329
|
-
|
|
3330
|
-
## [4.3.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.70...@patternfly/react-code-editor@4.3.71) (2021-10-05)
|
|
3331
|
-
|
|
3332
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3333
|
-
|
|
3334
|
-
## [4.3.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.69...@patternfly/react-code-editor@4.3.70) (2021-10-01)
|
|
3335
|
-
|
|
3336
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3337
|
-
|
|
3338
|
-
## [4.3.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.68...@patternfly/react-code-editor@4.3.69) (2021-10-01)
|
|
3339
|
-
|
|
3340
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3341
|
-
|
|
3342
|
-
## [4.3.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.67...@patternfly/react-code-editor@4.3.68) (2021-09-30)
|
|
3343
|
-
|
|
3344
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3345
|
-
|
|
3346
|
-
## [4.3.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.66...@patternfly/react-code-editor@4.3.67) (2021-09-29)
|
|
3347
|
-
|
|
3348
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3349
|
-
|
|
3350
|
-
## [4.3.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.65...@patternfly/react-code-editor@4.3.66) (2021-09-27)
|
|
3351
|
-
|
|
3352
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3353
|
-
|
|
3354
|
-
## [4.3.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.64...@patternfly/react-code-editor@4.3.65) (2021-09-27)
|
|
3355
|
-
|
|
3356
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3357
|
-
|
|
3358
|
-
## [4.3.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.63...@patternfly/react-code-editor@4.3.64) (2021-09-24)
|
|
3359
|
-
|
|
3360
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3361
|
-
|
|
3362
|
-
## [4.3.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.62...@patternfly/react-code-editor@4.3.63) (2021-09-22)
|
|
3363
|
-
|
|
3364
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3365
|
-
|
|
3366
|
-
## [4.3.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.61...@patternfly/react-code-editor@4.3.62) (2021-09-20)
|
|
3367
|
-
|
|
3368
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3369
|
-
|
|
3370
|
-
## [4.3.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.60...@patternfly/react-code-editor@4.3.61) (2021-09-18)
|
|
3371
|
-
|
|
3372
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3373
|
-
|
|
3374
|
-
## [4.3.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.59...@patternfly/react-code-editor@4.3.60) (2021-09-16)
|
|
3375
|
-
|
|
3376
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3377
|
-
|
|
3378
|
-
## [4.3.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.58...@patternfly/react-code-editor@4.3.59) (2021-09-14)
|
|
3379
|
-
|
|
3380
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3381
|
-
|
|
3382
|
-
## [4.3.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.57...@patternfly/react-code-editor@4.3.58) (2021-09-14)
|
|
3383
|
-
|
|
3384
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3385
|
-
|
|
3386
|
-
## [4.3.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.56...@patternfly/react-code-editor@4.3.57) (2021-09-14)
|
|
3387
|
-
|
|
3388
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3389
|
-
|
|
3390
|
-
## [4.3.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.55...@patternfly/react-code-editor@4.3.56) (2021-09-13)
|
|
3391
|
-
|
|
3392
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3393
|
-
|
|
3394
|
-
## [4.3.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.54...@patternfly/react-code-editor@4.3.55) (2021-09-13)
|
|
3395
|
-
|
|
3396
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3397
|
-
|
|
3398
|
-
## [4.3.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.53...@patternfly/react-code-editor@4.3.54) (2021-09-13)
|
|
3399
|
-
|
|
3400
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3401
|
-
|
|
3402
|
-
## [4.3.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.52...@patternfly/react-code-editor@4.3.53) (2021-09-13)
|
|
3403
|
-
|
|
3404
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3405
|
-
|
|
3406
|
-
## [4.3.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.51...@patternfly/react-code-editor@4.3.52) (2021-09-13)
|
|
3407
|
-
|
|
3408
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3409
|
-
|
|
3410
|
-
## [4.3.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.50...@patternfly/react-code-editor@4.3.51) (2021-09-13)
|
|
3411
|
-
|
|
3412
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3413
|
-
|
|
3414
|
-
## [4.3.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.49...@patternfly/react-code-editor@4.3.50) (2021-09-10)
|
|
3415
|
-
|
|
3416
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3417
|
-
|
|
3418
|
-
## [4.3.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.48...@patternfly/react-code-editor@4.3.49) (2021-09-10)
|
|
3419
|
-
|
|
3420
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3421
|
-
|
|
3422
|
-
## [4.3.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.47...@patternfly/react-code-editor@4.3.48) (2021-09-09)
|
|
3423
|
-
|
|
3424
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3425
|
-
|
|
3426
|
-
## [4.3.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.46...@patternfly/react-code-editor@4.3.47) (2021-09-01)
|
|
3427
|
-
|
|
3428
|
-
### Bug Fixes
|
|
3429
|
-
|
|
3430
|
-
- **code-editor:** replace hardcoded empty state text with props and update microcopy ([#6241](https://github.com/patternfly/patternfly-react/issues/6241)) ([9cdd64b](https://github.com/patternfly/patternfly-react/commit/9cdd64bf9d2e63b2a7fa4bf905ed90e8cc64cc08))
|
|
3431
|
-
|
|
3432
|
-
## [4.3.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.45...@patternfly/react-code-editor@4.3.46) (2021-08-31)
|
|
3433
|
-
|
|
3434
|
-
### Bug Fixes
|
|
3435
|
-
|
|
3436
|
-
- **code-editor:** remove uneeded peer dep ([#6239](https://github.com/patternfly/patternfly-react/issues/6239)) ([5d51551](https://github.com/patternfly/patternfly-react/commit/5d51551a091ffd0ca83c0bb0ceca652228ed8936))
|
|
3437
|
-
|
|
3438
|
-
## [4.3.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.44...@patternfly/react-code-editor@4.3.45) (2021-08-31)
|
|
3439
|
-
|
|
3440
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3441
|
-
|
|
3442
|
-
## [4.3.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.43...@patternfly/react-code-editor@4.3.44) (2021-08-31)
|
|
6
|
+
# [5.0.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.9...@patternfly/react-code-editor@5.0.0-prerelease.10) (2023-06-15)
|
|
3443
7
|
|
|
3444
8
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3445
9
|
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3449
|
-
|
|
3450
|
-
## [4.3.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.41...@patternfly/react-code-editor@4.3.42) (2021-08-23)
|
|
3451
|
-
|
|
3452
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3453
|
-
|
|
3454
|
-
## [4.3.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.40...@patternfly/react-code-editor@4.3.41) (2021-08-23)
|
|
3455
|
-
|
|
3456
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3457
|
-
|
|
3458
|
-
## [4.3.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.39...@patternfly/react-code-editor@4.3.40) (2021-08-23)
|
|
3459
|
-
|
|
3460
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3461
|
-
|
|
3462
|
-
## [4.3.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.38...@patternfly/react-code-editor@4.3.39) (2021-08-23)
|
|
3463
|
-
|
|
3464
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3465
|
-
|
|
3466
|
-
## [4.3.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.37...@patternfly/react-code-editor@4.3.38) (2021-08-20)
|
|
3467
|
-
|
|
3468
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3469
|
-
|
|
3470
|
-
## [4.3.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.36...@patternfly/react-code-editor@4.3.37) (2021-08-20)
|
|
3471
|
-
|
|
3472
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3473
|
-
|
|
3474
|
-
## [4.3.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.35...@patternfly/react-code-editor@4.3.36) (2021-08-20)
|
|
3475
|
-
|
|
3476
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3477
|
-
|
|
3478
|
-
## [4.3.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.34...@patternfly/react-code-editor@4.3.35) (2021-08-19)
|
|
10
|
+
# [5.0.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.8...@patternfly/react-code-editor@5.0.0-prerelease.9) (2023-06-13)
|
|
3479
11
|
|
|
3480
12
|
### Bug Fixes
|
|
3481
13
|
|
|
3482
|
-
- **
|
|
3483
|
-
|
|
3484
|
-
## [4.3.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.33...@patternfly/react-code-editor@4.3.34) (2021-08-19)
|
|
3485
|
-
|
|
3486
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3487
|
-
|
|
3488
|
-
## [4.3.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.32...@patternfly/react-code-editor@4.3.33) (2021-08-19)
|
|
3489
|
-
|
|
3490
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3491
|
-
|
|
3492
|
-
## [4.3.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.31...@patternfly/react-code-editor@4.3.32) (2021-08-18)
|
|
3493
|
-
|
|
3494
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3495
|
-
|
|
3496
|
-
## [4.3.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.30...@patternfly/react-code-editor@4.3.31) (2021-08-18)
|
|
3497
|
-
|
|
3498
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3499
|
-
|
|
3500
|
-
## [4.3.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.29...@patternfly/react-code-editor@4.3.30) (2021-08-17)
|
|
3501
|
-
|
|
3502
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3503
|
-
|
|
3504
|
-
## [4.3.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.28...@patternfly/react-code-editor@4.3.29) (2021-08-16)
|
|
3505
|
-
|
|
3506
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3507
|
-
|
|
3508
|
-
## [4.3.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.27...@patternfly/react-code-editor@4.3.28) (2021-08-12)
|
|
3509
|
-
|
|
3510
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3511
|
-
|
|
3512
|
-
## [4.3.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.26...@patternfly/react-code-editor@4.3.27) (2021-08-11)
|
|
3513
|
-
|
|
3514
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3515
|
-
|
|
3516
|
-
## [4.3.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.25...@patternfly/react-code-editor@4.3.26) (2021-08-11)
|
|
3517
|
-
|
|
3518
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3519
|
-
|
|
3520
|
-
## [4.3.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.24...@patternfly/react-code-editor@4.3.25) (2021-08-10)
|
|
3521
|
-
|
|
3522
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3523
|
-
|
|
3524
|
-
## [4.3.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.23...@patternfly/react-code-editor@4.3.24) (2021-08-10)
|
|
3525
|
-
|
|
3526
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3527
|
-
|
|
3528
|
-
## [4.3.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.22...@patternfly/react-code-editor@4.3.23) (2021-08-09)
|
|
3529
|
-
|
|
3530
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3531
|
-
|
|
3532
|
-
## [4.3.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.21...@patternfly/react-code-editor@4.3.22) (2021-08-03)
|
|
3533
|
-
|
|
3534
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3535
|
-
|
|
3536
|
-
## [4.3.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.20...@patternfly/react-code-editor@4.3.21) (2021-08-02)
|
|
14
|
+
- **docs:** update use of deprecated tag and clean up changelogs ([#9259](https://github.com/patternfly/patternfly-react/issues/9259)) ([8de83dc](https://github.com/patternfly/patternfly-react/commit/8de83dc3b2fb88094fd3c21bda2ed6e371986cba))
|
|
3537
15
|
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
## [4.3.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.19...@patternfly/react-code-editor@4.3.20) (2021-08-02)
|
|
3541
|
-
|
|
3542
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3543
|
-
|
|
3544
|
-
## [4.3.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.18...@patternfly/react-code-editor@4.3.19) (2021-08-02)
|
|
3545
|
-
|
|
3546
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3547
|
-
|
|
3548
|
-
## [4.3.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.17...@patternfly/react-code-editor@4.3.18) (2021-07-30)
|
|
16
|
+
# [5.0.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.7...@patternfly/react-code-editor@5.0.0-prerelease.8) (2023-06-12)
|
|
3549
17
|
|
|
3550
18
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3551
19
|
|
|
3552
|
-
|
|
20
|
+
# [5.0.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.6...@patternfly/react-code-editor@5.0.0-prerelease.7) (2023-06-12)
|
|
3553
21
|
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
## [4.3.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.15...@patternfly/react-code-editor@4.3.16) (2021-07-29)
|
|
22
|
+
### Bug Fixes
|
|
3557
23
|
|
|
3558
|
-
**
|
|
24
|
+
- **react-icons:** Added fallback width and height attributes to icons ([#9257](https://github.com/patternfly/patternfly-react/issues/9257)) ([5c782ba](https://github.com/patternfly/patternfly-react/commit/5c782bacfdc02b907b2ca01a3a6800e2f6072b3e))
|
|
3559
25
|
|
|
3560
|
-
|
|
26
|
+
# [5.0.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.5...@patternfly/react-code-editor@5.0.0-prerelease.6) (2023-06-09)
|
|
3561
27
|
|
|
3562
28
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3563
29
|
|
|
3564
|
-
|
|
30
|
+
# [5.0.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.4...@patternfly/react-code-editor@5.0.0-prerelease.5) (2023-06-09)
|
|
3565
31
|
|
|
3566
32
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3567
33
|
|
|
3568
|
-
|
|
34
|
+
# [5.0.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.3...@patternfly/react-code-editor@5.0.0-prerelease.4) (2023-06-08)
|
|
3569
35
|
|
|
3570
36
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3571
37
|
|
|
3572
|
-
|
|
38
|
+
# [5.0.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.2...@patternfly/react-code-editor@5.0.0-prerelease.3) (2023-06-07)
|
|
3573
39
|
|
|
3574
40
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3575
41
|
|
|
3576
|
-
|
|
42
|
+
# [5.0.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-prerelease.1...@patternfly/react-code-editor@5.0.0-prerelease.2) (2023-06-06)
|
|
3577
43
|
|
|
3578
44
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3579
45
|
|
|
3580
|
-
|
|
46
|
+
# [5.0.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.133...@patternfly/react-code-editor@5.0.0-prerelease.1) (2023-06-06)
|
|
3581
47
|
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
## [4.3.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.8...@patternfly/react-code-editor@4.3.9) (2021-07-21)
|
|
48
|
+
### Bug Fixes
|
|
3585
49
|
|
|
3586
|
-
**
|
|
50
|
+
- **release:** dryrun publishing prereleases ([#9242](https://github.com/patternfly/patternfly-react/issues/9242)) ([e4c35f1](https://github.com/patternfly/patternfly-react/commit/e4c35f14cd57be132179e51ae2bb223600a35f0e))
|
|
3587
51
|
|
|
3588
|
-
|
|
52
|
+
# [5.0.0-alpha.133](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.132...@patternfly/react-code-editor@5.0.0-alpha.133) (2023-06-02)
|
|
3589
53
|
|
|
3590
54
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3591
55
|
|
|
3592
|
-
|
|
56
|
+
# [5.0.0-alpha.132](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.131...@patternfly/react-code-editor@5.0.0-alpha.132) (2023-06-02)
|
|
3593
57
|
|
|
3594
58
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3595
59
|
|
|
3596
|
-
|
|
60
|
+
# [5.0.0-alpha.131](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.130...@patternfly/react-code-editor@5.0.0-alpha.131) (2023-06-01)
|
|
3597
61
|
|
|
3598
62
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3599
63
|
|
|
3600
|
-
|
|
64
|
+
# [5.0.0-alpha.130](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.129...@patternfly/react-code-editor@5.0.0-alpha.130) (2023-06-01)
|
|
3601
65
|
|
|
3602
66
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3603
67
|
|
|
3604
|
-
|
|
68
|
+
# [5.0.0-alpha.129](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.128...@patternfly/react-code-editor@5.0.0-alpha.129) (2023-06-01)
|
|
3605
69
|
|
|
3606
70
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3607
71
|
|
|
3608
|
-
|
|
72
|
+
# [5.0.0-alpha.128](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.127...@patternfly/react-code-editor@5.0.0-alpha.128) (2023-05-31)
|
|
3609
73
|
|
|
3610
74
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3611
75
|
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
### Bug Fixes
|
|
3615
|
-
|
|
3616
|
-
- **code-editor:** add more languages support ([#6006](https://github.com/patternfly/patternfly-react/issues/6006)) ([a9b78e2](https://github.com/patternfly/patternfly-react/commit/a9b78e28813703bf14f65f27e1018d2e0a7abf76))
|
|
3617
|
-
|
|
3618
|
-
## [4.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.3.0...@patternfly/react-code-editor@4.3.1) (2021-07-14)
|
|
76
|
+
# 5.0.0-alpha.127 (2023-05-31)
|
|
3619
77
|
|
|
3620
78
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3621
79
|
|
|
3622
|
-
# [
|
|
3623
|
-
|
|
3624
|
-
### Bug Fixes
|
|
3625
|
-
|
|
3626
|
-
- **codeeditor:** show toolbar if there are custom controls ([#6025](https://github.com/patternfly/patternfly-react/issues/6025)) ([dad127a](https://github.com/patternfly/patternfly-react/commit/dad127a037bc8c921a6921a01ed702eb72cfdbd9))
|
|
3627
|
-
|
|
3628
|
-
### Features
|
|
3629
|
-
|
|
3630
|
-
- **code-editor:** add showEditor prop ([#6022](https://github.com/patternfly/patternfly-react/issues/6022)) ([daf182a](https://github.com/patternfly/patternfly-react/commit/daf182af298e57018f06ce887001a0b1acc43167))
|
|
3631
|
-
|
|
3632
|
-
## [4.2.105](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.104...@patternfly/react-code-editor@4.2.105) (2021-07-13)
|
|
80
|
+
# [5.0.0-alpha.126](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.125...@patternfly/react-code-editor@5.0.0-alpha.126) (2023-05-31)
|
|
3633
81
|
|
|
3634
82
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3635
83
|
|
|
3636
|
-
|
|
84
|
+
# [5.0.0-alpha.125](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.124...@patternfly/react-code-editor@5.0.0-alpha.125) (2023-05-31)
|
|
3637
85
|
|
|
3638
86
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3639
87
|
|
|
3640
|
-
|
|
88
|
+
# [5.0.0-alpha.124](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.123...@patternfly/react-code-editor@5.0.0-alpha.124) (2023-05-31)
|
|
3641
89
|
|
|
3642
90
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3643
91
|
|
|
3644
|
-
|
|
92
|
+
# [5.0.0-alpha.123](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.122...@patternfly/react-code-editor@5.0.0-alpha.123) (2023-05-30)
|
|
3645
93
|
|
|
3646
94
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3647
95
|
|
|
3648
|
-
|
|
96
|
+
# [5.0.0-alpha.122](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.121...@patternfly/react-code-editor@5.0.0-alpha.122) (2023-05-30)
|
|
3649
97
|
|
|
3650
98
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3651
99
|
|
|
3652
|
-
|
|
100
|
+
# [5.0.0-alpha.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.120...@patternfly/react-code-editor@5.0.0-alpha.121) (2023-05-26)
|
|
3653
101
|
|
|
3654
102
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3655
103
|
|
|
3656
|
-
|
|
104
|
+
# [5.0.0-alpha.120](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.119...@patternfly/react-code-editor@5.0.0-alpha.120) (2023-05-25)
|
|
3657
105
|
|
|
3658
106
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3659
107
|
|
|
3660
|
-
|
|
108
|
+
# [5.0.0-alpha.119](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.118...@patternfly/react-code-editor@5.0.0-alpha.119) (2023-05-25)
|
|
3661
109
|
|
|
3662
110
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3663
111
|
|
|
3664
|
-
|
|
112
|
+
# [5.0.0-alpha.118](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.117...@patternfly/react-code-editor@5.0.0-alpha.118) (2023-05-25)
|
|
3665
113
|
|
|
3666
114
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3667
115
|
|
|
3668
|
-
|
|
116
|
+
# 5.0.0-alpha.117 (2023-05-23)
|
|
3669
117
|
|
|
3670
118
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3671
119
|
|
|
3672
|
-
|
|
120
|
+
# [5.0.0-alpha.116](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.115...@patternfly/react-code-editor@5.0.0-alpha.116) (2023-05-19)
|
|
3673
121
|
|
|
3674
122
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3675
123
|
|
|
3676
|
-
|
|
124
|
+
# [5.0.0-alpha.115](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.114...@patternfly/react-code-editor@5.0.0-alpha.115) (2023-05-18)
|
|
3677
125
|
|
|
3678
126
|
### Bug Fixes
|
|
3679
127
|
|
|
3680
|
-
- **
|
|
3681
|
-
|
|
3682
|
-
## [4.2.93](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.92...@patternfly/react-code-editor@4.2.93) (2021-06-28)
|
|
3683
|
-
|
|
3684
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3685
|
-
|
|
3686
|
-
## [4.2.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.91...@patternfly/react-code-editor@4.2.92) (2021-06-21)
|
|
3687
|
-
|
|
3688
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3689
|
-
|
|
3690
|
-
## [4.2.91](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.90...@patternfly/react-code-editor@4.2.91) (2021-06-18)
|
|
3691
|
-
|
|
3692
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
128
|
+
- **Multiple:** update old component classnames ([#9139](https://github.com/patternfly/patternfly-react/issues/9139)) ([8fbd940](https://github.com/patternfly/patternfly-react/commit/8fbd9401cd27cb84e73722292a2765781a46a6f7))
|
|
3693
129
|
|
|
3694
|
-
|
|
130
|
+
# [5.0.0-alpha.114](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.113...@patternfly/react-code-editor@5.0.0-alpha.114) (2023-05-18)
|
|
3695
131
|
|
|
3696
132
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3697
133
|
|
|
3698
|
-
|
|
134
|
+
# [5.0.0-alpha.113](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.112...@patternfly/react-code-editor@5.0.0-alpha.113) (2023-05-18)
|
|
3699
135
|
|
|
3700
136
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3701
137
|
|
|
3702
|
-
|
|
138
|
+
# [5.0.0-alpha.112](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.111...@patternfly/react-code-editor@5.0.0-alpha.112) (2023-05-18)
|
|
3703
139
|
|
|
3704
140
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3705
141
|
|
|
3706
|
-
|
|
142
|
+
# [5.0.0-alpha.111](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.110...@patternfly/react-code-editor@5.0.0-alpha.111) (2023-05-18)
|
|
3707
143
|
|
|
3708
144
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3709
145
|
|
|
3710
|
-
|
|
146
|
+
# [5.0.0-alpha.110](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.109...@patternfly/react-code-editor@5.0.0-alpha.110) (2023-05-18)
|
|
3711
147
|
|
|
3712
148
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3713
149
|
|
|
3714
|
-
|
|
150
|
+
# [5.0.0-alpha.109](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.108...@patternfly/react-code-editor@5.0.0-alpha.109) (2023-05-18)
|
|
3715
151
|
|
|
3716
152
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3717
153
|
|
|
3718
|
-
|
|
154
|
+
# [5.0.0-alpha.108](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.107...@patternfly/react-code-editor@5.0.0-alpha.108) (2023-05-17)
|
|
3719
155
|
|
|
3720
156
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3721
157
|
|
|
3722
|
-
|
|
158
|
+
# [5.0.0-alpha.107](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.106...@patternfly/react-code-editor@5.0.0-alpha.107) (2023-05-17)
|
|
3723
159
|
|
|
3724
160
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3725
161
|
|
|
3726
|
-
|
|
162
|
+
# [5.0.0-alpha.106](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.105...@patternfly/react-code-editor@5.0.0-alpha.106) (2023-05-17)
|
|
3727
163
|
|
|
3728
164
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3729
165
|
|
|
3730
|
-
|
|
166
|
+
# [5.0.0-alpha.105](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.104...@patternfly/react-code-editor@5.0.0-alpha.105) (2023-05-17)
|
|
3731
167
|
|
|
3732
168
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3733
169
|
|
|
3734
|
-
|
|
170
|
+
# [5.0.0-alpha.104](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.103...@patternfly/react-code-editor@5.0.0-alpha.104) (2023-05-17)
|
|
3735
171
|
|
|
3736
172
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3737
173
|
|
|
3738
|
-
|
|
174
|
+
# [5.0.0-alpha.103](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.102...@patternfly/react-code-editor@5.0.0-alpha.103) (2023-05-16)
|
|
3739
175
|
|
|
3740
176
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3741
177
|
|
|
3742
|
-
|
|
178
|
+
# [5.0.0-alpha.102](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.101...@patternfly/react-code-editor@5.0.0-alpha.102) (2023-05-16)
|
|
3743
179
|
|
|
3744
180
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3745
181
|
|
|
3746
|
-
|
|
182
|
+
# [5.0.0-alpha.101](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.100...@patternfly/react-code-editor@5.0.0-alpha.101) (2023-05-16)
|
|
3747
183
|
|
|
3748
184
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3749
185
|
|
|
3750
|
-
|
|
186
|
+
# [5.0.0-alpha.100](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.99...@patternfly/react-code-editor@5.0.0-alpha.100) (2023-05-15)
|
|
3751
187
|
|
|
3752
188
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3753
189
|
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3757
|
-
|
|
3758
|
-
## [4.2.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.73...@patternfly/react-code-editor@4.2.74) (2021-06-02)
|
|
190
|
+
# [5.0.0-alpha.99](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.98...@patternfly/react-code-editor@5.0.0-alpha.99) (2023-05-11)
|
|
3759
191
|
|
|
3760
192
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3761
193
|
|
|
3762
|
-
|
|
194
|
+
# [5.0.0-alpha.98](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.97...@patternfly/react-code-editor@5.0.0-alpha.98) (2023-05-11)
|
|
3763
195
|
|
|
3764
196
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3765
197
|
|
|
3766
|
-
|
|
198
|
+
# [5.0.0-alpha.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.96...@patternfly/react-code-editor@5.0.0-alpha.97) (2023-05-11)
|
|
3767
199
|
|
|
3768
200
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3769
201
|
|
|
3770
|
-
|
|
202
|
+
# [5.0.0-alpha.96](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.95...@patternfly/react-code-editor@5.0.0-alpha.96) (2023-05-09)
|
|
3771
203
|
|
|
3772
204
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3773
205
|
|
|
3774
|
-
|
|
206
|
+
# [5.0.0-alpha.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.94...@patternfly/react-code-editor@5.0.0-alpha.95) (2023-05-09)
|
|
3775
207
|
|
|
3776
208
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3777
209
|
|
|
3778
|
-
|
|
210
|
+
# 5.0.0-alpha.94 (2023-05-08)
|
|
3779
211
|
|
|
3780
212
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3781
213
|
|
|
3782
|
-
|
|
214
|
+
# [5.0.0-alpha.93](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.92...@patternfly/react-code-editor@5.0.0-alpha.93) (2023-05-08)
|
|
3783
215
|
|
|
3784
216
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3785
217
|
|
|
3786
|
-
|
|
218
|
+
# [5.0.0-alpha.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.91...@patternfly/react-code-editor@5.0.0-alpha.92) (2023-05-05)
|
|
3787
219
|
|
|
3788
220
|
### Bug Fixes
|
|
3789
221
|
|
|
3790
|
-
- **
|
|
3791
|
-
|
|
3792
|
-
## [4.2.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.65...@patternfly/react-code-editor@4.2.66) (2021-05-26)
|
|
3793
|
-
|
|
3794
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3795
|
-
|
|
3796
|
-
## [4.2.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.64...@patternfly/react-code-editor@4.2.65) (2021-05-26)
|
|
3797
|
-
|
|
3798
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3799
|
-
|
|
3800
|
-
## [4.2.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.63...@patternfly/react-code-editor@4.2.64) (2021-05-25)
|
|
3801
|
-
|
|
3802
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3803
|
-
|
|
3804
|
-
## [4.2.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.62...@patternfly/react-code-editor@4.2.63) (2021-05-25)
|
|
3805
|
-
|
|
3806
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
222
|
+
- **deps:** updated Core for v5 versioning ([#9075](https://github.com/patternfly/patternfly-react/issues/9075)) ([3879fc7](https://github.com/patternfly/patternfly-react/commit/3879fc757aefeed80b0694365aa20d5ca856a797))
|
|
3807
223
|
|
|
3808
|
-
|
|
224
|
+
# [5.0.0-alpha.91](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.90...@patternfly/react-code-editor@5.0.0-alpha.91) (2023-05-05)
|
|
3809
225
|
|
|
3810
226
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3811
227
|
|
|
3812
|
-
|
|
228
|
+
# 5.0.0-alpha.90 (2023-05-04)
|
|
3813
229
|
|
|
3814
230
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3815
231
|
|
|
3816
|
-
|
|
232
|
+
# [5.0.0-alpha.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.88...@patternfly/react-code-editor@5.0.0-alpha.89) (2023-05-03)
|
|
3817
233
|
|
|
3818
234
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3819
235
|
|
|
3820
|
-
|
|
236
|
+
# [5.0.0-alpha.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.87...@patternfly/react-code-editor@5.0.0-alpha.88) (2023-05-03)
|
|
3821
237
|
|
|
3822
238
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3823
239
|
|
|
3824
|
-
|
|
240
|
+
# [5.0.0-alpha.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.86...@patternfly/react-code-editor@5.0.0-alpha.87) (2023-05-03)
|
|
3825
241
|
|
|
3826
242
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3827
243
|
|
|
3828
|
-
|
|
244
|
+
# [5.0.0-alpha.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.85...@patternfly/react-code-editor@5.0.0-alpha.86) (2023-05-02)
|
|
3829
245
|
|
|
3830
246
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3831
247
|
|
|
3832
|
-
|
|
248
|
+
# [5.0.0-alpha.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.84...@patternfly/react-code-editor@5.0.0-alpha.85) (2023-05-02)
|
|
3833
249
|
|
|
3834
250
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3835
251
|
|
|
3836
|
-
|
|
252
|
+
# [5.0.0-alpha.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.83...@patternfly/react-code-editor@5.0.0-alpha.84) (2023-04-28)
|
|
3837
253
|
|
|
3838
254
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3839
255
|
|
|
3840
|
-
|
|
256
|
+
# [5.0.0-alpha.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.82...@patternfly/react-code-editor@5.0.0-alpha.83) (2023-04-27)
|
|
3841
257
|
|
|
3842
258
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3843
259
|
|
|
3844
|
-
|
|
260
|
+
# [5.0.0-alpha.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.81...@patternfly/react-code-editor@5.0.0-alpha.82) (2023-04-27)
|
|
3845
261
|
|
|
3846
262
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3847
263
|
|
|
3848
|
-
|
|
264
|
+
# [5.0.0-alpha.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.80...@patternfly/react-code-editor@5.0.0-alpha.81) (2023-04-27)
|
|
3849
265
|
|
|
3850
266
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3851
267
|
|
|
3852
|
-
|
|
268
|
+
# [5.0.0-alpha.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.79...@patternfly/react-code-editor@5.0.0-alpha.80) (2023-04-27)
|
|
3853
269
|
|
|
3854
270
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3855
271
|
|
|
3856
|
-
|
|
272
|
+
# [5.0.0-alpha.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.78...@patternfly/react-code-editor@5.0.0-alpha.79) (2023-04-26)
|
|
3857
273
|
|
|
3858
274
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3859
275
|
|
|
3860
|
-
|
|
276
|
+
# [5.0.0-alpha.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.77...@patternfly/react-code-editor@5.0.0-alpha.78) (2023-04-25)
|
|
3861
277
|
|
|
3862
278
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3863
279
|
|
|
3864
|
-
|
|
280
|
+
# [5.0.0-alpha.77](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.76...@patternfly/react-code-editor@5.0.0-alpha.77) (2023-04-25)
|
|
3865
281
|
|
|
3866
282
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3867
283
|
|
|
3868
|
-
|
|
284
|
+
# [5.0.0-alpha.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.75...@patternfly/react-code-editor@5.0.0-alpha.76) (2023-04-24)
|
|
3869
285
|
|
|
3870
286
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3871
287
|
|
|
3872
|
-
|
|
288
|
+
# [5.0.0-alpha.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.74...@patternfly/react-code-editor@5.0.0-alpha.75) (2023-04-20)
|
|
3873
289
|
|
|
3874
290
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3875
291
|
|
|
3876
|
-
|
|
292
|
+
# [5.0.0-alpha.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.73...@patternfly/react-code-editor@5.0.0-alpha.74) (2023-04-19)
|
|
3877
293
|
|
|
3878
294
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3879
295
|
|
|
3880
|
-
|
|
296
|
+
# [5.0.0-alpha.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.72...@patternfly/react-code-editor@5.0.0-alpha.73) (2023-04-17)
|
|
3881
297
|
|
|
3882
298
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3883
299
|
|
|
3884
|
-
|
|
300
|
+
# [5.0.0-alpha.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.71...@patternfly/react-code-editor@5.0.0-alpha.72) (2023-04-17)
|
|
3885
301
|
|
|
3886
302
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3887
303
|
|
|
3888
|
-
|
|
304
|
+
# [5.0.0-alpha.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.70...@patternfly/react-code-editor@5.0.0-alpha.71) (2023-04-14)
|
|
3889
305
|
|
|
3890
306
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3891
307
|
|
|
3892
|
-
|
|
308
|
+
# [5.0.0-alpha.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.69...@patternfly/react-code-editor@5.0.0-alpha.70) (2023-04-14)
|
|
3893
309
|
|
|
3894
310
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3895
311
|
|
|
3896
|
-
|
|
312
|
+
# [5.0.0-alpha.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.68...@patternfly/react-code-editor@5.0.0-alpha.69) (2023-04-13)
|
|
3897
313
|
|
|
3898
314
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3899
315
|
|
|
3900
|
-
|
|
316
|
+
# [5.0.0-alpha.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.67...@patternfly/react-code-editor@5.0.0-alpha.68) (2023-04-13)
|
|
3901
317
|
|
|
3902
318
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3903
319
|
|
|
3904
|
-
|
|
320
|
+
# [5.0.0-alpha.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.66...@patternfly/react-code-editor@5.0.0-alpha.67) (2023-04-13)
|
|
3905
321
|
|
|
3906
322
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3907
323
|
|
|
3908
|
-
|
|
324
|
+
# [5.0.0-alpha.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.65...@patternfly/react-code-editor@5.0.0-alpha.66) (2023-04-12)
|
|
3909
325
|
|
|
3910
326
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3911
327
|
|
|
3912
|
-
|
|
328
|
+
# 5.0.0-alpha.65 (2023-04-12)
|
|
3913
329
|
|
|
3914
330
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3915
331
|
|
|
3916
|
-
|
|
332
|
+
# [5.0.0-alpha.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.63...@patternfly/react-code-editor@5.0.0-alpha.64) (2023-04-11)
|
|
3917
333
|
|
|
3918
334
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3919
335
|
|
|
3920
|
-
|
|
336
|
+
# [5.0.0-alpha.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.62...@patternfly/react-code-editor@5.0.0-alpha.63) (2023-04-11)
|
|
3921
337
|
|
|
3922
338
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3923
339
|
|
|
3924
|
-
|
|
340
|
+
# [5.0.0-alpha.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.61...@patternfly/react-code-editor@5.0.0-alpha.62) (2023-04-11)
|
|
3925
341
|
|
|
3926
342
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3927
343
|
|
|
3928
|
-
|
|
344
|
+
# 5.0.0-alpha.61 (2023-04-10)
|
|
3929
345
|
|
|
3930
346
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3931
347
|
|
|
3932
|
-
|
|
348
|
+
# [5.0.0-alpha.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.59...@patternfly/react-code-editor@5.0.0-alpha.60) (2023-04-07)
|
|
3933
349
|
|
|
3934
350
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3935
351
|
|
|
3936
|
-
|
|
352
|
+
# [5.0.0-alpha.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.58...@patternfly/react-code-editor@5.0.0-alpha.59) (2023-04-06)
|
|
3937
353
|
|
|
3938
354
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3939
355
|
|
|
3940
|
-
|
|
356
|
+
# [5.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.57...@patternfly/react-code-editor@5.0.0-alpha.58) (2023-04-05)
|
|
3941
357
|
|
|
3942
358
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3943
359
|
|
|
3944
|
-
|
|
360
|
+
# [5.0.0-alpha.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.56...@patternfly/react-code-editor@5.0.0-alpha.57) (2023-04-05)
|
|
3945
361
|
|
|
3946
362
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3947
363
|
|
|
3948
|
-
|
|
364
|
+
# [5.0.0-alpha.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.55...@patternfly/react-code-editor@5.0.0-alpha.56) (2023-04-05)
|
|
3949
365
|
|
|
3950
366
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3951
367
|
|
|
3952
|
-
|
|
368
|
+
# [5.0.0-alpha.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.54...@patternfly/react-code-editor@5.0.0-alpha.55) (2023-04-05)
|
|
3953
369
|
|
|
3954
370
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3955
371
|
|
|
3956
|
-
|
|
372
|
+
# [5.0.0-alpha.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.53...@patternfly/react-code-editor@5.0.0-alpha.54) (2023-04-05)
|
|
3957
373
|
|
|
3958
374
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3959
375
|
|
|
3960
|
-
|
|
376
|
+
# [5.0.0-alpha.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.52...@patternfly/react-code-editor@5.0.0-alpha.53) (2023-04-04)
|
|
3961
377
|
|
|
3962
378
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3963
379
|
|
|
3964
|
-
|
|
380
|
+
# [5.0.0-alpha.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.51...@patternfly/react-code-editor@5.0.0-alpha.52) (2023-04-03)
|
|
3965
381
|
|
|
3966
382
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3967
383
|
|
|
3968
|
-
|
|
384
|
+
# [5.0.0-alpha.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.50...@patternfly/react-code-editor@5.0.0-alpha.51) (2023-03-27)
|
|
3969
385
|
|
|
3970
386
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3971
387
|
|
|
3972
|
-
|
|
388
|
+
# 5.0.0-alpha.50 (2023-03-27)
|
|
3973
389
|
|
|
3974
390
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3975
391
|
|
|
3976
|
-
|
|
392
|
+
# [5.0.0-alpha.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.48...@patternfly/react-code-editor@5.0.0-alpha.49) (2023-03-24)
|
|
3977
393
|
|
|
3978
394
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3979
395
|
|
|
3980
|
-
|
|
396
|
+
# [5.0.0-alpha.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.47...@patternfly/react-code-editor@5.0.0-alpha.48) (2023-03-24)
|
|
3981
397
|
|
|
3982
398
|
### Bug Fixes
|
|
3983
399
|
|
|
3984
|
-
- **
|
|
3985
|
-
|
|
3986
|
-
## [4.2.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.17...@patternfly/react-code-editor@4.2.18) (2021-04-01)
|
|
3987
|
-
|
|
3988
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3989
|
-
|
|
3990
|
-
## [4.2.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.16...@patternfly/react-code-editor@4.2.17) (2021-03-29)
|
|
3991
|
-
|
|
3992
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3993
|
-
|
|
3994
|
-
## [4.2.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.15...@patternfly/react-code-editor@4.2.16) (2021-03-26)
|
|
3995
|
-
|
|
3996
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
3997
|
-
|
|
3998
|
-
## [4.2.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.14...@patternfly/react-code-editor@4.2.15) (2021-03-26)
|
|
3999
|
-
|
|
4000
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4001
|
-
|
|
4002
|
-
## [4.2.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.13...@patternfly/react-code-editor@4.2.14) (2021-03-26)
|
|
4003
|
-
|
|
4004
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4005
|
-
|
|
4006
|
-
## [4.2.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.12...@patternfly/react-code-editor@4.2.13) (2021-03-26)
|
|
4007
|
-
|
|
4008
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4009
|
-
|
|
4010
|
-
## [4.2.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.2.11...@patternfly/react-code-editor@4.2.12) (2021-03-25)
|
|
4011
|
-
|
|
4012
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
400
|
+
- **CodeEditor:** fix typo in README ([#8849](https://github.com/patternfly/patternfly-react/issues/8849)) ([4579484](https://github.com/patternfly/patternfly-react/commit/4579484257d866e75b22325349f19940fb17c631))
|
|
4013
401
|
|
|
4014
|
-
|
|
402
|
+
# [5.0.0-alpha.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.46...@patternfly/react-code-editor@5.0.0-alpha.47) (2023-03-24)
|
|
4015
403
|
|
|
4016
404
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4017
405
|
|
|
4018
|
-
|
|
406
|
+
# [5.0.0-alpha.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.45...@patternfly/react-code-editor@5.0.0-alpha.46) (2023-03-24)
|
|
4019
407
|
|
|
4020
408
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4021
409
|
|
|
4022
|
-
|
|
410
|
+
# [5.0.0-alpha.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.44...@patternfly/react-code-editor@5.0.0-alpha.45) (2023-03-23)
|
|
4023
411
|
|
|
4024
412
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4025
413
|
|
|
4026
|
-
|
|
414
|
+
# [5.0.0-alpha.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.43...@patternfly/react-code-editor@5.0.0-alpha.44) (2023-03-23)
|
|
4027
415
|
|
|
4028
416
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4029
417
|
|
|
4030
|
-
|
|
418
|
+
# [5.0.0-alpha.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.42...@patternfly/react-code-editor@5.0.0-alpha.43) (2023-03-22)
|
|
4031
419
|
|
|
4032
420
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4033
421
|
|
|
4034
|
-
|
|
422
|
+
# 5.0.0-alpha.42 (2023-03-21)
|
|
4035
423
|
|
|
4036
424
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4037
425
|
|
|
4038
|
-
|
|
426
|
+
# [5.0.0-alpha.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.40...@patternfly/react-code-editor@5.0.0-alpha.41) (2023-03-20)
|
|
4039
427
|
|
|
4040
428
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4041
429
|
|
|
4042
|
-
|
|
430
|
+
# [5.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.39...@patternfly/react-code-editor@5.0.0-alpha.40) (2023-03-18)
|
|
4043
431
|
|
|
4044
432
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4045
433
|
|
|
4046
|
-
|
|
434
|
+
# [5.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.38...@patternfly/react-code-editor@5.0.0-alpha.39) (2023-03-17)
|
|
4047
435
|
|
|
4048
436
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4049
437
|
|
|
4050
|
-
|
|
438
|
+
# [5.0.0-alpha.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.37...@patternfly/react-code-editor@5.0.0-alpha.38) (2023-03-17)
|
|
4051
439
|
|
|
4052
440
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4053
441
|
|
|
4054
|
-
|
|
442
|
+
# [5.0.0-alpha.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.36...@patternfly/react-code-editor@5.0.0-alpha.37) (2023-03-17)
|
|
4055
443
|
|
|
4056
444
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4057
445
|
|
|
4058
|
-
# [
|
|
4059
|
-
|
|
4060
|
-
### Features
|
|
4061
|
-
|
|
4062
|
-
- **CodeEditor:** Make 'code' prop controlled ([#5465](https://github.com/patternfly/patternfly-react/issues/5465)) ([613dec6](https://github.com/patternfly/patternfly-react/commit/613dec6d46ed0c08bc9e445a0a16bf6b6bb56bd1))
|
|
4063
|
-
|
|
4064
|
-
## [4.1.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.1.33...@patternfly/react-code-editor@4.1.34) (2021-03-04)
|
|
446
|
+
# [5.0.0-alpha.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.35...@patternfly/react-code-editor@5.0.0-alpha.36) (2023-03-17)
|
|
4065
447
|
|
|
4066
448
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4067
449
|
|
|
4068
|
-
|
|
450
|
+
# [5.0.0-alpha.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.34...@patternfly/react-code-editor@5.0.0-alpha.35) (2023-03-15)
|
|
4069
451
|
|
|
4070
452
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4071
453
|
|
|
4072
|
-
|
|
454
|
+
# [5.0.0-alpha.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.33...@patternfly/react-code-editor@5.0.0-alpha.34) (2023-03-15)
|
|
4073
455
|
|
|
4074
456
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4075
457
|
|
|
4076
|
-
|
|
458
|
+
# [5.0.0-alpha.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.32...@patternfly/react-code-editor@5.0.0-alpha.33) (2023-03-13)
|
|
4077
459
|
|
|
4078
|
-
|
|
460
|
+
- EmptyState component cleanup to match core implementation (#8737) ([40dd9ad](https://github.com/patternfly/patternfly-react/commit/40dd9ad4b2ab32887c2f72a10eb78f2c4ee5ac4b)), closes [#8737](https://github.com/patternfly/patternfly-react/issues/8737) [#8555](https://github.com/patternfly/patternfly-react/issues/8555)
|
|
4079
461
|
|
|
4080
|
-
|
|
462
|
+
### BREAKING CHANGES
|
|
4081
463
|
|
|
4082
|
-
|
|
464
|
+
- closes #8555, fixes #8455
|
|
4083
465
|
|
|
4084
|
-
|
|
466
|
+
- docs(EmptyState): updated examples
|
|
4085
467
|
|
|
4086
|
-
|
|
468
|
+
updated examples of EmptyState usage on the PatternFly web to use new API
|
|
4087
469
|
|
|
4088
|
-
|
|
470
|
+
# [5.0.0-alpha.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.31...@patternfly/react-code-editor@5.0.0-alpha.32) (2023-03-13)
|
|
4089
471
|
|
|
4090
472
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4091
473
|
|
|
4092
|
-
|
|
474
|
+
# [5.0.0-alpha.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.30...@patternfly/react-code-editor@5.0.0-alpha.31) (2023-03-10)
|
|
4093
475
|
|
|
4094
476
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4095
477
|
|
|
4096
|
-
|
|
478
|
+
# [5.0.0-alpha.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.29...@patternfly/react-code-editor@5.0.0-alpha.30) (2023-03-09)
|
|
4097
479
|
|
|
4098
480
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4099
481
|
|
|
4100
|
-
|
|
482
|
+
# [5.0.0-alpha.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.28...@patternfly/react-code-editor@5.0.0-alpha.29) (2023-03-09)
|
|
4101
483
|
|
|
4102
484
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4103
485
|
|
|
4104
|
-
|
|
486
|
+
# [5.0.0-alpha.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.27...@patternfly/react-code-editor@5.0.0-alpha.28) (2023-03-09)
|
|
4105
487
|
|
|
4106
488
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4107
489
|
|
|
4108
|
-
|
|
490
|
+
# [5.0.0-alpha.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.26...@patternfly/react-code-editor@5.0.0-alpha.27) (2023-03-08)
|
|
4109
491
|
|
|
4110
492
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4111
493
|
|
|
4112
|
-
|
|
494
|
+
# [5.0.0-alpha.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.25...@patternfly/react-code-editor@5.0.0-alpha.26) (2023-03-07)
|
|
4113
495
|
|
|
4114
496
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4115
497
|
|
|
4116
|
-
|
|
498
|
+
# [5.0.0-alpha.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.24...@patternfly/react-code-editor@5.0.0-alpha.25) (2023-03-04)
|
|
4117
499
|
|
|
4118
500
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4119
501
|
|
|
4120
|
-
|
|
502
|
+
# [5.0.0-alpha.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.23...@patternfly/react-code-editor@5.0.0-alpha.24) (2023-03-03)
|
|
4121
503
|
|
|
4122
504
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4123
505
|
|
|
4124
|
-
|
|
506
|
+
# [5.0.0-alpha.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.22...@patternfly/react-code-editor@5.0.0-alpha.23) (2023-03-03)
|
|
4125
507
|
|
|
4126
508
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4127
509
|
|
|
4128
|
-
|
|
510
|
+
# [5.0.0-alpha.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.21...@patternfly/react-code-editor@5.0.0-alpha.22) (2023-03-02)
|
|
4129
511
|
|
|
4130
512
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4131
513
|
|
|
4132
|
-
|
|
514
|
+
# [5.0.0-alpha.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.20...@patternfly/react-code-editor@5.0.0-alpha.21) (2023-03-02)
|
|
4133
515
|
|
|
4134
516
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4135
517
|
|
|
4136
|
-
|
|
518
|
+
# 5.0.0-alpha.20 (2023-03-02)
|
|
4137
519
|
|
|
4138
520
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4139
521
|
|
|
4140
|
-
|
|
522
|
+
# [5.0.0-alpha.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.18...@patternfly/react-code-editor@5.0.0-alpha.19) (2023-03-01)
|
|
4141
523
|
|
|
4142
524
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4143
525
|
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
526
|
+
# [5.0.0-alpha.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.17...@patternfly/react-code-editor@5.0.0-alpha.18) (2023-03-01)
|
|
4147
527
|
|
|
4148
|
-
|
|
528
|
+
### Features
|
|
4149
529
|
|
|
4150
|
-
**
|
|
530
|
+
- **Checkbox:** changed order of onChange params ([#8750](https://github.com/patternfly/patternfly-react/issues/8750)) ([0a87f55](https://github.com/patternfly/patternfly-react/commit/0a87f554e4cf3abb99de8f2ccd53737f0cf489b1))
|
|
4151
531
|
|
|
4152
|
-
|
|
532
|
+
# [5.0.0-alpha.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.16...@patternfly/react-code-editor@5.0.0-alpha.17) (2023-03-01)
|
|
4153
533
|
|
|
4154
534
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4155
535
|
|
|
4156
|
-
|
|
536
|
+
# [5.0.0-alpha.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.15...@patternfly/react-code-editor@5.0.0-alpha.16) (2023-02-28)
|
|
4157
537
|
|
|
4158
538
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4159
539
|
|
|
4160
|
-
|
|
540
|
+
# [5.0.0-alpha.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.14...@patternfly/react-code-editor@5.0.0-alpha.15) (2023-02-27)
|
|
4161
541
|
|
|
4162
542
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4163
543
|
|
|
4164
|
-
|
|
544
|
+
# 5.0.0-alpha.14 (2023-02-22)
|
|
4165
545
|
|
|
4166
546
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4167
547
|
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
### Bug Fixes
|
|
4171
|
-
|
|
4172
|
-
- **codeeditor:** copy to clipboard button can now be enabled solo 🥰 ([#5411](https://github.com/patternfly/patternfly-react/issues/5411)) ([c409239](https://github.com/patternfly/patternfly-react/commit/c409239f408f57dbd2cef7ac8482321de1abf947))
|
|
4173
|
-
|
|
4174
|
-
## [4.1.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.1.6...@patternfly/react-code-editor@4.1.7) (2021-02-02)
|
|
548
|
+
# [5.0.0-alpha.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.12...@patternfly/react-code-editor@5.0.0-alpha.13) (2023-02-16)
|
|
4175
549
|
|
|
4176
550
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4177
551
|
|
|
4178
|
-
|
|
552
|
+
# [5.0.0-alpha.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.11...@patternfly/react-code-editor@5.0.0-alpha.12) (2023-02-15)
|
|
4179
553
|
|
|
4180
554
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4181
555
|
|
|
4182
|
-
|
|
556
|
+
# [5.0.0-alpha.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.10...@patternfly/react-code-editor@5.0.0-alpha.11) (2023-02-10)
|
|
4183
557
|
|
|
4184
558
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4185
559
|
|
|
4186
|
-
|
|
560
|
+
# [5.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.9...@patternfly/react-code-editor@5.0.0-alpha.10) (2023-02-10)
|
|
4187
561
|
|
|
4188
562
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4189
563
|
|
|
4190
|
-
|
|
564
|
+
# [5.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.8...@patternfly/react-code-editor@5.0.0-alpha.9) (2023-02-09)
|
|
4191
565
|
|
|
4192
566
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4193
567
|
|
|
4194
|
-
|
|
568
|
+
# [5.0.0-alpha.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.7...@patternfly/react-code-editor@5.0.0-alpha.8) (2023-02-08)
|
|
4195
569
|
|
|
4196
570
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4197
571
|
|
|
4198
|
-
|
|
572
|
+
# [5.0.0-alpha.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.6...@patternfly/react-code-editor@5.0.0-alpha.7) (2023-02-08)
|
|
4199
573
|
|
|
4200
574
|
**Note:** Version bump only for package @patternfly/react-code-editor
|
|
4201
|
-
|
|
4202
|
-
# 4.1.0 (2021-01-25)
|
|
4203
|
-
|
|
4204
|
-
### Features
|
|
4205
|
-
|
|
4206
|
-
- **CodeEditor:** add new code editor ([#5294](https://github.com/patternfly/patternfly-react/issues/5294)) ([1c36ce3](https://github.com/patternfly/patternfly-react/commit/1c36ce36912e146f28a998e861ff8887f3ff9eb1))
|