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