@websolutespa/payload-plugin-bowl 2.0.1-next.4 → 3.0.0

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +709 -714
  2. package/dist/bowl.js +2 -0
  3. package/dist/bowl.js.map +1 -1
  4. package/dist/components/Category/CategoryTree.js +3 -3
  5. package/dist/components/Category/CategoryTree.js.map +1 -1
  6. package/dist/components/ImportExport/ImportExportList.js +24 -2
  7. package/dist/components/ImportExport/ImportExportList.js.map +1 -1
  8. package/dist/components/ImportExport/ImportExportRedirect.js +28 -0
  9. package/dist/components/ImportExport/ImportExportRedirect.js.map +1 -1
  10. package/dist/core/api/collection.service.js +16 -3
  11. package/dist/core/api/collection.service.js.map +1 -1
  12. package/dist/core/api/locale.service.js.map +1 -1
  13. package/dist/core/api/menu.service.js +4 -5
  14. package/dist/core/api/menu.service.js.map +1 -1
  15. package/dist/core/api/page.service.js +3 -3
  16. package/dist/core/api/page.service.js.map +1 -1
  17. package/dist/core/api/redirect.service.js.map +1 -1
  18. package/dist/core/api/route.service.js +35 -17
  19. package/dist/core/api/route.service.js.map +1 -1
  20. package/dist/core/api/store.service.js +37 -1
  21. package/dist/core/api/store.service.js.map +1 -1
  22. package/dist/core/api/utils.js +3 -2
  23. package/dist/core/api/utils.js.map +1 -1
  24. package/dist/core/api/where.service.js +107 -5
  25. package/dist/core/api/where.service.js.map +1 -1
  26. package/dist/core/collections/withMenu.js +2 -0
  27. package/dist/core/collections/withMenu.js.map +1 -1
  28. package/dist/core/collections/withPage.js +2 -0
  29. package/dist/core/collections/withPage.js.map +1 -1
  30. package/dist/core/translations/translations.js +8 -4
  31. package/dist/core/translations/translations.js.map +1 -1
  32. package/dist/exports/client.d.ts.map +1 -1
  33. package/dist/fields/color-picker/styles.scss +66 -2
  34. package/dist/globals/App.js +97 -0
  35. package/dist/globals/App.js.map +1 -0
  36. package/dist/index.d.ts +12 -6
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/options.js +1 -0
  39. package/dist/options.js.map +1 -1
  40. package/dist/translations.js +22 -0
  41. package/dist/translations.js.map +1 -1
  42. package/dist/types.js.map +1 -1
  43. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,714 +1,709 @@
1
- # @websolutespa/payload-plugin-bowl
2
-
3
- ## 2.0.1-next.4
4
-
5
- ### Patch Changes
6
-
7
- - - Fix redirect response in route post handler
8
-
9
- ## 2.0.1-next.3
10
-
11
- ### Patch Changes
12
-
13
- - 2508714: - Fix: preserve custom endpoints in withPage collections
14
-
15
- ## 2.0.1-next.2
16
-
17
- ### Patch Changes
18
-
19
- - Updating: dependencies and build step
20
-
21
- ## 2.0.1-next.0
22
-
23
- ### Major Changes
24
-
25
- - e74b305: Release: Payload 3.7.0
26
-
27
- ### Patch Changes
28
-
29
- - Updated dependencies [e74b305]
30
- - @websolutespa/payload-utils@2.0.1-next.0
31
- - @websolutespa/bom-core@2.0.1-next.0
32
-
33
- ## 1.10.0-next.2
34
-
35
- ### Patch Changes
36
-
37
- - Updating: React 19.x, Payload 3.x
38
-
39
- ## 1.10.0-next.1
40
-
41
- ### Patch Changes
42
-
43
- - 64289c4: Updating: React 19.x, Payload 3.x
44
- - Updated dependencies [64289c4]
45
- - @websolutespa/payload-utils@1.10.0-next.1
46
- - @websolutespa/bom-core@1.10.0-next.1
47
-
48
- ## 1.10.0-next.0
49
-
50
- ### Minor Changes
51
-
52
- - Updating: React 19.x, Payload 3.x
53
-
54
- ### Patch Changes
55
-
56
- - Updated dependencies
57
- - @websolutespa/payload-utils@1.10.0-next.0
58
- - @websolutespa/bom-core@1.10.0-next.0
59
-
60
- ## 1.9.29
61
-
62
- ### Patch Changes
63
-
64
- - Fixing: isSelf access helper
65
-
66
- ## 1.9.28
67
-
68
- ### Patch Changes
69
-
70
- - 7c2570a: Modified: StoreService & RouteService access
71
- - 7c2570a: Modified: Collection overwrite order
72
- - Updated dependencies [3566a3d]
73
- - @websolutespa/payload-utils@0.0.15
74
-
75
- ## 1.9.27
76
-
77
- ### Patch Changes
78
-
79
- - Modified: richTextSerializer
80
- - Fixing: getCollectionItems limit
81
-
82
- ## 1.9.26
83
-
84
- ### Patch Changes
85
-
86
- - Fixing: decorateRichText\_ eachValueSync
87
-
88
- ## 1.9.25
89
-
90
- ### Patch Changes
91
-
92
- - deeb345: Added: withNavs, withNav helpers
93
- - deeb345: Modified: document afterRead richText serialization strategy
94
- - Updated dependencies [deeb345]
95
- - @websolutespa/payload-utils@0.0.11
96
-
97
- ## 1.9.24
98
-
99
- ### Patch Changes
100
-
101
- - Modified: runtime strategy
102
-
103
- ## 1.9.23
104
-
105
- ### Patch Changes
106
-
107
- - Fixed: redirect when page slug changes and hidden categories are present in the path
108
-
109
- ## 1.9.22
110
-
111
- ### Patch Changes
112
-
113
- - Modified: menu category decorator
114
-
115
- ## 1.9.21
116
-
117
- ### Patch Changes
118
-
119
- - Modified: MenuItem & withLink maxDepth
120
-
121
- ## 1.9.20
122
-
123
- ### Patch Changes
124
-
125
- - Added: slateNodesToHTML
126
- - Updated dependencies
127
- - @websolutespa/payload-utils@0.0.9
128
-
129
- ## 1.9.19
130
-
131
- ### Patch Changes
132
-
133
- - Modified: withRichText, routeService, MenuItem
134
- - Updated dependencies
135
- - @websolutespa/bom-core@1.8.20
136
- - @websolutespa/payload-utils@0.0.8
137
-
138
- ## 1.9.18
139
-
140
- ### Patch Changes
141
-
142
- - f0d17f3: Modified: page market filtering
143
- - f0d17f3: Added: isMixerRequest, afterPageOperationHook
144
- - 5e927dd: Modified: isPageRole, withPage, afterPageOperationHook
145
- - 7d5af54: Added: env PAYLOAD_FILTER_FIND
146
- - Updated dependencies [f0d17f3]
147
- - @websolutespa/bom-core@1.8.19
148
-
149
- ## 1.9.17
150
-
151
- ### Patch Changes
152
-
153
- - Modified: BuildStrategy.Runtime
154
-
155
- ## 1.9.16
156
-
157
- ### Patch Changes
158
-
159
- - Added: isPageRole
160
-
161
- ## 1.9.15
162
-
163
- ### Patch Changes
164
-
165
- - Added: passwordStrategy
166
- - Updated dependencies
167
- - @websolutespa/bom-core@1.8.14
168
-
169
- ## 1.9.14
170
-
171
- ### Patch Changes
172
-
173
- - d3621aa: - Alignment to stable version
174
- - a65fe5c: Alignment to stable version
175
- - 7103bb7: Alignment to stable version
176
- - f4fd88e: Add healthcheck endpoint
177
-
178
- ## 1.9.14-next.0
179
-
180
- ### Patch Changes
181
-
182
- - Alignment to stable version
183
-
184
- ## 1.9.13
185
-
186
- ### Patch Changes
187
-
188
- - Modified: password validator
189
- - Updated dependencies
190
- - @websolutespa/bom-core@1.8.12
191
-
192
- ## 1.9.13-next.0
193
-
194
- ### Patch Changes
195
-
196
- - - Alignment to stable version
197
-
198
- ## 1.9.12
199
-
200
- ### Patch Changes
201
-
202
- - Modified: withEndUser access
203
-
204
- ## 1.9.11
205
-
206
- ### Patch Changes
207
-
208
- - - Fix: ensure action email is lowercase to match endUser record
209
-
210
- ## 1.9.10
211
-
212
- ### Patch Changes
213
-
214
- - Modified: decorateCategory\_
215
- - Updated dependencies
216
- - @websolutespa/bom-core@1.8.11
217
-
218
- ## 1.9.9
219
-
220
- ### Patch Changes
221
-
222
- - Added: endUserPasswordPost
223
- - Updated dependencies
224
- - @websolutespa/payload-utils@0.0.5
225
-
226
- ## 1.9.8
227
-
228
- ### Patch Changes
229
-
230
- - Added: MixerContext currentRoutes
231
-
232
- ## 1.9.7
233
-
234
- ### Patch Changes
235
-
236
- - Add withComponentBlock helper
237
-
238
- ## 1.9.7-next.0
239
-
240
- ### Patch Changes
241
-
242
- - Alignment to stable version
243
-
244
- ## 1.9.6
245
-
246
- ### Patch Changes
247
-
248
- - Modified: pageService depth, context categories depth, mergeFields
249
-
250
- ## 1.9.6-next.0
251
-
252
- ### Patch Changes
253
-
254
- - f4fd88e: Add healthcheck endpoint
255
-
256
- ## 1.9.5
257
-
258
- ### Patch Changes
259
-
260
- - Added: mergeCollections, mergeGlobals
261
- - e921c43: Added: withAnchor, withSeoWeight
262
- - 0b4e928: Modified: bulkWrite
263
- - Updated dependencies [0b4e928]
264
- - Updated dependencies [e921c43]
265
- - Updated dependencies [e921c43]
266
- - @websolutespa/payload-utils@0.0.3
267
-
268
- ## 1.9.4
269
-
270
- ### Patch Changes
271
-
272
- - Modified: CollectionService, PageService logs
273
-
274
- ## 1.9.3
275
-
276
- ### Patch Changes
277
-
278
- - f343ad7: Added: EmailService
279
- - f343ad7: Added: endUserForgotPost, endUserResetPost
280
-
281
- ## 1.9.2
282
-
283
- ### Patch Changes
284
-
285
- - Fixing: empty EmailConfig action select options
286
-
287
- ## 1.9.1
288
-
289
- ### Patch Changes
290
-
291
- - 4fdb8c2: Modified: withAction property createEndUser
292
- - 50535c6: Modified withAction hooks & optin, endUser created on beforeChange
293
- - 15ad595: Fixing: Static collection whereCollection
294
- - 15ad595: Modified: payload local api consolidated overrideAccess
295
- - eb9575b: Added: withAddress
296
-
297
- ## 1.9.0
298
-
299
- ### Minor Changes
300
-
301
- - 8475b68: Added: external dependency payload-utils
302
- - 946a81f: Updating: dependency payload 2.28.0
303
-
304
- ### Patch Changes
305
-
306
- - 8593eb6: Added: collectionDetailGet
307
- - Updated dependencies [8475b68]
308
- - @websolutespa/payload-utils@0.0.1
309
-
310
- ## 1.8.7
311
-
312
- ### Patch Changes
313
-
314
- - Modified: StoreService overrideAccess set to false, filtered users/actions collections
315
-
316
- ## 1.8.6
317
-
318
- ### Patch Changes
319
-
320
- - Modified: richTextSerialize
321
-
322
- ## 1.8.5
323
-
324
- ### Patch Changes
325
-
326
- - Fixing: DataTree dragging style issue
327
-
328
- ## 1.8.4
329
-
330
- ### Patch Changes
331
-
332
- - Modified: StoreService, MenuService
333
-
334
- ## 1.8.3
335
-
336
- ### Patch Changes
337
-
338
- - 5ad32d3: Added afterOptin and afterOptout hooks
339
-
340
- ## 1.8.2
341
-
342
- ### Patch Changes
343
-
344
- - Modified: Media collection
345
- - Fixing: destructuring request query
346
-
347
- ## 1.8.1
348
-
349
- ### Patch Changes
350
-
351
- - Modified: static decorator
352
-
353
- ## 1.8.0
354
-
355
- ### Patch Changes
356
-
357
- - Updated dependencies [f8a1d97]
358
- - @websolutespa/bom-core@1.8.0
359
-
360
- ## 1.7.27
361
-
362
- ### Patch Changes
363
-
364
- - a2dde3f: Modified: static decorator
365
-
366
- ## 1.7.26
367
-
368
- ### Patch Changes
369
-
370
- - 32893ec: Removed LlmEditor role
371
-
372
- ## 1.7.25
373
-
374
- ### Patch Changes
375
-
376
- - Modified: endpoint error messages responses
377
-
378
- ## 1.7.24
379
-
380
- ### Patch Changes
381
-
382
- - Modified: endpoint error messages responses
383
- - Fixing: withRoles default roles from options
384
-
385
- ## 1.7.23
386
-
387
- ### Patch Changes
388
-
389
- - Fixing: overrideAccess
390
-
391
- ## 1.7.22
392
-
393
- ### Patch Changes
394
-
395
- - 5838f51: - Added: new "LlmEditor" role
396
- - Fixed: collections access permissions
397
-
398
- ## 1.7.21
399
-
400
- ### Patch Changes
401
-
402
- - Added: multi-tenancy
403
-
404
- ## 1.7.20
405
-
406
- ### Patch Changes
407
-
408
- - Modified: DataTreeProvider, DataTree
409
-
410
- ## 1.7.19
411
-
412
- ### Patch Changes
413
-
414
- - Added: routeChangesPost, CategoryTreeConflict
415
-
416
- ## 1.7.18
417
-
418
- ### Patch Changes
419
-
420
- - Added: MenuCategory strategy
421
- - Updated dependencies
422
- - @websolutespa/bom-core@1.7.16
423
-
424
- ## 1.7.17
425
-
426
- ### Patch Changes
427
-
428
- - Modified: RouteService, MenuService to handle isHidden Category segments
429
- - Updated dependencies
430
- - @websolutespa/bom-core@1.7.12
431
-
432
- ## 1.7.16
433
-
434
- ### Patch Changes
435
-
436
- - Fixing: withAction html replace actionId, actionSlug
437
-
438
- ## 1.7.15
439
-
440
- ### Patch Changes
441
-
442
- - Modified: StoreService, setMixerContext
443
-
444
- ## 1.7.14
445
-
446
- ### Patch Changes
447
-
448
- - 1b93080: Modified: richTextSerializer
449
-
450
- ## 1.7.13
451
-
452
- ### Patch Changes
453
-
454
- - Modified: richTextSerializer
455
-
456
- ## 1.7.12
457
-
458
- ### Patch Changes
459
-
460
- - Fixing: downgrading eslint to v8.56.0
461
- - Updated dependencies
462
- - @websolutespa/bom-core@1.7.8
463
-
464
- ## 1.7.11
465
-
466
- ### Patch Changes
467
-
468
- - Modified: Media collection read access
469
-
470
- ## 1.7.10
471
-
472
- ### Patch Changes
473
-
474
- - Added: access defaults
475
- - Added: action optout endpoint
476
- - Added: email sending on action post
477
-
478
- ## 1.7.9
479
-
480
- ### Patch Changes
481
-
482
- - 37d1729: Modified: endpoint store handling user
483
- - Updated dependencies
484
- - @websolutespa/bom-core@1.7.4
485
-
486
- ## 1.7.8
487
-
488
- ### Patch Changes
489
-
490
- - Fixing: withStaticCollection.getCollection fetch
491
-
492
- ## 1.7.7
493
-
494
- ### Patch Changes
495
-
496
- - Added: isomorphic-fetch
497
- - Updating: dependencies
498
- - Updated dependencies
499
- - @websolutespa/bom-core@1.7.3
500
-
501
- ## 1.7.6
502
-
503
- ### Patch Changes
504
-
505
- - Added: beforeDuplicateCollectionHook
506
- - Fixing: decorateNav\_ link href issue
507
-
508
- ## 1.7.5
509
-
510
- ### Patch Changes
511
-
512
- - Modified: Label collection title -> text
513
-
514
- ## 1.7.4
515
-
516
- ### Patch Changes
517
-
518
- - Fixing: findRoute redirects
519
-
520
- ## 1.7.3
521
-
522
- ### Patch Changes
523
-
524
- - Added: WhereService, StaticService, localize decorator
525
- - Modified: withCollection, withStaticCollection, withAction, CollectionService, PageService
526
-
527
- ## 1.7.2
528
-
529
- ### Patch Changes
530
-
531
- - Fixing: setMixerContext
532
-
533
- ## 1.7.1
534
-
535
- ### Patch Changes
536
-
537
- - Fixing: MenuService & CategoryTree
538
-
539
- ## 1.7.0
540
-
541
- ### Minor Changes
542
-
543
- - 28e86bd: Modified: IPage, Store services & decorators
544
- - Updated dependencies [28e86bd]
545
- - @websolutespa/bom-core@1.7.0
546
-
547
- ## 1.6.0
548
-
549
- ### Minor Changes
550
-
551
- - 6707ca2: Upgrading Payload 2.11.2
552
-
553
- ### Patch Changes
554
-
555
- - f664993: Added: useLivePreview
556
- - Updated dependencies [6cbf4cb]
557
- - @websolutespa/bom-core@0.6.7
558
-
559
- ## 1.3.6
560
-
561
- ### Patch Changes
562
-
563
- - Fixing: afterPageReadHook
564
-
565
- ## 1.3.5
566
-
567
- ### Patch Changes
568
-
569
- - Added: afterPageReadHook, MixerContext, getGlobalItems
570
- - Modified: getCollectionItems, getCollectionItem
571
-
572
- ## 1.3.4
573
-
574
- ### Patch Changes
575
-
576
- - Added: user roles and user actions
577
- - Added: main menu sortByGroup
578
-
579
- ## 1.3.3
580
-
581
- ### Patch Changes
582
-
583
- - Fixing: PageService decorators
584
-
585
- ## 1.3.2
586
-
587
- ### Patch Changes
588
-
589
- - 8776e50b: Modified: PageService decorators
590
-
591
- ## 1.3.1
592
-
593
- ### Patch Changes
594
-
595
- - Added: configuration option plugins
596
-
597
- ## 1.3.0
598
-
599
- ### Minor Changes
600
-
601
- - c7a99a2b: Added tests
602
-
603
- ### Patch Changes
604
-
605
- - dad63747: Added defaultMarket, defaultLocale
606
- - 11b63e3b: Fixed test config
607
- - c7a99a2b: Fixed collection bulk patch handler
608
- - Updated dependencies [dad63747]
609
- - @websolutespa/bom-core@0.6.1
610
-
611
- ## 1.2.0
612
-
613
- ### Minor Changes
614
-
615
- - Added: MenuItem extra
616
-
617
- ## 1.1.0
618
-
619
- ### Minor Changes
620
-
621
- - Updating: dependencies
622
-
623
- ## 1.0.6
624
-
625
- ### Patch Changes
626
-
627
- - Fixing: validateHexColor import
628
-
629
- ## 1.0.5
630
-
631
- ### Patch Changes
632
-
633
- - Fixing: check redirects by pattern
634
-
635
- ## 1.0.4
636
-
637
- ### Patch Changes
638
-
639
- - Fixing: storeGet endpoint locale
640
-
641
- ## 1.0.3
642
-
643
- ### Patch Changes
644
-
645
- - Modified: withPage preview, getApiUrl
646
-
647
- ## 1.0.2
648
-
649
- ### Patch Changes
650
-
651
- - Added: duration to withStaticCollection
652
- - Fixing: eachField
653
-
654
- ## 1.0.1
655
-
656
- ### Minor Changes
657
-
658
- - Added: CategoryTree
659
- - Fixing: sass
660
-
661
- ## 0.5.0
662
-
663
- ### Minor Changes
664
-
665
- - Modified routes, added redirects
666
-
667
- ## 0.4.0
668
-
669
- ### Minor Changes
670
-
671
- - Removed: external dependency @websolutespa/payload-plugin-localization
672
-
673
- ## 0.3.2
674
-
675
- ### Patch Changes
676
-
677
- - Fixing: avoid categories circular reference
678
-
679
- ## 0.3.1
680
-
681
- ### Patch Changes
682
-
683
- - Modified: ILocalizable
684
-
685
- ## 0.3.0
686
-
687
- ### Minor Changes
688
-
689
- - Added: splat routes
690
-
691
- ## 0.2.0
692
-
693
- ### Minor Changes
694
-
695
- - Added: menu, @websolutespa/bom-core
696
-
697
- ## 0.1.1
698
-
699
- ### Patch Changes
700
-
701
- - Modified: route service
702
- - Added: white label
703
-
704
- ## 0.1.0
705
-
706
- ### Minor Changes
707
-
708
- - mock refactor
709
-
710
- ## 0.0.1
711
-
712
- ### Patch Changes
713
-
714
- - Added: first release
1
+ # @websolutespa/payload-plugin-bowl
2
+
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Release: Bom 3.0
8
+
9
+ ## 2.0.1-next.4
10
+
11
+ ### Patch Changes
12
+
13
+ - - Fix redirect response in route post handler
14
+
15
+ ## 2.0.1-next.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 2508714: - Fix: preserve custom endpoints in withPage collections
20
+
21
+ ## 2.0.1-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updating: dependencies and build step
26
+
27
+ ## 1.10.3
28
+
29
+ ### Patch Changes
30
+
31
+ - Added: IApp global
32
+ - Updated dependencies
33
+ - @websolutespa/bom-core@1.8.24
34
+
35
+ ## 1.10.2
36
+
37
+ ### Patch Changes
38
+
39
+ - Added: Redirects example csv
40
+
41
+ ## 1.10.1
42
+
43
+ ### Patch Changes
44
+
45
+ - 0c7f05f: Modified: IRoute isRoot noindex, routeService
46
+ - Updated dependencies [0c7f05f]
47
+ - @websolutespa/bom-core@1.8.23
48
+
49
+ ## 1.10.0
50
+
51
+ ### Patch Changes
52
+
53
+ - Modified: isPageRole, getPreviewURL
54
+
55
+ ## 1.9.29
56
+
57
+ ### Patch Changes
58
+
59
+ - Fixing: isSelf access helper
60
+
61
+ ## 1.9.28
62
+
63
+ ### Patch Changes
64
+
65
+ - 7c2570a: Modified: StoreService & RouteService access
66
+ - 7c2570a: Modified: Collection overwrite order
67
+ - Updated dependencies [3566a3d]
68
+ - @websolutespa/payload-utils@0.0.15
69
+
70
+ ## 1.9.27
71
+
72
+ ### Patch Changes
73
+
74
+ - Modified: richTextSerializer
75
+ - Fixing: getCollectionItems limit
76
+
77
+ ## 1.9.26
78
+
79
+ ### Patch Changes
80
+
81
+ - Fixing: decorateRichText\_ eachValueSync
82
+
83
+ ## 1.9.25
84
+
85
+ ### Patch Changes
86
+
87
+ - deeb345: Added: withNavs, withNav helpers
88
+ - deeb345: Modified: document afterRead richText serialization strategy
89
+ - Updated dependencies [deeb345]
90
+ - @websolutespa/payload-utils@0.0.11
91
+
92
+ ## 1.9.24
93
+
94
+ ### Patch Changes
95
+
96
+ - Modified: runtime strategy
97
+
98
+ ## 1.9.23
99
+
100
+ ### Patch Changes
101
+
102
+ - Fixed: redirect when page slug changes and hidden categories are present in the path
103
+
104
+ ## 1.9.22
105
+
106
+ ### Patch Changes
107
+
108
+ - Modified: menu category decorator
109
+
110
+ ## 1.9.21
111
+
112
+ ### Patch Changes
113
+
114
+ - Modified: MenuItem & withLink maxDepth
115
+
116
+ ## 1.9.20
117
+
118
+ ### Patch Changes
119
+
120
+ - Added: slateNodesToHTML
121
+ - Updated dependencies
122
+ - @websolutespa/payload-utils@0.0.9
123
+
124
+ ## 1.9.19
125
+
126
+ ### Patch Changes
127
+
128
+ - Modified: withRichText, routeService, MenuItem
129
+ - Updated dependencies
130
+ - @websolutespa/bom-core@1.8.20
131
+ - @websolutespa/payload-utils@0.0.8
132
+
133
+ ## 1.9.18
134
+
135
+ ### Patch Changes
136
+
137
+ - f0d17f3: Modified: page market filtering
138
+ - f0d17f3: Added: isMixerRequest, afterPageOperationHook
139
+ - 5e927dd: Modified: isPageRole, withPage, afterPageOperationHook
140
+ - 7d5af54: Added: env PAYLOAD_FILTER_FIND
141
+ - Updated dependencies [f0d17f3]
142
+ - @websolutespa/bom-core@1.8.19
143
+
144
+ ## 1.9.17
145
+
146
+ ### Patch Changes
147
+
148
+ - Modified: BuildStrategy.Runtime
149
+
150
+ ## 1.9.16
151
+
152
+ ### Patch Changes
153
+
154
+ - Added: isPageRole
155
+
156
+ ## 1.9.15
157
+
158
+ ### Patch Changes
159
+
160
+ - Added: passwordStrategy
161
+ - Updated dependencies
162
+ - @websolutespa/bom-core@1.8.14
163
+
164
+ ## 1.9.14
165
+
166
+ ### Patch Changes
167
+
168
+ - d3621aa: - Alignment to stable version
169
+ - a65fe5c: Alignment to stable version
170
+ - 7103bb7: Alignment to stable version
171
+ - f4fd88e: Add healthcheck endpoint
172
+
173
+ ## 1.9.14-next.0
174
+
175
+ ### Patch Changes
176
+
177
+ - Alignment to stable version
178
+
179
+ ## 1.9.13
180
+
181
+ ### Patch Changes
182
+
183
+ - Modified: password validator
184
+ - Updated dependencies
185
+ - @websolutespa/bom-core@1.8.12
186
+
187
+ ## 1.9.13-next.0
188
+
189
+ ### Patch Changes
190
+
191
+ - - Alignment to stable version
192
+
193
+ ## 1.9.12
194
+
195
+ ### Patch Changes
196
+
197
+ - Modified: withEndUser access
198
+
199
+ ## 1.9.11
200
+
201
+ ### Patch Changes
202
+
203
+ - - Fix: ensure action email is lowercase to match endUser record
204
+
205
+ ## 1.9.10
206
+
207
+ ### Patch Changes
208
+
209
+ - Modified: decorateCategory\_
210
+ - Updated dependencies
211
+ - @websolutespa/bom-core@1.8.11
212
+
213
+ ## 1.9.9
214
+
215
+ ### Patch Changes
216
+
217
+ - Added: endUserPasswordPost
218
+ - Updated dependencies
219
+ - @websolutespa/payload-utils@0.0.5
220
+
221
+ ## 1.9.8
222
+
223
+ ### Patch Changes
224
+
225
+ - Added: MixerContext currentRoutes
226
+
227
+ ## 1.9.7
228
+
229
+ ### Patch Changes
230
+
231
+ - Add withComponentBlock helper
232
+
233
+ ## 1.9.7-next.0
234
+
235
+ ### Patch Changes
236
+
237
+ - Alignment to stable version
238
+
239
+ ## 1.9.6
240
+
241
+ ### Patch Changes
242
+
243
+ - Modified: pageService depth, context categories depth, mergeFields
244
+
245
+ ## 1.9.6-next.0
246
+
247
+ ### Patch Changes
248
+
249
+ - f4fd88e: Add healthcheck endpoint
250
+
251
+ ## 1.9.5
252
+
253
+ ### Patch Changes
254
+
255
+ - Added: mergeCollections, mergeGlobals
256
+ - e921c43: Added: withAnchor, withSeoWeight
257
+ - 0b4e928: Modified: bulkWrite
258
+ - Updated dependencies [0b4e928]
259
+ - Updated dependencies [e921c43]
260
+ - Updated dependencies [e921c43]
261
+ - @websolutespa/payload-utils@0.0.3
262
+
263
+ ## 1.9.4
264
+
265
+ ### Patch Changes
266
+
267
+ - Modified: CollectionService, PageService logs
268
+
269
+ ## 1.9.3
270
+
271
+ ### Patch Changes
272
+
273
+ - f343ad7: Added: EmailService
274
+ - f343ad7: Added: endUserForgotPost, endUserResetPost
275
+
276
+ ## 1.9.2
277
+
278
+ ### Patch Changes
279
+
280
+ - Fixing: empty EmailConfig action select options
281
+
282
+ ## 1.9.1
283
+
284
+ ### Patch Changes
285
+
286
+ - 4fdb8c2: Modified: withAction property createEndUser
287
+ - 50535c6: Modified withAction hooks & optin, endUser created on beforeChange
288
+ - 15ad595: Fixing: Static collection whereCollection
289
+ - 15ad595: Modified: payload local api consolidated overrideAccess
290
+ - eb9575b: Added: withAddress
291
+
292
+ ## 1.9.0
293
+
294
+ ### Minor Changes
295
+
296
+ - 8475b68: Added: external dependency payload-utils
297
+ - 946a81f: Updating: dependency payload 2.28.0
298
+
299
+ ### Patch Changes
300
+
301
+ - 8593eb6: Added: collectionDetailGet
302
+ - Updated dependencies [8475b68]
303
+ - @websolutespa/payload-utils@0.0.1
304
+
305
+ ## 1.8.7
306
+
307
+ ### Patch Changes
308
+
309
+ - Modified: StoreService overrideAccess set to false, filtered users/actions collections
310
+
311
+ ## 1.8.6
312
+
313
+ ### Patch Changes
314
+
315
+ - Modified: richTextSerialize
316
+
317
+ ## 1.8.5
318
+
319
+ ### Patch Changes
320
+
321
+ - Fixing: DataTree dragging style issue
322
+
323
+ ## 1.8.4
324
+
325
+ ### Patch Changes
326
+
327
+ - Modified: StoreService, MenuService
328
+
329
+ ## 1.8.3
330
+
331
+ ### Patch Changes
332
+
333
+ - 5ad32d3: Added afterOptin and afterOptout hooks
334
+
335
+ ## 1.8.2
336
+
337
+ ### Patch Changes
338
+
339
+ - Modified: Media collection
340
+ - Fixing: destructuring request query
341
+
342
+ ## 1.8.1
343
+
344
+ ### Patch Changes
345
+
346
+ - Modified: static decorator
347
+
348
+ ## 1.8.0
349
+
350
+ ### Patch Changes
351
+
352
+ - Updated dependencies [f8a1d97]
353
+ - @websolutespa/bom-core@1.8.0
354
+
355
+ ## 1.7.27
356
+
357
+ ### Patch Changes
358
+
359
+ - a2dde3f: Modified: static decorator
360
+
361
+ ## 1.7.26
362
+
363
+ ### Patch Changes
364
+
365
+ - 32893ec: Removed LlmEditor role
366
+
367
+ ## 1.7.25
368
+
369
+ ### Patch Changes
370
+
371
+ - Modified: endpoint error messages responses
372
+
373
+ ## 1.7.24
374
+
375
+ ### Patch Changes
376
+
377
+ - Modified: endpoint error messages responses
378
+ - Fixing: withRoles default roles from options
379
+
380
+ ## 1.7.23
381
+
382
+ ### Patch Changes
383
+
384
+ - Fixing: overrideAccess
385
+
386
+ ## 1.7.22
387
+
388
+ ### Patch Changes
389
+
390
+ - 5838f51: - Added: new "LlmEditor" role
391
+ - Fixed: collections access permissions
392
+
393
+ ## 1.7.21
394
+
395
+ ### Patch Changes
396
+
397
+ - Added: multi-tenancy
398
+
399
+ ## 1.7.20
400
+
401
+ ### Patch Changes
402
+
403
+ - Modified: DataTreeProvider, DataTree
404
+
405
+ ## 1.7.19
406
+
407
+ ### Patch Changes
408
+
409
+ - Added: routeChangesPost, CategoryTreeConflict
410
+
411
+ ## 1.7.18
412
+
413
+ ### Patch Changes
414
+
415
+ - Added: MenuCategory strategy
416
+ - Updated dependencies
417
+ - @websolutespa/bom-core@1.7.16
418
+
419
+ ## 1.7.17
420
+
421
+ ### Patch Changes
422
+
423
+ - Modified: RouteService, MenuService to handle isHidden Category segments
424
+ - Updated dependencies
425
+ - @websolutespa/bom-core@1.7.12
426
+
427
+ ## 1.7.16
428
+
429
+ ### Patch Changes
430
+
431
+ - Fixing: withAction html replace actionId, actionSlug
432
+
433
+ ## 1.7.15
434
+
435
+ ### Patch Changes
436
+
437
+ - Modified: StoreService, setMixerContext
438
+
439
+ ## 1.7.14
440
+
441
+ ### Patch Changes
442
+
443
+ - 1b93080: Modified: richTextSerializer
444
+
445
+ ## 1.7.13
446
+
447
+ ### Patch Changes
448
+
449
+ - Modified: richTextSerializer
450
+
451
+ ## 1.7.12
452
+
453
+ ### Patch Changes
454
+
455
+ - Fixing: downgrading eslint to v8.56.0
456
+ - Updated dependencies
457
+ - @websolutespa/bom-core@1.7.8
458
+
459
+ ## 1.7.11
460
+
461
+ ### Patch Changes
462
+
463
+ - Modified: Media collection read access
464
+
465
+ ## 1.7.10
466
+
467
+ ### Patch Changes
468
+
469
+ - Added: access defaults
470
+ - Added: action optout endpoint
471
+ - Added: email sending on action post
472
+
473
+ ## 1.7.9
474
+
475
+ ### Patch Changes
476
+
477
+ - 37d1729: Modified: endpoint store handling user
478
+ - Updated dependencies
479
+ - @websolutespa/bom-core@1.7.4
480
+
481
+ ## 1.7.8
482
+
483
+ ### Patch Changes
484
+
485
+ - Fixing: withStaticCollection.getCollection fetch
486
+
487
+ ## 1.7.7
488
+
489
+ ### Patch Changes
490
+
491
+ - Added: isomorphic-fetch
492
+ - Updating: dependencies
493
+ - Updated dependencies
494
+ - @websolutespa/bom-core@1.7.3
495
+
496
+ ## 1.7.6
497
+
498
+ ### Patch Changes
499
+
500
+ - Added: beforeDuplicateCollectionHook
501
+ - Fixing: decorateNav\_ link href issue
502
+
503
+ ## 1.7.5
504
+
505
+ ### Patch Changes
506
+
507
+ - Modified: Label collection title -> text
508
+
509
+ ## 1.7.4
510
+
511
+ ### Patch Changes
512
+
513
+ - Fixing: findRoute redirects
514
+
515
+ ## 1.7.3
516
+
517
+ ### Patch Changes
518
+
519
+ - Added: WhereService, StaticService, localize decorator
520
+ - Modified: withCollection, withStaticCollection, withAction, CollectionService, PageService
521
+
522
+ ## 1.7.2
523
+
524
+ ### Patch Changes
525
+
526
+ - Fixing: setMixerContext
527
+
528
+ ## 1.7.1
529
+
530
+ ### Patch Changes
531
+
532
+ - Fixing: MenuService & CategoryTree
533
+
534
+ ## 1.7.0
535
+
536
+ ### Minor Changes
537
+
538
+ - 28e86bd: Modified: IPage, Store services & decorators
539
+ - Updated dependencies [28e86bd]
540
+ - @websolutespa/bom-core@1.7.0
541
+
542
+ ## 1.6.0
543
+
544
+ ### Minor Changes
545
+
546
+ - 6707ca2: Upgrading Payload 2.11.2
547
+
548
+ ### Patch Changes
549
+
550
+ - f664993: Added: useLivePreview
551
+ - Updated dependencies [6cbf4cb]
552
+ - @websolutespa/bom-core@0.6.7
553
+
554
+ ## 1.3.6
555
+
556
+ ### Patch Changes
557
+
558
+ - Fixing: afterPageReadHook
559
+
560
+ ## 1.3.5
561
+
562
+ ### Patch Changes
563
+
564
+ - Added: afterPageReadHook, MixerContext, getGlobalItems
565
+ - Modified: getCollectionItems, getCollectionItem
566
+
567
+ ## 1.3.4
568
+
569
+ ### Patch Changes
570
+
571
+ - Added: user roles and user actions
572
+ - Added: main menu sortByGroup
573
+
574
+ ## 1.3.3
575
+
576
+ ### Patch Changes
577
+
578
+ - Fixing: PageService decorators
579
+
580
+ ## 1.3.2
581
+
582
+ ### Patch Changes
583
+
584
+ - 8776e50b: Modified: PageService decorators
585
+
586
+ ## 1.3.1
587
+
588
+ ### Patch Changes
589
+
590
+ - Added: configuration option plugins
591
+
592
+ ## 1.3.0
593
+
594
+ ### Minor Changes
595
+
596
+ - c7a99a2b: Added tests
597
+
598
+ ### Patch Changes
599
+
600
+ - dad63747: Added defaultMarket, defaultLocale
601
+ - 11b63e3b: Fixed test config
602
+ - c7a99a2b: Fixed collection bulk patch handler
603
+ - Updated dependencies [dad63747]
604
+ - @websolutespa/bom-core@0.6.1
605
+
606
+ ## 1.2.0
607
+
608
+ ### Minor Changes
609
+
610
+ - Added: MenuItem extra
611
+
612
+ ## 1.1.0
613
+
614
+ ### Minor Changes
615
+
616
+ - Updating: dependencies
617
+
618
+ ## 1.0.6
619
+
620
+ ### Patch Changes
621
+
622
+ - Fixing: validateHexColor import
623
+
624
+ ## 1.0.5
625
+
626
+ ### Patch Changes
627
+
628
+ - Fixing: check redirects by pattern
629
+
630
+ ## 1.0.4
631
+
632
+ ### Patch Changes
633
+
634
+ - Fixing: storeGet endpoint locale
635
+
636
+ ## 1.0.3
637
+
638
+ ### Patch Changes
639
+
640
+ - Modified: withPage preview, getApiUrl
641
+
642
+ ## 1.0.2
643
+
644
+ ### Patch Changes
645
+
646
+ - Added: duration to withStaticCollection
647
+ - Fixing: eachField
648
+
649
+ ## 1.0.1
650
+
651
+ ### Minor Changes
652
+
653
+ - Added: CategoryTree
654
+ - Fixing: sass
655
+
656
+ ## 0.5.0
657
+
658
+ ### Minor Changes
659
+
660
+ - Modified routes, added redirects
661
+
662
+ ## 0.4.0
663
+
664
+ ### Minor Changes
665
+
666
+ - Removed: external dependency @websolutespa/payload-plugin-localization
667
+
668
+ ## 0.3.2
669
+
670
+ ### Patch Changes
671
+
672
+ - Fixing: avoid categories circular reference
673
+
674
+ ## 0.3.1
675
+
676
+ ### Patch Changes
677
+
678
+ - Modified: ILocalizable
679
+
680
+ ## 0.3.0
681
+
682
+ ### Minor Changes
683
+
684
+ - Added: splat routes
685
+
686
+ ## 0.2.0
687
+
688
+ ### Minor Changes
689
+
690
+ - Added: menu, @websolutespa/bom-core
691
+
692
+ ## 0.1.1
693
+
694
+ ### Patch Changes
695
+
696
+ - Modified: route service
697
+ - Added: white label
698
+
699
+ ## 0.1.0
700
+
701
+ ### Minor Changes
702
+
703
+ - mock refactor
704
+
705
+ ## 0.0.1
706
+
707
+ ### Patch Changes
708
+
709
+ - Added: first release