@jahia/data-helper 1.1.15 β†’ 1.1.17

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