@gomusdev/web-components 2.1.1 → 3.0.0-next.2

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 (28) hide show
  1. package/README.md +942 -12
  2. package/dist-js/components/cart/components/CartCoupons.svelte.d.ts +1 -0
  3. package/dist-js/components/cart/components/CartDiscountedAmount.svelte.d.ts +1 -0
  4. package/dist-js/components/cart/components/CartItems.svelte.d.ts +1 -0
  5. package/dist-js/components/cart/components/CartSubtotalAmount.svelte.d.ts +1 -0
  6. package/dist-js/components/cart/components/CartTotalAmount.svelte.d.ts +1 -0
  7. package/dist-js/gomus-webcomponents.css +52 -15
  8. package/dist-js/gomus-webcomponents.iife.js +407 -277
  9. package/dist-js/gomus-webcomponents.js +407 -277
  10. package/dist-js/gomus-webcomponents.min.css +1 -1
  11. package/dist-js/gomus-webcomponents.min.iife.js +12 -12
  12. package/dist-js/gomus-webcomponents.min.js +7130 -7028
  13. package/dist-js/src/components/cart/components/CartCounter.spec.d.ts +1 -0
  14. package/dist-js/src/components/cart/components/CartCoupons.spec.d.ts +1 -0
  15. package/dist-js/src/components/cart/components/CartDetails.spec.d.ts +1 -0
  16. package/dist-js/src/components/cart/components/CartDetails.svelte.d.ts +15 -0
  17. package/dist-js/src/components/cart/components/CartDiscountedAmount.spec.d.ts +1 -0
  18. package/dist-js/src/components/cart/components/CartItems.spec.d.ts +1 -0
  19. package/dist-js/src/components/cart/components/CartSubtotalAmount.spec.d.ts +1 -0
  20. package/dist-js/src/components/cart/components/CartTotalAmount.spec.d.ts +1 -0
  21. package/dist-js/src/components/cart/components/Item.spec.d.ts +1 -0
  22. package/dist-js/src/components/cart/components/itemTitles/Event.spec.d.ts +1 -0
  23. package/dist-js/src/components/cart/components/itemTitles/Ticket.spec.d.ts +1 -0
  24. package/dist-js/src/components/cart/components/utils.spec.d.ts +1 -0
  25. package/dist-js/src/factories/CartItemFactories.d.ts +173 -0
  26. package/dist-js/src/lib/stores/shop.svelte.d.ts +0 -1
  27. package/dist-js/src/test-helpers/resetShop.d.ts +1 -0
  28. package/package.json +4 -2
package/README.md CHANGED
@@ -1,18 +1,948 @@
1
1
  # Changelog
2
2
 
3
- ## 0.0.11
4
- - Selected Timeslot have now the attribute `data-go-selected`
3
+ ## 3.0.0-next.2 (2026-05-21)
5
4
 
6
- ## 0.0.10
7
- - Fix import for `go-total`
5
+ ### Bug Fixes
8
6
 
9
- ## 0.0.9
10
- - Add `go-cart` component
11
- - Add `go-checkout-button` component
12
- - Add `go-total` component
7
+ * **shop:** remove dangerous clearCache() that wiped auth and cart, closes [this.#data](https://gitlab.giantmonkey.de/gomus/this./issues/data) [gomus/frontend#24](https://gitlab.giantmonkey.de/gomus/frontend/issues/24)
13
8
 
9
+ ## 3.0.0-next.1 (2026-05-11)
14
10
 
15
- ## 0.0.8
16
- - When `go-ticket-selection` filter is `annual`, should correctly show the annual tickets
17
- - Hide `go-calendar` and `go-timeslots` when filter is `annual`
18
- - Hide `go-timeslots` when filter is `normal`
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * **cart:** <go-cart> is now a composable shell. The old self-rendering
14
+ <go-cart></go-cart> markup no longer renders the standard layout — integrators
15
+ must migrate to the new subcomponents (<go-cart-items>, <go-cart-coupons>,
16
+ <go-cart-subtotal-amount>, <go-cart-discounted-amount>, <go-cart-total-amount>)
17
+ or use the `default` attribute as a drop-in. Coupon row classes are renamed
18
+ (.go-cart-coupon, .go-cart-coupon-code, .go-cart-coupon-remove). The remove
19
+ button uses the shared .go-cart-remove class. <go-if> now exposes the cart
20
+ projection as data.cartView. See README.md and the cart documentation for
21
+ the full migration.
22
+
23
+ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
24
+
25
+ ### Features
26
+
27
+ * **cart, if:** expose cart projection to go-if and document coupon scenarios
28
+ * **cart:** enhance layout & UX with new coupon redemption and styling updates
29
+ * **cart:** modularize cart components and add customizable subcomponents
30
+
31
+ ### Bug Fixes
32
+
33
+ * flush unsubmitted coupon token before checkout
34
+ * validate coupon on go-after-validation, not just submit
35
+
36
+ ### Documentation
37
+
38
+ * **cart:** announce 3.0.0 breaking change for cart composable rewrite
39
+
40
+ # Changelog
41
+
42
+ ## 2.1.1-next.1 (2026-05-08)
43
+
44
+ ### Bug Fixes
45
+
46
+ * Just testing next release
47
+
48
+ ## 2.1.0 (2026-05-05)
49
+
50
+ ### Features
51
+
52
+ * add bundle analysis scripts for web components
53
+
54
+ ## 2.0.0 (2026-05-05)
55
+
56
+ Major release. All ticket-selection filter names changed. `mode` attribute removed. `<go-ticket-segment filters>` now multi-valued and optional (inherits from parent). New `event:admission` / `events:admission` filter family with `:day` / `:timeslot` ticket-type splits.
57
+
58
+ ### ⚠ BREAKING CHANGES — what integrators must update
59
+
60
+ #### 1. Rename your filters
61
+
62
+ All filter tokens used in `<go-ticket-selection filters="...">` and `<go-ticket-segment filters="...">` must be renamed.
63
+
64
+ | Old (≤ 1.57) | New (2.0) | Notes |
65
+ |-----------------------|-----------------------------|---------------------------------------------------|
66
+ | `timeslot` | `ticket:timeslot` | renamed |
67
+ | `day` | `ticket:day` | renamed |
68
+ | `annual` | `ticket:annual` | renamed |
69
+ | `event:ticket` | `event:admission` | renamed |
70
+ | `event:scaled-price` | `event:price` | renamed |
71
+ | `events:scaled-price` | `events:price` | renamed |
72
+ | — | `event:admission:day` | **new** — single event, day tickets only |
73
+ | — | `event:admission:timeslot` | **new** — single event, timed-entry tickets only |
74
+ | — | `events:admission` | **new** — multi-event admission listing |
75
+ | — | `events:admission:day` | **new** — multi-event admission, day tickets only |
76
+ | — | `events:admission:timeslot` | **new** — multi-event admission, timed-entry only |
77
+
78
+
79
+ Unknown filter tokens now emit a `console.warn` listing valid names instead of failing silently.
80
+
81
+ #### 2. Drop the `mode` attribute
82
+
83
+ ```html
84
+ <!-- before -->
85
+ <go-ticket-selection mode="ticket" filters="timeslot"></go-ticket-selection>
86
+
87
+ <!-- after -->
88
+ <go-ticket-selection filters="ticket:timeslot"></go-ticket-selection>
89
+ ```
90
+
91
+ The `mode` attribute is ignored and emits a deprecation warning if present. Remove it.
92
+
93
+ #### 3. `<go-ticket-segment filters>` is now multi-valued and optional
94
+
95
+ * Comma-separated: `<go-ticket-segment filters="ticket:day,ticket:timeslot">` runs both filters in the same segment in parallel.
96
+ * Optional: when omitted, the segment inherits the parent `<go-ticket-selection filters>`. Previously the segment threw if `filters` was missing.
97
+
98
+ ```html
99
+ <!-- before — filters required, single value -->
100
+ <go-ticket-selection filters="timeslot">
101
+ <go-ticket-segment filters="timeslot"></go-ticket-segment>
102
+ </go-ticket-selection>
103
+
104
+ <!-- after — segment inherits parent -->
105
+ <go-ticket-selection filters="ticket:timeslot">
106
+ <go-ticket-segment></go-ticket-segment>
107
+ </go-ticket-selection>
108
+ ```
109
+
110
+ Parent and child filters still need to stay consistent — no auto-inference between selection-level visibility and segment-level loading.
111
+
112
+ ### Features
113
+
114
+ * **New filter `event:admission`** (replaces `event:ticket`). Renders an event's admission tickets and scopes timeslot capacity to the event's own ticket IDs, so unrelated shop-wide timeslot tickets no longer leak into the picker.
115
+
116
+ * **New filter `events:admission`** — multi-event listing that renders each event's admission tickets for the selected date + time window. Use for "What's on today" pages.
117
+
118
+ * **New filters `event:admission:day`, `event:admission:timeslot`, `events:admission:day`, `events:admission:timeslot`** — split admission flows by ticket type so day tickets and timed-entry tickets render in separate segments. Plain `event:admission` / `events:admission` still render every type.
119
+
120
+ * **Multiple filters per segment.** `<go-ticket-segment filters="a,b">` loads both filters in parallel and merges their tickets into the same segment.
121
+
122
+ * **Segment filter inheritance.** Omit `filters` on `<go-ticket-segment>` to fall back to the parent `<go-ticket-selection filters>`.
123
+
124
+ * **Better diagnostics.** Unknown filter tokens log a warning listing the valid names. The deprecated `mode` attribute logs a deprecation warning.
125
+
126
+ ### Bug Fixes
127
+
128
+ * **`event:admission` timeslot picker no longer mixes capacities from unrelated shop tickets.** Previously, slots (e.g. 10:00) could appear sold-out on an event because an unrelated shop-wide timeslot ticket had no capacity, even though the event's own tickets did. Each filter's timeslot fetch is now scoped to its own ticket IDs.
129
+
130
+ ## 1.57.0 (2026-05-04)
131
+
132
+ ### Features
133
+
134
+ * Add photo upload field to annual ticket personalization
135
+
136
+ ## 1.56.1 (2026-04-28)
137
+
138
+ ### Bug Fixes
139
+
140
+ * Import type issue
141
+
142
+ ## 1.56.0 (2026-04-28)
143
+
144
+ ### Features
145
+
146
+ * add support for flat event tickets with subtype handling
147
+ * enhance cart model with improved type safety and subtype handling
148
+ * refactor product model to a proper discriminated union
149
+ * refactor product model to replace `product_type` with `type` and introduce `subtype`
150
+ * Update Naming: replace scaling price tickets with event tickets and update references
151
+
152
+ ## 1.55.3 (2026-04-27)
153
+
154
+ ### Bug Fixes
155
+
156
+ * Clear go-auth data for guest accounts after checkout
157
+
158
+ ## 1.55.2 (2026-04-21)
159
+
160
+ ### Bug Fixes
161
+
162
+ * Pass correct payment Id to order api
163
+
164
+ ## 1.55.1 (2026-04-20)
165
+
166
+ ### Bug Fixes
167
+
168
+ * Remove date from annual ticket cart item
169
+
170
+ ## 1.55.0 (2026-04-20)
171
+
172
+ ### Features
173
+
174
+ * implement CSP-safe expression evaluator with extended syntax support
175
+
176
+ ## 1.54.2 (2026-04-17)
177
+
178
+ ### Bug Fixes
179
+
180
+ * Disable cross tab sync for cart
181
+ * Do not call cart api when there are no coupons applied
182
+
183
+ ## 1.54.1 (2026-04-16)
184
+
185
+ ### Bug Fixes
186
+
187
+ * cart event scale prices display
188
+
189
+ ## 1.54.0 (2026-04-16)
190
+
191
+ ### Features
192
+
193
+ * simplify timeslot selection logic with reusable dispatch function
194
+
195
+ ### Bug Fixes
196
+
197
+ * auto-select the only available timeslot
198
+
199
+ ## 1.53.0 (2026-04-14)
200
+
201
+ ### Features
202
+
203
+ * add action token scenarios for cart with storybook integration
204
+ * Add createCart api call
205
+ * add display model and coupon handling logic for cart
206
+ * Allow to remove coupons from the cart
207
+ * enhance localStorage cart sync with deduplication and cross-tab support
208
+ * refactor cart logic to enhance coupon handling and display item model integration
209
+ * update cart display logic with new display model integration
210
+ * Update redeem function to call createCart when token is an action token
211
+
212
+ ### Bug Fixes
213
+
214
+ * remove redundant `orderData` call and unused coupon logic
215
+
216
+ ## 1.52.0 (2026-04-13)
217
+
218
+ ### Features
219
+
220
+ * Add PaymentModes web component
221
+ * Refactor PaymentModes web component into form field
222
+
223
+ ### Bug Fixes
224
+
225
+ * Hide payment mode input if there is only one option
226
+
227
+ ## 1.51.1 (2026-03-31)
228
+
229
+ ### Bug Fixes
230
+
231
+ * nest Web Components box inside Kunden-Website in presentation diagram
232
+
233
+ ## 1.51.0 (2026-03-30)
234
+
235
+ ### Features
236
+
237
+ * fix defining form fields via go.config
238
+
239
+ ## 1.50.1 (2026-03-30)
240
+
241
+ ### Bug Fixes
242
+
243
+ * ensure timeslots are sorted chronologically in QuotaManager
244
+
245
+ ## 1.50.0 (2026-03-26)
246
+
247
+ ### Features
248
+
249
+ * Form Errors Screen Reader Fix
250
+ * improve dynamic ID handling in Field
251
+ * update field components to support multiple describedBy IDs
252
+
253
+ ## 1.49.0 (2026-03-24)
254
+
255
+ ### Features
256
+
257
+ * Use tickets dynamic_prices to update price based on timeslot selected
258
+
259
+ ### Bug Fixes
260
+
261
+ * Remove items from the cart when they are in the past
262
+
263
+ ## 1.48.0 (2026-03-19)
264
+
265
+ ### Features
266
+
267
+ * add floor option to generateQuantityOptions and update cart item selector to use it
268
+
269
+ ## 1.47.1 (2026-03-19)
270
+
271
+ ### Bug Fixes
272
+
273
+ * show only edge on doc storybook shop selector
274
+
275
+ ## 1.47.0 (2026-03-17)
276
+
277
+ ### Features
278
+
279
+ * add accessibility tests to CI pipeline
280
+ * add preVisit hook to wait for Storybook to load
281
+ * implement accessibility test runner for Storybook
282
+ * increase test timeout for Storybook in CI
283
+ * refactor a11y test script into standalone bash file
284
+
285
+ ### Bug Fixes
286
+
287
+ * extend Storybook timeout and add initialization check in a11y test script
288
+ * extend test timeout for a11y tests in Storybook
289
+
290
+ ## 1.46.0 (2026-03-06)
291
+
292
+ ### Features
293
+
294
+ * add personalization details to If component
295
+
296
+ ## 1.45.0 (2026-03-04)
297
+
298
+ ### Features
299
+
300
+ * improve form wrapping behavior and update form configuration logic
301
+
302
+ ### Bug Fixes
303
+
304
+ * improve form configs merge logic in ConfigStore
305
+
306
+ ## 1.44.0 (2026-03-04)
307
+
308
+ ### Features
309
+
310
+ * Add ical_url to order items and add translations for hardcoded strings
311
+
312
+ ## 1.43.0 (2026-03-03)
313
+
314
+ ### Features
315
+
316
+ * add web components management presentation with FTP deploy
317
+
318
+ ## 1.42.0 (2026-03-02)
319
+
320
+ ### Features
321
+
322
+ * add localStorage support for capacity management with cross-tab sync
323
+ * add tests to ensure cart respects ticket capacity limits
324
+ * extract cart item rendering into a dedicated component
325
+ * improve accessibility and cart item rendering logic
326
+
327
+ ### Bug Fixes
328
+
329
+ * ensure minimum seats default to 0 when undefined
330
+
331
+ ## 1.41.0 (2026-02-25)
332
+
333
+ ### Features
334
+
335
+ * add boockedOutCount for timeslots and improve test coverage
336
+ * add message display for booked out timeslots
337
+ * register timeslot details in TicketSelectionDetails
338
+
339
+ ## 1.40.0 (2026-02-24)
340
+
341
+ ### Features
342
+
343
+ * add `go` snippet loader and interface implementation with tests
344
+ * add Playwright unit test configuration and example test
345
+ * add static server support for Playwright tests
346
+ * migrate from `go` to `configStore` implementation
347
+ * refactor `go` implementation and enhance `configStore`
348
+
349
+ ### Bug Fixes
350
+
351
+ * correct file path for snippet in interface test
352
+ * handle localStorage unavailability in shop mock setup
353
+ * update Vitest config to exclude additional e2e spec patterns
354
+
355
+ ## 1.39.5 (2026-02-17)
356
+
357
+ ### Bug Fixes
358
+
359
+ * Display event start_time along side event title
360
+ * Filter dates that are too far in the future
361
+
362
+ ## 1.39.4 (2026-02-16)
363
+
364
+ ### Bug Fixes
365
+
366
+ * Remove space from string
367
+
368
+ ## 1.39.3 (2026-02-12)
369
+
370
+ ### Bug Fixes
371
+
372
+ * Filter dates by available seats
373
+
374
+ ## 1.39.2 (2026-02-05)
375
+
376
+ ### Bug Fixes
377
+
378
+ * Add missing translations to annual ticket personalization list
379
+
380
+ ## 1.39.1 (2026-01-26)
381
+
382
+ ### Bug Fixes
383
+
384
+ * Passbook showing when ticket doesn't have it
385
+
386
+ ## 1.39.0 (2026-01-23)
387
+
388
+ ### Features
389
+
390
+ * add museum ID filtering for ticket segments
391
+
392
+ ## 1.38.0 (2026-01-23)
393
+
394
+ ### Features
395
+
396
+ * move timeslot filtering to the model level and removed some legacy code that was unused
397
+
398
+ ### Bug Fixes
399
+
400
+ * Show correct timeslots when multiple exist with the same startAt
401
+
402
+ ## 1.37.1 (2026-01-23)
403
+
404
+ ### Bug Fixes
405
+
406
+ * Ensure that we pass locale parameters with post requests
407
+
408
+ ## 1.37.0 (2026-01-20)
409
+
410
+ ### Features
411
+
412
+ * Allow to pass date_id param to event:tickets segment
413
+
414
+ ## 1.36.0 (2026-01-19)
415
+
416
+ ### Features
417
+
418
+ * add configurable submit label support for forms
419
+ * add localization support for form submit labels
420
+
421
+ ### Bug Fixes
422
+
423
+ * simplify form submit label localization logic
424
+
425
+ ## 1.35.0 (2026-01-16)
426
+
427
+ ### Features
428
+
429
+ * **cart:** Add coupon support with local storage persistence
430
+ * **coupon:** add coupon redemption component
431
+
432
+ ## 1.34.0 (2026-01-16)
433
+
434
+ ### Features
435
+
436
+ * add `fill` method to FormDetails and update components for data population
437
+ * add change password component with form validation
438
+ * add change password component with form validation
439
+ * add functionality to load scaled price tickets for events
440
+ * add new API methods for PUT and DELETE requests in shop store
441
+ * add new API methods for PUT and DELETE requests in shop store
442
+ * add onsubmit callback support for forms
443
+ * add onsubmit callback support for forms
444
+ * add Profile Details component
445
+ * add profile entry component for improved modularization
446
+ * add profile entry component for improved modularization
447
+ * add profile overview component with token validation
448
+ * add profile overview component with token validation
449
+ * add ticket group ID support for ticket loading and improve error handling
450
+ * add ticket group ID support for ticket loading and improve error handling
451
+ * add toString method to FormDetails class
452
+ * add toString method to FormDetails class
453
+ * enhance support for scaled price ticket filtering and event handling
454
+ * go-form to dispatch a submit event only after submitting valid forms
455
+ * go-form to dispatch a submit event only after submitting valid forms
456
+ * introduce support for bulk event scaled price tickets and query-based filters
457
+ * load auth on init
458
+ * load auth on init
459
+ * rename and update methods for loading scaled price tickets
460
+ * replace form binding with event-driven submission handling
461
+ * replace form binding with event-driven submission handling
462
+ * restructure profile components for modularity and add `Details` component
463
+ * restructure profile components for modularity and add `Details` component
464
+ * update password components and enhance submission handling
465
+ * update password components and enhance submission handling
466
+ * update Profile components to enhance data handling and structure
467
+
468
+ ### Bug Fixes
469
+
470
+ * remove unused `[#fields](https://gitlab.giantmonkey.de/gomus/frontend/issues/fields)` property in FormDetails class
471
+ * remove unused `[#fields](https://gitlab.giantmonkey.de/gomus/frontend/issues/fields)` property in FormDetails class
472
+
473
+ ## 1.33.1 (2026-01-15)
474
+
475
+ ### Bug Fixes
476
+
477
+ * correct typo in LocalStorageCartItem type name
478
+
479
+ ## 1.33.0 (2026-01-08)
480
+
481
+ ### Features
482
+
483
+ * remove debugger
484
+
485
+ ## 1.32.0 (2026-01-05)
486
+
487
+ ### Features
488
+
489
+ * update TicketSegment to toggle 'is-empty' class based on ticket count
490
+
491
+ ### Bug Fixes
492
+
493
+ * correct typo in TicketSegment comment
494
+ * update snapshot tests to include explicit class attribute
495
+
496
+ ## 1.31.2 (2026-01-05)
497
+
498
+ ### Bug Fixes
499
+
500
+ * fix is-selected class in calendar to always been correctly set
501
+
502
+ ## 1.31.1 (2026-01-05)
503
+
504
+ ### Bug Fixes
505
+
506
+ * adjust cart item rendering to remove extra whitespaces
507
+
508
+ ## 1.31.0 (2026-01-05)
509
+
510
+ ### Features
511
+
512
+ * add documentation for TicketsEmpty component
513
+ * add TicketsEmpty component for empty state handling
514
+ * enhance AddToCartButton tests with new ticket factory and capacity logic
515
+ * enhance timeslot and ticket handling with availability filters and CSS updates
516
+ * introduce ticket factory and enhance tests with capacities
517
+
518
+ ## 1.30.0 (2025-12-29)
519
+
520
+ ### Features
521
+
522
+ * add support for event titles and scaled prices in cart
523
+
524
+ ### Bug Fixes
525
+
526
+ * remove unnecessary debug calls and adjust snapshots for ticket titles
527
+
528
+ ## 1.29.0 (2025-12-29)
529
+
530
+ ### Features
531
+
532
+ * enhance ticket selection calendar and localization support
533
+
534
+ ## 1.28.0 (2025-12-25)
535
+
536
+ ### Features
537
+
538
+ * ensure real-time error updates in forms for better feedback accessibility
539
+ * improve dynamic form handling and refine field validation logic
540
+
541
+ ### Bug Fixes
542
+
543
+ * remove unused $inspect call in ErrorsFeedback component
544
+
545
+ ## 1.27.2 (2025-12-25)
546
+
547
+ ### Bug Fixes
548
+
549
+ * handle additional error cases and improve error counting in forms
550
+
551
+ ## 1.27.1 (2025-12-25)
552
+
553
+ ### Bug Fixes
554
+
555
+ * ensure beforeSubmit function supports async operations in checkout form
556
+
557
+ ## 1.27.0 (2025-12-24)
558
+
559
+ ### Features
560
+
561
+ * add country field to checkout form and improve select field handling
562
+ * add localization support for cart headers and update documentation
563
+ * add localization support for cart headers and update documentation
564
+ * enhance form localization and error handling
565
+ * enhance form localization and error handling
566
+ * localize field errors and documentation for forms
567
+ * localize field errors and documentation for forms
568
+ * remove HostWC.svelte and refactor ticket and cart components
569
+ * remove HostWC.svelte and refactor ticket and cart components
570
+ * update form fields and localization handling
571
+ * update form fields and localization handling
572
+
573
+ ### Bug Fixes
574
+
575
+ * Show sold out timeslots
576
+
577
+ ## 1.26.3 (2025-12-16)
578
+
579
+ ### Bug Fixes
580
+
581
+ * Use depth param for calendar api
582
+
583
+ ## 1.26.2 (2025-12-15)
584
+
585
+ ### Bug Fixes
586
+
587
+ * Day tickets checking wrong time for their quota
588
+
589
+ ## 1.26.1 (2025-12-15)
590
+
591
+ ### Bug Fixes
592
+
593
+ * Use $derived for cart in checkoutForm
594
+
595
+ ## 1.26.0 (2025-12-15)
596
+
597
+ ### Features
598
+
599
+ * Adjusted seat capacity calculation to sum only matching items in the cart and precart.
600
+
601
+ ### Bug Fixes
602
+
603
+ * specs
604
+
605
+ ## 1.25.4 (2025-12-11)
606
+
607
+ ### Bug Fixes
608
+
609
+ * Add event times in order confirmation
610
+ * Show event times in cart
611
+
612
+ ## 1.25.3 (2025-12-11)
613
+
614
+ ### Bug Fixes
615
+
616
+ * cart unsafe mutation issue
617
+
618
+ ## 1.25.2 (2025-12-10)
619
+
620
+ ### Bug Fixes
621
+
622
+ * Reset timeslots when date changes
623
+
624
+ ## 1.25.1 (2025-12-09)
625
+
626
+ ### Bug Fixes
627
+
628
+ * Use barcodeId param for pdf download url
629
+
630
+ ## 1.25.0 (2025-12-09)
631
+
632
+ ### Features
633
+
634
+ * introduce availability policies for cart item management
635
+ * remove availability policies and introduce centralized capacity management
636
+
637
+ ## 1.24.1 (2025-12-03)
638
+
639
+ ### Bug Fixes
640
+
641
+ * Filter out tickets that do not have capacities for the selected timeslot
642
+
643
+ ## 1.24.0 (2025-12-02)
644
+
645
+ ### Features
646
+
647
+ * add descriptive class names to CalendarUI components
648
+ * add selected-date and filters as reflected attrs to the go-ticket-selection
649
+ * add warning for undefined routes in Link component
650
+ * optimize calendar fetch logic: Fetch 3 months
651
+
652
+ ## 1.23.0 (2025-11-30)
653
+
654
+ ### Features
655
+
656
+ * refactor ticket loading methods and introduce `loadEventTickets`
657
+ * update ticket segment logic for event tickets
658
+
659
+ ### Bug Fixes
660
+
661
+ * remove unused logs and improve ticket capacity handling
662
+ * update eventTickets imports and unskip TicketSegment test
663
+
664
+ ## 1.22.3 (2025-11-26)
665
+
666
+ ### Bug Fixes
667
+
668
+ * Add Event item to go-orders-breakdown
669
+
670
+ ## 1.22.2 (2025-11-26)
671
+
672
+ ### Bug Fixes
673
+
674
+ * Clear cart when go-order mounts
675
+
676
+ ## 1.22.1 (2025-11-26)
677
+
678
+ ### Bug Fixes
679
+
680
+ * Remove throw error from generateQuantityOptions
681
+
682
+ ## 1.22.0 (2025-11-25)
683
+
684
+ ### Features
685
+
686
+ * selected-date
687
+
688
+ ## 1.21.0 (2025-11-25)
689
+
690
+ ### Features
691
+
692
+ * cart.continget to cap the amount of items in the cart
693
+ * go link component
694
+ * Scaled Price Events respect data.seat to calculate the capacity
695
+ * Ticket Selection, event mode
696
+
697
+ ### Bug Fixes
698
+
699
+ * make the cartItem.uuid unique
700
+
701
+ ## 1.20.1 (2025-11-24)
702
+
703
+ ### Bug Fixes
704
+
705
+ * $ in class
706
+
707
+ ## 1.20.0 (2025-11-19)
708
+
709
+ ### Features
710
+
711
+ * Add go-order component
712
+
713
+ ## 1.19.0 (2025-11-18)
714
+
715
+ ### Features
716
+
717
+ * update dummy component styles
718
+
719
+ ## 1.18.0 (2025-11-18)
720
+
721
+ ### Features
722
+
723
+ * update dummy component styles
724
+
725
+ ## 1.17.0 (2025-11-18)
726
+
727
+ ### Features
728
+
729
+ * new version
730
+
731
+ ## 1.16.2 (2025-11-13)
732
+
733
+ ### Bug Fixes
734
+
735
+ * Log error instead of throwing
736
+
737
+ ## 1.16.1 (2025-11-12)
738
+
739
+ ### Bug Fixes
740
+
741
+ * Do not throw error when evaluating expression
742
+
743
+ ## 1.16.0 (2025-11-12)
744
+
745
+ ### Features
746
+
747
+ * getDetails
748
+
749
+ ## 1.15.0 (2025-11-11)
750
+
751
+ ### Features
752
+
753
+ * add cart event dispatching for item addition/removal
754
+
755
+ ## 1.14.0 (2025-11-11)
756
+
757
+ ### Features
758
+
759
+ * update belvedere staging shop domain
760
+
761
+ ## 1.13.0 (2025-11-10)
762
+
763
+ ### Features
764
+
765
+ * add confirmation email and password validation for forms
766
+ * remove API required fields validation from FormDetails
767
+ * remove support for required API keys in forms
768
+ * shop.apiPost add validation utilities and integrate body validation in API methods
769
+ * update form validation logic and downgrade vitest version
770
+
771
+ ### Bug Fixes
772
+
773
+ * handle missing host connection in createGetDetails
774
+
775
+ ## 1.12.0 (2025-11-10)
776
+
777
+ ### Features
778
+
779
+ * Add classButton property to go-submit
780
+ * Add classLabel and classInput properties to go-field component
781
+
782
+ ## 1.11.0 (2025-11-04)
783
+
784
+ ### Features
785
+
786
+ * add `go-cart-empty` component for empty cart state handling
787
+ * enhance cart item structure
788
+
789
+ ## 1.10.0 (2025-11-04)
790
+
791
+ ### Features
792
+
793
+ * Add annual ticket personalization components
794
+
795
+ ## 1.9.0 (2025-11-03)
796
+
797
+ ### Features
798
+
799
+ * rename ticket group component to ticket segment component
800
+ * rename ticket group components to segment components
801
+
802
+ ## 1.8.6 (2025-10-28)
803
+
804
+ ### Bug Fixes
805
+
806
+ * merge customOptions to go.options
807
+
808
+ ## 1.8.5 (2025-10-28)
809
+
810
+ ### Bug Fixes
811
+
812
+ * Add Cart counter to exports
813
+
814
+ ## 1.8.4 (2025-10-23)
815
+
816
+ ### Bug Fixes
817
+
818
+ * Use locales data from gomus
819
+
820
+ ## 1.8.3 (2025-10-21)
821
+
822
+ ### Bug Fixes
823
+
824
+ * go-if not working inside of go-checkout-form
825
+
826
+ ## 1.8.2 (2025-10-17)
827
+
828
+ ### Bug Fixes
829
+
830
+ * Do not throw when api is not yet set
831
+ * field definition for custom form docs
832
+ * Typos
833
+
834
+ ## 1.8.1 (2025-10-14)
835
+
836
+ ### Bug Fixes
837
+
838
+ * correct `apiKey` mapping in form field definitions
839
+
840
+ ## 1.8.0 (2025-10-14)
841
+
842
+ ### Features
843
+
844
+ * semantic release
845
+
846
+ ## 1.7.0 (2025-10-14)
847
+
848
+ ### Features
849
+
850
+ * enhance form handling with updated field and error management
851
+ * improve form validation and error handling
852
+ * refactor form field management and add new form handling logic
853
+ * replace `id` with `key` in form fields for consistency
854
+ * replace `name` attribute with `key` in `go-field` and enhance form handling
855
+ * update form fields to use `go-field` and deprecate `go-input`
856
+
857
+ ### Bug Fixes
858
+
859
+ * remove unnecessary fetch condition and update tests
860
+
861
+ ## 1.6.0 (2025-10-13)
862
+
863
+ ### Features
864
+
865
+ * add `fields` getter to `FormDetails` component
866
+ * add `beforeSubmit` callback for forms
867
+ * add `beforeSubmit` hook for guest checkout
868
+ * add conditional logic for form fields in `IfInForm`
869
+ * add custom form documentation and update field serialization logic
870
+ * add dynamic conditional logic and documentation for `IfInForm`
871
+ * add support for guest checkout with salutation and validation
872
+ * fix spex
873
+ * remove `guestCheckout` and related utilities in favor of direct `shop` API integration
874
+
875
+ ## 1.5.0 (2025-10-07)
876
+
877
+ ### Features
878
+
879
+ * (Auth) add expiry handling to the auth
880
+ * (Auth) small change
881
+ * (Forms) add a formData to form details
882
+
883
+ ### Bug Fixes
884
+
885
+ * **auth:** ensure invalid auth JSON triggers sign out
886
+ * **auth:** small fix
887
+ * **auth:** small fix
888
+
889
+ ## 1.4.0 (2025-10-07)
890
+
891
+ ### Features
892
+
893
+ * (Ticket Selection) add ticket-group-ids attribute and also filter by day
894
+
895
+ ## 1.3.0 (2025-10-06)
896
+
897
+ ### Features
898
+
899
+ * **auth:** Auth Store and Middleware
900
+ * **auth:** implement AuthMiddleware for request authentication and response handling
901
+
902
+ ## 1.2.0 (2025-09-30)
903
+
904
+ ### Features
905
+
906
+ * add standard input fields documentation for CheckoutForm
907
+
908
+ ## 1.1.0 (2025-09-30)
909
+
910
+ ### Features
911
+
912
+ * login form
913
+ * login form
914
+
915
+ ## 1.0.0 (2025-09-25)
916
+
917
+ ### Features
918
+
919
+ * **cart, localStorage:** Improve cart and localStorage synchronization logic
920
+ * **cart, tickets:** Add local storage handling and integrate cart button
921
+ * **cart, tickets:** Enhance cart attributes and improve local storage handling
922
+ * **cart, tickets:** Enhance cart structure and simplify ticket quantity handling
923
+ * **cart, tickets:** Improve cart and local storage synchronization
924
+ * **cart, tickets:** Refactor `Cart` logic, improve localStorage sync, and enhance tests
925
+ * **cart, tickets:** Refactor add-to-cart logic and enhance associated tests
926
+ * **cart, tickets:** Refactor cart and ticket components for improved functionality
927
+ * **cart, tickets:** Refactor components, tests, and mocks for maintainability
928
+ * **cart, tickets:** Update layouts, enhance state handling, and improve UI consistency
929
+ * **cart, tickets:** Update layouts, enhance state handling, and improve UI consistency
930
+ * **cart:** Add CartHost, improve cart functionality, and update tests
931
+ * **cart:** Enhance cart handling with property tracking and sum utility
932
+ * Kitbook multilingual preview
933
+ * **tickets, calendar:** Refactor ticket selection and calendar components
934
+ * **tickets, cart:** Modularize and enhance ticket group functionality
935
+ * **tickets, cart:** Refactor ticket selection components and introduce documentation
936
+ * **wrapInElement:** Add utility function and tests for wrapping elements
937
+
938
+ ### Bug Fixes
939
+
940
+ * **tickets, cart:** Standardize filter usage and improve navigation logic
941
+ * Update navigation URLs and clean up snapshots
942
+ * Use gomusOrderToken instead of gomusOrderId
943
+ * use order token for apm also
944
+
945
+ ### Reverts
946
+
947
+ * Revert "Add back azin specs"
948
+ * Revert Azin commits