forked from wcm-io/io.wcm.caconfig.editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.xml
291 lines (263 loc) · 11.5 KB
/
changes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
wcm.io
%%
Copyright (C) 2016 wcm.io
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
#L%
-->
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>
<release version="1.10.0" date="2022-01-25">
<action type="add" dev="sseifert">
Add possibility to provide dynamic root path via PathBrowserRootPathProvider service interface.
</action>
<action type="update" dev="sseifert" issue="WCON-83">
Switch to Coral UI 3 pathfield component for pathbrowser widget.
</action>
</release>
<release version="1.9.0" date="2022-01-13">
<action type="add" dev="sseifert" issue="WCON-89">
Add additional "Manage Publication" button as alternative to "Quick Publish".
</action>
<action type="add" dev="sseifert">
Add possibility to provide dynamic list of dropdown options via DropdownOptionProvider service interface.
</action>
<action type="update" dev="sseifert">
Use Jackson instead of Sling Commons JSON for JSON processing.
</action>
<action type="update" dev="sseifert">
Add favicon to editor page.
</action>
<action type="update" dev="sseifert">
Switch to AEM 6.5 as minimum version.
</action>
<action type="fix" dev="sseifert">
Dropdown widget: Do not auto-select an option in editor if no option was saved previously.
</action>
<action type="fix" dev="sseifert">
Fix displaying message text in info/error popup dialogs.
</action>
<action type="fix" dev="sseifert">
Fix jQuery JS warning about unclosed textarea element.
</action>
</release>
<release version="1.8.6" date="2021-08-16">
<action type="fix" dev="sseifert">
Ensure a context-aware configuration appears in configuration overview in editor when it is overridden only globally, and no config data exists.
</action>
<action type="fix" dev="srikanthgurramaldisued">
Values entered in caconfig editor text fields should not be trimmed automatically.
</action>
</release>
<release version="1.8.2" date="2021-05-25">
<action type="update" dev="dding" issue="WCON-72">
Migrate front-end editor components to CoralUI 3 and remove dependency on CoralUI 2.
</action>
<action type="update" dev="dding" issue="WCON-84">
Update embedded angularjs libraries from 1.6.9 to 1.8.2; adjust bindonce (replace deprecated angular function).
</action>
<action type="update" dev="sseifert" issue="WTOOL-72">
Add sling-initial-content-transform-maven-plugin to alternatively allow to deploy OSGi bundle and content as content package separately in AEMaaCS.
</action>
</release>
<release version="1.8.0" date="2021-01-17">
<action type="update" dev="sseifert">
Switch to AEM 6.4 as minimum version.
</action>
<action type="update" dev="sseifert">
Switch to individual OSGi artifacts with compile dependency instead of osgi.core and osgi.cmpn with provided dependency.
</action>
</release>
<release version="1.7.6" date="2020-12-21">
<action type="fix" dev="sseifert" issue="WCON-80">
Ensure servlet context path is respected.
</action>
</release>
<release version="1.7.4" date="2020-07-10">
<action type="fix" dev="sseifert" issue="WCON-78">
Remove longCacheKey for client libraries (only used on AEM Author) - may lead to problems in AEM cloud service.
</action>
</release>
<release version="1.7.2" date="2020-06-28">
<action type="fix" dev="dding" issue="WCON-74">
Fix: Local storage caching prevents displaying new parameters correctly.
</action>
<action type="fix" dev="dding" issue="WCON-77">
Fix: Cannot edit item after adding if we run into item Lazy loading.
</action>
</release>
<release version="1.7.0" date="2020-01-30">
<action type="add" dev="santiagozky" issue="WCON-31">
Add "textarea" widget type for string parameters.
</action>
<action type="update" dev="sseifert">
Switch to AEM 6.3 as minimum version.
</action>
</release>
<release version="1.6.2" date="2019-12-16">
<action type="update" dev="aratijena">
Move clientlibs from /etc/clientlibs/wcm-io/caconfig/editor to /apps/wcm-io/caconfig/editor/clientlibs.
</action>
</release>
<release version="1.6.0" date="2019-08-12">
<action type="add" dev="sseifert" issue="WCON-48">
Add new editor widget type "dropdown".
</action>
<action type="update" dev="dding" issue="WCON-68">
Add icons as visual indication of configuration inheritance state in overview.
</action>
<action type="fix" dev="sseifert">
Use AEM UI language instead of content language for Editor UI translation.
</action>
</release>
<release version="1.5.0" date="2019-05-09">
<action type="update" dev="dding" issue="WCON-66">
Allow to overwrite inherited string properties with empty strings.
</action>
<action type="update" dev="sseifert">
Switch to AEM 6.2 as minimum version.
</action>
<action type="fix" dev="dding" issue="WCON-67">
Configuration Editor Header Bar looks broken in AEM 6.4 SP3 and AEM 6.5.
</action>
<action type="fix" dev="dding" issue="WCON-65">
Editor binds click actions of first item in collection to every item.
</action>
<action type="fix" dev="dding" issue="WCON-64">
Multiple editor reloads on a collection configuration breaks the editor.
</action>
<action type="fix" dev="dding" issue="WCON-60">
Collections of Collections break the editor.
</action>
<action type="fix" dev="dding" issue="WCON-71">
Validate decimal separator for double params.
</action>
<action type="fix" dev="sseifert" issue="WCON-63">
Make sure jcr:content node names does not appear multiple times for deeply nested collections.
</action>
</release>
<release version="1.4.0" date="2019-02-22">
<action type="add" dev="sseifert">
Allow to filter configurations that are allowed to add for specific content tree via ConfigurationEditorFilter context-aware services interface.
</action>
<action type="update" dev="sseifert">
Add configuration dialog: Make select box wider to display configurations with long names.
</action>
<action type="update" dev="sseifert">
Add configuration dialog: Sort configuration entries by label, not by internal name.
</action>
</release>
<release version="1.3.2" date="2018-08-30">
<action type="fix" dev="sseifert" issue="WCON-57">
Use correct editor page path for "Publish this page" button.
</action>
<action type="update" dev="sseifert">
Add Jetbrains NotNull/Nullable annotations to API.
</action>
</release>
<release version="1.3.0" date="2018-05-04">
<action type="update" dev="dding" issue="WCON-38">
Add "publish this page" button.
</action>
<action type="update" dev="dding" issue="WCON-47">
Update embedded AngularJS version and remove underscore/lodash dependency.
</action>
<action type="update" dev="dding">
Usability improvements for configuration lists with huge number of entries.
</action>
<action type="update" dev="sseifert" issue="WCON-52">
Set hideInNav=true by default for editor template pages.
</action>
<action type="fix" dev="sseifert" issue="WCON-54">
Fix building for config path for nested configuration collections.
</action>
</release>
<release version="1.2.12" date="2018-02-05">
<action type="update" dev="sseifert" issue="WCON-47">
Include angularjs lib to make editor runnable in AEM 6.4.
</action>
<action type="fix" dev="sseifert">
Fix invalid path in clientlib definition.
</action>
</release>
<release version="1.2.10" date="2017-11-27">
<action type="fix" dev="dding">
Fix unwanted duplication of values in large collection item preview.
</action>
<action type="fix" dev="dding">
Display inherited properties' effectiveValue in large collection item preview.
</action>
</release>
<release version="1.2.8" date="2017-11-13">
<action type="fix" dev="dding" issue="WCON-40">
Fix missing separator in path display.
</action>
<action type="fix" dev="dding">
Fix performance problems with very long configuration lists (>>100) esp. in MS IE/Edge.
</action>
</release>
<release version="1.2.6" date="2017-09-22">
<action type="fix" dev="dding" issue="WCON-33">
Fix styling issues with CoralUI between AEM 6.1, 6.2 and 6.3.
</action>
</release>
<release version="1.2.4" date="2017-07-19">
<action type="update" dev="sseifert">
Update to CAConfig Impl 1.4 to use ConfigurationData.isInherited for collection item inheritance check.
</action>
<action type="update" dev="dding" issue="WCON-34">
Display of inherited singleton configurations without property inheritance misleading.
</action>
<action type="update" dev="dding" issue="WCON-35">
Configuration editor: Disable add/save buttons when no context path detected.
</action>
<action type="update" dev="sseifert">
Editor package: Include bundles for Sling Context-Aware Configuration.
</action>
</release>
<release version="1.2.2" date="2017-05-02">
<action type="fix" dev="sseifert" issue="WCON-27">
Fix config name path building for nested config collection inside config collection item.
</action>
<action type="fix" dev="dding" issue="WCON-30">
Fix handling of collection items inherited via collection inheritance.
</action>
</release>
<release version="1.2.0" date="2017-04-07">
<action type="add" dev="rbrouns" issue="WCON-24">
Add support for pathbrowser widget.
</action>
<action type="update" dev="sseifert">
Keep compatible with Sling Models versions available in AEM 6.1 OOTB.
</action>
</release>
<release version="1.1.0" date="2017-04-04">
<action type="fix" dev="dding" issue="WCON-25">
Show proper error message when write access to repository is denied.
</action>
<action type="fix" dev="dding" issue="WCON-26">
Config Editor: Default values are not displayed.
</action>
<action type="update" dev="sseifert">
Depend on Sling Context-Aware Configuration SPI and Impl 1.3.
</action>
</release>
<release version="1.0.0" date="2017-03-20">
<action type="add" dev="sseifert">
Initial release.
</action>
</release>
</body>
</document>