@jahia/data-helper 1.1.16 β 1.1.18
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 +6 -626
- package/CHANGELOG.old.md +631 -0
- package/dist/esm/fragments/PredefinedFragments.js +1 -1
- package/dist/esm/fragments/PredefinedFragments.js.map +1 -1
- package/dist/esm/hooks/useNodeChecks/useNodeChecks.js +18 -5
- package/dist/esm/hooks/useNodeChecks/useNodeChecks.js.map +1 -1
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.gql-queries.js +12 -9
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.gql-queries.js.map +1 -1
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.js +26 -2
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.js.map +1 -1
- package/dist/js/fragments/PredefinedFragments.js +1 -1
- package/dist/js/fragments/PredefinedFragments.js.map +1 -1
- package/dist/js/hooks/useNodeChecks/useNodeChecks.js +18 -5
- package/dist/js/hooks/useNodeChecks/useNodeChecks.js.map +1 -1
- package/dist/js/hooks/useNodeInfo/useNodeInfo.gql-queries.js +13 -10
- package/dist/js/hooks/useNodeInfo/useNodeInfo.gql-queries.js.map +1 -1
- package/dist/js/hooks/useNodeInfo/useNodeInfo.js +25 -1
- package/dist/js/hooks/useNodeInfo/useNodeInfo.js.map +1 -1
- package/dist/types/hooks/useNodeChecks/useNodeChecks.d.ts +1 -0
- package/dist/types/hooks/useNodeInfo/useNodeInfo.gql-queries.d.ts +4 -1
- package/package.json +11 -8
- package/.autorc +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,631 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @jahia/data-helper Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## 1.1.18
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
* Allow to map checksResult to individual nodes (#346)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## 1.1.17
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
* Republished the previous version with a provenance certificate. (#334)
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
# v1.1.15 (Mon Nov 24 2025)
|
|
14
|
-
|
|
15
|
-
#### π Bug Fix
|
|
16
|
-
|
|
17
|
-
- fix: Remove usage of introspection query SCHEMA_FIELDS_QUERY [#321](https://github.com/Jahia/javascript-components/pull/321) ([@gflores-jahia](https://github.com/gflores-jahia))
|
|
18
|
-
- chore: Tech day updates [#298](https://github.com/Jahia/javascript-components/pull/298) ([@gflores-jahia](https://github.com/gflores-jahia))
|
|
19
|
-
|
|
20
|
-
#### Authors: 1
|
|
21
|
-
|
|
22
|
-
- Geofrey Flores ([@gflores-jahia](https://github.com/gflores-jahia))
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
# v1.1.14 (Wed Sep 11 2024)
|
|
27
|
-
|
|
28
|
-
#### π Bug Fix
|
|
29
|
-
|
|
30
|
-
- QA-15174 Make view prop nullable in preview query [#272](https://github.com/Jahia/javascript-components/pull/272) ([@r3dm1ke](https://github.com/r3dm1ke))
|
|
31
|
-
|
|
32
|
-
#### Authors: 1
|
|
33
|
-
|
|
34
|
-
- Michael Krasnov ([@r3dm1ke](https://github.com/r3dm1ke))
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
# (Tue Jul 30 2024)
|
|
39
|
-
|
|
40
|
-
#### π Bug Fix
|
|
41
|
-
|
|
42
|
-
- BACKLOG-23059 Added `lockInfo` to node info query [#268](https://github.com/Jahia/javascript-components/pull/268) ([@r3dm1ke](https://github.com/r3dm1ke))
|
|
43
|
-
|
|
44
|
-
#### Authors: 1
|
|
45
|
-
|
|
46
|
-
- Michael Krasnov ([@r3dm1ke](https://github.com/r3dm1ke))
|
|
47
|
-
|
|
48
|
-
---
|
|
49
|
-
|
|
50
|
-
# (Wed Mar 27 2024)
|
|
51
|
-
|
|
52
|
-
#### π Bug Fix
|
|
53
|
-
|
|
54
|
-
- BACKLOG-22172 Add option to supply fragment [#260](https://github.com/Jahia/javascript-components/pull/260) ([@AKarmanov](https://github.com/AKarmanov))
|
|
55
|
-
|
|
56
|
-
#### Authors: 1
|
|
57
|
-
|
|
58
|
-
- Alex Karmanov ([@AKarmanov](https://github.com/AKarmanov))
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
# (Wed Mar 27 2024)
|
|
63
|
-
|
|
64
|
-
#### π Bug Fix
|
|
65
|
-
|
|
66
|
-
- BACKLOG-22172 Add option to supply fragment [#260](https://github.com/Jahia/javascript-components/pull/260) ([@AKarmanov](https://github.com/AKarmanov))
|
|
67
|
-
|
|
68
|
-
#### Authors: 1
|
|
69
|
-
|
|
70
|
-
- Alex Karmanov ([@AKarmanov](https://github.com/AKarmanov))
|
|
71
|
-
|
|
72
|
-
---
|
|
73
|
-
|
|
74
|
-
# (Thu Feb 08 2024)
|
|
75
|
-
|
|
76
|
-
#### π Bug Fix
|
|
77
|
-
|
|
78
|
-
- Revert data-helper version [#259](https://github.com/Jahia/javascript-components/pull/259) ([@gflores-jahia](https://github.com/gflores-jahia))
|
|
79
|
-
- SUP-383 Fail useNodeInfo gracefully, propagate error message [#258](https://github.com/Jahia/javascript-components/pull/258) ([@AKarmanov](https://github.com/AKarmanov))
|
|
80
|
-
|
|
81
|
-
#### Authors: 2
|
|
82
|
-
|
|
83
|
-
- Alex Karmanov ([@AKarmanov](https://github.com/AKarmanov))
|
|
84
|
-
- Geofrey Flores ([@gflores-jahia](https://github.com/gflores-jahia))
|
|
85
|
-
|
|
86
|
-
---
|
|
87
|
-
|
|
88
|
-
# (Tue Dec 19 2023)
|
|
89
|
-
|
|
90
|
-
#### π Bug Fix
|
|
91
|
-
|
|
92
|
-
- QA-15005: Invert tests for hideOnExternal [#257](https://github.com/Jahia/javascript-components/pull/257) ([@cedmail](https://github.com/cedmail))
|
|
93
|
-
|
|
94
|
-
#### Authors: 1
|
|
95
|
-
|
|
96
|
-
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
# (Tue Dec 19 2023)
|
|
101
|
-
|
|
102
|
-
#### π Bug Fix
|
|
103
|
-
|
|
104
|
-
- QA-15005: Add isExternal into useNodeChecks uuid query [#256](https://github.com/Jahia/javascript-components/pull/256) ([@cedmail](https://github.com/cedmail))
|
|
105
|
-
|
|
106
|
-
#### Authors: 1
|
|
107
|
-
|
|
108
|
-
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
109
|
-
|
|
110
|
-
---
|
|
111
|
-
|
|
112
|
-
# (Tue Dec 19 2023)
|
|
113
|
-
|
|
114
|
-
#### π Bug Fix
|
|
115
|
-
|
|
116
|
-
- QA-15005: Add isExternal into useNodeChecks [#255](https://github.com/Jahia/javascript-components/pull/255) ([@cedmail](https://github.com/cedmail))
|
|
117
|
-
|
|
118
|
-
#### Authors: 1
|
|
119
|
-
|
|
120
|
-
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
121
|
-
|
|
122
|
-
---
|
|
123
|
-
|
|
124
|
-
# (Mon Nov 27 2023)
|
|
125
|
-
|
|
126
|
-
#### π Bug Fix
|
|
127
|
-
|
|
128
|
-
- BACKLOG-21921: Fixed invalid merge with subNodesCount [#254](https://github.com/Jahia/javascript-components/pull/254) ([@tdraier](https://github.com/tdraier))
|
|
129
|
-
|
|
130
|
-
#### Authors: 1
|
|
131
|
-
|
|
132
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
133
|
-
|
|
134
|
-
---
|
|
135
|
-
|
|
136
|
-
# (Fri Nov 17 2023)
|
|
137
|
-
|
|
138
|
-
#### π Bug Fix
|
|
139
|
-
|
|
140
|
-
- BACKLOG-20677: return languages in their own locale, displayLanguage or newly added uiLanguage if requested [#253](https://github.com/Jahia/javascript-components/pull/253) ([@cedmail](https://github.com/cedmail))
|
|
141
|
-
|
|
142
|
-
#### Authors: 1
|
|
143
|
-
|
|
144
|
-
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
145
|
-
|
|
146
|
-
---
|
|
147
|
-
|
|
148
|
-
# (Tue Sep 12 2023)
|
|
149
|
-
|
|
150
|
-
#### π Bug Fix
|
|
151
|
-
|
|
152
|
-
- BACKLOG-21525: fixed query refetch [#252](https://github.com/Jahia/javascript-components/pull/252) ([@tdraier](https://github.com/tdraier))
|
|
153
|
-
|
|
154
|
-
#### Authors: 1
|
|
155
|
-
|
|
156
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
157
|
-
|
|
158
|
-
---
|
|
159
|
-
|
|
160
|
-
# (Tue May 30 2023)
|
|
161
|
-
|
|
162
|
-
#### π Bug Fix
|
|
163
|
-
|
|
164
|
-
- BACKLOG-21054: Fix legacy picker for vanity urls [#247](https://github.com/Jahia/javascript-components/pull/247) ([@gflores-jahia](https://github.com/gflores-jahia))
|
|
165
|
-
|
|
166
|
-
#### Authors: 1
|
|
167
|
-
|
|
168
|
-
- Geofrey Flores ([@gflores-jahia](https://github.com/gflores-jahia))
|
|
169
|
-
|
|
170
|
-
---
|
|
171
|
-
|
|
172
|
-
# (Thu May 25 2023)
|
|
173
|
-
|
|
174
|
-
#### π Bug Fix
|
|
175
|
-
|
|
176
|
-
- TECH-233: Removed unused dependency [#246](https://github.com/Jahia/javascript-components/pull/246) ([@tdraier](https://github.com/tdraier))
|
|
177
|
-
|
|
178
|
-
#### Authors: 1
|
|
179
|
-
|
|
180
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
181
|
-
|
|
182
|
-
---
|
|
183
|
-
|
|
184
|
-
# (Wed May 24 2023)
|
|
185
|
-
|
|
186
|
-
#### π Bug Fix
|
|
187
|
-
|
|
188
|
-
- QA-14773: Return result from cache if available [#245](https://github.com/Jahia/javascript-components/pull/245) ([@tdraier](https://github.com/tdraier))
|
|
189
|
-
|
|
190
|
-
#### Authors: 1
|
|
191
|
-
|
|
192
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
193
|
-
|
|
194
|
-
---
|
|
195
|
-
|
|
196
|
-
# (Wed May 24 2023)
|
|
197
|
-
|
|
198
|
-
#### π Enhancement
|
|
199
|
-
|
|
200
|
-
- TECH-233: Convert package to typescript [#243](https://github.com/Jahia/javascript-components/pull/243) ([@tdraier](https://github.com/tdraier))
|
|
201
|
-
|
|
202
|
-
#### Authors: 1
|
|
203
|
-
|
|
204
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
205
|
-
|
|
206
|
-
---
|
|
207
|
-
|
|
208
|
-
# (Wed May 24 2023)
|
|
209
|
-
|
|
210
|
-
#### π Bug Fix
|
|
211
|
-
|
|
212
|
-
- QA-14773: ensure we return loading : true if query has changed [#244](https://github.com/Jahia/javascript-components/pull/244) ([@cedmail](https://github.com/cedmail))
|
|
213
|
-
- TECH-233: Convert package to typescript [#237](https://github.com/Jahia/javascript-components/pull/237) ([@tdraier](https://github.com/tdraier))
|
|
214
|
-
|
|
215
|
-
#### Authors: 2
|
|
216
|
-
|
|
217
|
-
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
218
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
219
|
-
|
|
220
|
-
---
|
|
221
|
-
|
|
222
|
-
# (Thu Apr 20 2023)
|
|
223
|
-
|
|
224
|
-
#### π Bug Fix
|
|
225
|
-
|
|
226
|
-
- Fix linter issues [#234](https://github.com/Jahia/javascript-components/pull/234) ([@cedmail](https://github.com/cedmail))
|
|
227
|
-
- QA-14483: Add mimeTypes into useContentPreview to use when isFile is true [#233](https://github.com/Jahia/javascript-components/pull/233) ([@cedmail](https://github.com/cedmail))
|
|
228
|
-
|
|
229
|
-
#### Authors: 1
|
|
230
|
-
|
|
231
|
-
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
232
|
-
|
|
233
|
-
---
|
|
234
|
-
|
|
235
|
-
# (Fri Oct 28 2022)
|
|
236
|
-
|
|
237
|
-
#### π Bug Fix
|
|
238
|
-
|
|
239
|
-
- QA 14194 [#221](https://github.com/Jahia/javascript-components/pull/221) ([@tdraier](https://github.com/tdraier))
|
|
240
|
-
- QA-14194 Cherry pick code and update tests [#220](https://github.com/Jahia/javascript-components/pull/220) ([@tdraier](https://github.com/tdraier) [@AKarmanov](https://github.com/AKarmanov))
|
|
241
|
-
|
|
242
|
-
#### Authors: 2
|
|
243
|
-
|
|
244
|
-
- Alex Karmanov ([@AKarmanov](https://github.com/AKarmanov))
|
|
245
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
246
|
-
|
|
247
|
-
---
|
|
248
|
-
|
|
249
|
-
# (Tue Sep 06 2022)
|
|
250
|
-
|
|
251
|
-
#### π Bug Fix
|
|
252
|
-
|
|
253
|
-
- BACKLOG-19919: Remove unnecessary ref [#218](https://github.com/Jahia/javascript-components/pull/218) ([@tdraier](https://github.com/tdraier))
|
|
254
|
-
|
|
255
|
-
#### Authors: 1
|
|
256
|
-
|
|
257
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
258
|
-
|
|
259
|
-
---
|
|
260
|
-
|
|
261
|
-
# (Mon Sep 05 2022)
|
|
262
|
-
|
|
263
|
-
#### π Bug Fix
|
|
264
|
-
|
|
265
|
-
- BACKLOG-19919: Use descendants and recursion filter for useTreeEntries [#217](https://github.com/Jahia/javascript-components/pull/217) ([@tdraier](https://github.com/tdraier))
|
|
266
|
-
|
|
267
|
-
#### Authors: 1
|
|
268
|
-
|
|
269
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
270
|
-
|
|
271
|
-
---
|
|
272
|
-
|
|
273
|
-
# (Mon Mar 28 2022)
|
|
274
|
-
|
|
275
|
-
#### π Bug Fix
|
|
276
|
-
|
|
277
|
-
- TECH-320: Add missing cache fields [#210](https://github.com/Jahia/javascript-components/pull/210) ([@tdraier](https://github.com/tdraier))
|
|
278
|
-
|
|
279
|
-
#### Authors: 1
|
|
280
|
-
|
|
281
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
282
|
-
|
|
283
|
-
---
|
|
284
|
-
|
|
285
|
-
# (Thu Apr 29 2021)
|
|
286
|
-
|
|
287
|
-
#### π Bug Fix
|
|
288
|
-
|
|
289
|
-
- BACKLOG-15786 : Fixed site permission check [#195](https://github.com/Jahia/javascript-components/pull/195) ([@tdraier](https://github.com/tdraier))
|
|
290
|
-
|
|
291
|
-
#### Authors: 1
|
|
292
|
-
|
|
293
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
294
|
-
|
|
295
|
-
---
|
|
296
|
-
|
|
297
|
-
# (Wed Apr 21 2021)
|
|
298
|
-
|
|
299
|
-
#### π Bug Fix
|
|
300
|
-
|
|
301
|
-
- BACKLOG-15786: Check site permissions [#194](https://github.com/Jahia/javascript-components/pull/194) ([@tdraier](https://github.com/tdraier))
|
|
302
|
-
|
|
303
|
-
#### Authors: 1
|
|
304
|
-
|
|
305
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
306
|
-
|
|
307
|
-
---
|
|
308
|
-
|
|
309
|
-
# (Thu Mar 18 2021)
|
|
310
|
-
|
|
311
|
-
#### π Bug Fix
|
|
312
|
-
|
|
313
|
-
- QA-13567 Add-in the sortby functionality to use Tree Entries. [#191](https://github.com/Jahia/javascript-components/pull/191) ([@XiangYuHe](https://github.com/XiangYuHe))
|
|
314
|
-
|
|
315
|
-
#### Authors: 1
|
|
316
|
-
|
|
317
|
-
- [@XiangYuHe](https://github.com/XiangYuHe)
|
|
318
|
-
|
|
319
|
-
---
|
|
320
|
-
|
|
321
|
-
# (Mon Dec 14 2020)
|
|
322
|
-
|
|
323
|
-
#### π₯ Breaking Change
|
|
324
|
-
|
|
325
|
-
- Bump graphql/graphql-tag for webpack5 compilation [#182](https://github.com/Jahia/javascript-components/pull/182) ([@tdraier](https://github.com/tdraier))
|
|
326
|
-
|
|
327
|
-
#### Authors: 1
|
|
328
|
-
|
|
329
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
330
|
-
|
|
331
|
-
---
|
|
332
|
-
|
|
333
|
-
# (Wed Nov 04 2020)
|
|
334
|
-
|
|
335
|
-
#### π Bug Fix
|
|
336
|
-
|
|
337
|
-
- QA-13379: Avoid error if site does not exist [#177](https://github.com/Jahia/javascript-components/pull/177) ([@tdraier](https://github.com/tdraier))
|
|
338
|
-
|
|
339
|
-
#### Authors: 1
|
|
340
|
-
|
|
341
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
342
|
-
|
|
343
|
-
---
|
|
344
|
-
|
|
345
|
-
# (Tue Sep 08 2020)
|
|
346
|
-
|
|
347
|
-
#### π Bug Fix
|
|
348
|
-
|
|
349
|
-
- QA-13071: Ignore data fetching errors when getting site info [#169](https://github.com/Jahia/javascript-components/pull/169) ([@tdraier](https://github.com/tdraier))
|
|
350
|
-
- QA-13117: Ignore data fetching errors and just return no data [#166](https://github.com/Jahia/javascript-components/pull/166) ([@tdraier](https://github.com/tdraier))
|
|
351
|
-
|
|
352
|
-
#### Authors: 1
|
|
353
|
-
|
|
354
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
355
|
-
|
|
356
|
-
---
|
|
357
|
-
|
|
358
|
-
# (Wed Jul 29 2020)
|
|
359
|
-
|
|
360
|
-
#### π Bug Fix
|
|
361
|
-
|
|
362
|
-
- QA-13044 [#155](https://github.com/Jahia/javascript-components/pull/155) ([@Yousria](https://github.com/Yousria))
|
|
363
|
-
- QA-13044 : remove usage of useSchemaFields to increase performances [#152](https://github.com/Jahia/javascript-components/pull/152) ([@Yousria](https://github.com/Yousria))
|
|
364
|
-
|
|
365
|
-
#### Authors: 1
|
|
366
|
-
|
|
367
|
-
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
368
|
-
|
|
369
|
-
---
|
|
370
|
-
|
|
371
|
-
# (Wed Jul 22 2020)
|
|
372
|
-
|
|
373
|
-
#### π Bug Fix
|
|
374
|
-
|
|
375
|
-
- QA-13044 [#155](https://github.com/Jahia/javascript-components/pull/155) ([@Yousria](https://github.com/Yousria))
|
|
376
|
-
|
|
377
|
-
#### Authors: 1
|
|
378
|
-
|
|
379
|
-
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
380
|
-
|
|
381
|
-
---
|
|
382
|
-
|
|
383
|
-
# (Tue Jul 21 2020)
|
|
384
|
-
|
|
385
|
-
#### π Bug Fix
|
|
386
|
-
|
|
387
|
-
- QA-13044 : remove usage of useSchemaFields to increase performances [#152](https://github.com/Jahia/javascript-components/pull/152) ([@Yousria](https://github.com/Yousria))
|
|
388
|
-
|
|
389
|
-
#### Authors: 1
|
|
390
|
-
|
|
391
|
-
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
392
|
-
|
|
393
|
-
---
|
|
394
|
-
|
|
395
|
-
# (Fri Jun 12 2020)
|
|
396
|
-
|
|
397
|
-
#### π Bug Fix
|
|
398
|
-
|
|
399
|
-
- QA-12920 : retrieve property existsInLive in aggregatedPublicationInf⦠[#148](https://github.com/Jahia/javascript-components/pull/148) ([@Yousria](https://github.com/Yousria))
|
|
400
|
-
|
|
401
|
-
#### Authors: 1
|
|
402
|
-
|
|
403
|
-
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
404
|
-
|
|
405
|
-
---
|
|
406
|
-
|
|
407
|
-
# (Fri May 01 2020)
|
|
408
|
-
|
|
409
|
-
#### π Bug Fix
|
|
410
|
-
|
|
411
|
-
- BACKLOG-13212: correcly set node info options in useNodeChecks hook [#145](https://github.com/Jahia/javascript-components/pull/145) ([@jkevan](https://github.com/jkevan))
|
|
412
|
-
|
|
413
|
-
#### Authors: 1
|
|
414
|
-
|
|
415
|
-
- kevan Jahanshahi ([@jkevan](https://github.com/jkevan))
|
|
416
|
-
|
|
417
|
-
---
|
|
418
|
-
|
|
419
|
-
# (Tue Mar 31 2020)
|
|
420
|
-
|
|
421
|
-
#### π Bug Fix
|
|
422
|
-
|
|
423
|
-
- BACKLOG-13021: Add options in aggregatedPublicationInfo [#136](https://github.com/Jahia/javascript-components/pull/136) ([@tdraier](https://github.com/tdraier))
|
|
424
|
-
|
|
425
|
-
#### Authors: 1
|
|
426
|
-
|
|
427
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
428
|
-
|
|
429
|
-
---
|
|
430
|
-
|
|
431
|
-
# (Mon Mar 30 2020)
|
|
432
|
-
|
|
433
|
-
#### π Bug Fix
|
|
434
|
-
|
|
435
|
-
- BACKLOG-12561 : hooks improvement and fixes [#135](https://github.com/Jahia/javascript-components/pull/135) ([@tdraier](https://github.com/tdraier))
|
|
436
|
-
|
|
437
|
-
#### Authors: 1
|
|
438
|
-
|
|
439
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
440
|
-
|
|
441
|
-
---
|
|
442
|
-
|
|
443
|
-
# (Thu Mar 26 2020)
|
|
444
|
-
|
|
445
|
-
#### π Bug Fix
|
|
446
|
-
|
|
447
|
-
- BACKLOG-12833 : Avoid recreating queries for same fragments, set unique name on query [#134](https://github.com/Jahia/javascript-components/pull/134) ([@tdraier](https://github.com/tdraier))
|
|
448
|
-
|
|
449
|
-
#### Authors: 1
|
|
450
|
-
|
|
451
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
452
|
-
|
|
453
|
-
---
|
|
454
|
-
|
|
455
|
-
# (Tue Mar 24 2020)
|
|
456
|
-
|
|
457
|
-
#### π Bug Fix
|
|
458
|
-
|
|
459
|
-
- BACKLOG-12561 : Different fixes in nodeInfo/nodeChecks [#128](https://github.com/Jahia/javascript-components/pull/128) ([@tdraier](https://github.com/tdraier))
|
|
460
|
-
|
|
461
|
-
#### Authors: 1
|
|
462
|
-
|
|
463
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
464
|
-
|
|
465
|
-
---
|
|
466
|
-
|
|
467
|
-
# (Mon Mar 23 2020)
|
|
468
|
-
|
|
469
|
-
#### β οΈ Pushed to master
|
|
470
|
-
|
|
471
|
-
- BACKLOG-12877 : Allow single permission to be passed ([@tdraier](https://github.com/tdraier))
|
|
472
|
-
|
|
473
|
-
#### Authors: 1
|
|
474
|
-
|
|
475
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
476
|
-
|
|
477
|
-
---
|
|
478
|
-
|
|
479
|
-
# (Fri Mar 13 2020)
|
|
480
|
-
|
|
481
|
-
#### π Bug Fix
|
|
482
|
-
|
|
483
|
-
- BACKLOG-12764 : Make shallow copy of node before modifying it [#117](https://github.com/Jahia/javascript-components/pull/117) ([@tdraier](https://github.com/tdraier))
|
|
484
|
-
|
|
485
|
-
#### Authors: 1
|
|
486
|
-
|
|
487
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
488
|
-
|
|
489
|
-
---
|
|
490
|
-
|
|
491
|
-
# (Fri Mar 13 2020)
|
|
492
|
-
|
|
493
|
-
#### π Bug Fix
|
|
494
|
-
|
|
495
|
-
- BACKLOG-12764: Removed duplicate fragments. Improve useNodeInfo for permissions, nodetypes [#115](https://github.com/Jahia/javascript-components/pull/115) ([@tdraier](https://github.com/tdraier))
|
|
496
|
-
|
|
497
|
-
#### Authors: 1
|
|
498
|
-
|
|
499
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
500
|
-
|
|
501
|
-
---
|
|
502
|
-
|
|
503
|
-
# (Tue Mar 10 2020)
|
|
504
|
-
|
|
505
|
-
#### π Bug Fix
|
|
506
|
-
|
|
507
|
-
- BACKLOG-12327 : Fixed menuPreload, better error handling, execute query when needed [#113](https://github.com/Jahia/javascript-components/pull/113) ([@tdraier](https://github.com/tdraier))
|
|
508
|
-
|
|
509
|
-
#### Authors: 1
|
|
510
|
-
|
|
511
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
512
|
-
|
|
513
|
-
---
|
|
514
|
-
|
|
515
|
-
# (Mon Mar 09 2020)
|
|
516
|
-
|
|
517
|
-
#### π Bug Fix
|
|
518
|
-
|
|
519
|
-
- BACKLOG-12327 : Fixed query with multiple nodes [#111](https://github.com/Jahia/javascript-components/pull/111) ([@tdraier](https://github.com/tdraier))
|
|
520
|
-
|
|
521
|
-
#### Authors: 1
|
|
522
|
-
|
|
523
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
524
|
-
|
|
525
|
-
---
|
|
526
|
-
|
|
527
|
-
# (Mon Mar 09 2020)
|
|
528
|
-
|
|
529
|
-
#### π Bug Fix
|
|
530
|
-
|
|
531
|
-
- BACKLOG-12327 : added options to get node/nodes by path or ids [#110](https://github.com/Jahia/javascript-components/pull/110) ([@tdraier](https://github.com/tdraier))
|
|
532
|
-
|
|
533
|
-
#### Authors: 1
|
|
534
|
-
|
|
535
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
536
|
-
|
|
537
|
-
---
|
|
538
|
-
|
|
539
|
-
# (Wed Mar 04 2020)
|
|
540
|
-
|
|
541
|
-
#### π Bug Fix
|
|
542
|
-
|
|
543
|
-
- BACKLOG-12327 : Fixes on useNodeInfo, menuAction, added useDeepCompareMemoize [#106](https://github.com/Jahia/javascript-components/pull/106) ([@tdraier](https://github.com/tdraier))
|
|
544
|
-
|
|
545
|
-
#### Authors: 1
|
|
546
|
-
|
|
547
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
548
|
-
|
|
549
|
-
---
|
|
550
|
-
|
|
551
|
-
# (Fri Feb 28 2020)
|
|
552
|
-
|
|
553
|
-
#### π Bug Fix
|
|
554
|
-
|
|
555
|
-
- BACKLOG-12161: Added more site info [#101](https://github.com/Jahia/javascript-components/pull/101) ([@tdraier](https://github.com/tdraier))
|
|
556
|
-
|
|
557
|
-
#### Authors: 1
|
|
558
|
-
|
|
559
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
560
|
-
|
|
561
|
-
---
|
|
562
|
-
|
|
563
|
-
# (Thu Feb 27 2020)
|
|
564
|
-
|
|
565
|
-
#### π Bug Fix
|
|
566
|
-
|
|
567
|
-
- BACKLOG-12393 : create a new hook useTreeEntries that replaces the controlled part of the Picker [#99](https://github.com/Jahia/javascript-components/pull/99) ([@Yousria](https://github.com/Yousria))
|
|
568
|
-
|
|
569
|
-
#### Authors: 1
|
|
570
|
-
|
|
571
|
-
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
572
|
-
|
|
573
|
-
---
|
|
574
|
-
|
|
575
|
-
# (Thu Feb 27 2020)
|
|
576
|
-
|
|
577
|
-
#### π Bug Fix
|
|
578
|
-
|
|
579
|
-
- BACKLOG-12561 : reorganized hooks, added useNodeInfo and useNodeCheck⦠[#96](https://github.com/Jahia/javascript-components/pull/96) ([@tdraier](https://github.com/tdraier))
|
|
580
|
-
|
|
581
|
-
#### Authors: 1
|
|
582
|
-
|
|
583
|
-
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
584
|
-
|
|
585
|
-
---
|
|
586
|
-
|
|
587
|
-
# (Thu Feb 13 2020)
|
|
588
|
-
|
|
589
|
-
#### π Bug Fix
|
|
590
|
-
|
|
591
|
-
- BACKLOG-12347: export legacy utils function (case sensitive) [#85](https://github.com/Jahia/javascript-components/pull/85) ([@FBerthelot](https://github.com/FBerthelot))
|
|
592
|
-
|
|
593
|
-
#### Authors: 1
|
|
594
|
-
|
|
595
|
-
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
|
596
|
-
|
|
597
|
-
---
|
|
598
|
-
|
|
599
|
-
# (Thu Feb 13 2020)
|
|
600
|
-
|
|
601
|
-
#### π Bug Fix
|
|
602
|
-
|
|
603
|
-
- BACKLOG-12347: export legacy utils function [#83](https://github.com/Jahia/javascript-components/pull/83) ([@FBerthelot](https://github.com/FBerthelot))
|
|
604
|
-
|
|
605
|
-
#### Authors: 1
|
|
606
|
-
|
|
607
|
-
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
|
608
|
-
|
|
609
|
-
---
|
|
610
|
-
|
|
611
|
-
# (Thu Feb 13 2020)
|
|
612
|
-
|
|
613
|
-
#### π Bug Fix
|
|
614
|
-
|
|
615
|
-
- BACKLOG-12347: Move logic from react-apollo to data-helper [#80](https://github.com/Jahia/javascript-components/pull/80) ([@FBerthelot](https://github.com/FBerthelot))
|
|
616
|
-
|
|
617
|
-
#### Authors: 1
|
|
618
|
-
|
|
619
|
-
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
|
620
|
-
|
|
621
|
-
---
|
|
622
|
-
|
|
623
|
-
# (Wed Feb 12 2020)
|
|
624
|
-
|
|
625
|
-
#### π Bug Fix
|
|
626
|
-
|
|
627
|
-
- BACKLOG-12346: Add new data-helper project [#79](https://github.com/Jahia/javascript-components/pull/79) ([@FBerthelot](https://github.com/FBerthelot))
|
|
628
|
-
|
|
629
|
-
#### Authors: 1
|
|
630
|
-
|
|
631
|
-
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
|
11
|
+
* Improve required variable validation in useNodeInfo (#336)
|