@royaloperahouse/chord 2.2.12 → 2.2.13-a-chord-development

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [2.2.13]
2
+ - New component: Select2Async
3
+ - Select2: fixed minor issues
4
+
1
5
  ## [2.2.12]
2
6
  - Table component
3
7
 
@@ -39,121 +43,172 @@
39
43
  - Read More Component
40
44
 
41
45
  ## [2.2.0]
46
+
42
47
  - Fix Grid bug introduced in 2.1.9
43
48
 
44
49
  ## [2.1.10]
50
+
45
51
  - Add missing export for `CreditListing`
46
52
 
47
53
  ## [2.1.9]
54
+
48
55
  - Add Credit Listing
49
56
 
50
57
  ## [2.1.8]
58
+
51
59
  - Add Branding Link to Compact Header
52
60
 
53
61
  ## [2.1.7]
62
+
54
63
  - Footer updates
55
64
 
56
65
  ## [2.1.6]
66
+
57
67
  - Add X logo
58
68
 
59
69
  ## [2.1.5]
60
- - Revert search error caused by previous version
70
+
71
+ - Patch search bar hidden fix
61
72
 
62
73
  ## [2.1.4]
74
+
63
75
  - Fix screenreader accessibility for accordions
64
76
 
65
77
  ## [2.1.3]
78
+
66
79
  - Navigation: make links links
67
80
  - Clear testing errors
68
81
 
69
82
  ## [2.1.2]
83
+
70
84
  - TextField: include optional width param
71
85
 
72
86
  ## [2.1.1]
87
+
73
88
  - AnchorTabBar: change grid, to move tabs to the center
74
89
 
75
90
  ## [2.1.0]
91
+
76
92
  - Convert Pagination to href instead of React Router Link
77
93
 
78
94
  ## [2.0.0]
95
+
79
96
  - Remove swiper dependency
97
+
80
98
  ## [1.28.0]
99
+
81
100
  - Add new RadioGroup component
82
101
  - Progress: add the steps
83
102
  - Compact header: hide CTA if the prop is undefined
84
103
  - Compact header: change highlight color for Stream variant
85
104
 
86
105
  ## [1.27.1]
106
+
87
107
  - Fixed failing test on timer component
88
108
 
89
109
  ## [1.27.0]
110
+
90
111
  - ContentSummary component can now be configured to be fully clickable
91
112
 
92
113
  ## [1.26.0]
114
+
93
115
  - MiniCard and MinimalCarousel: add new components
94
116
 
95
117
  ## [1.25.2]
118
+
96
119
  - Now clicking on the gray overlay closes the search bar
97
120
 
98
121
  ## [1.25.1]
122
+
99
123
  - Stepper: Properly export component
100
124
 
101
125
  ## [1.25.0]
126
+
102
127
  - Stepper: Add Stepper component
103
128
 
104
129
  ## [1.24.2]
130
+
105
131
  - Increase Upsell Card Flag character limit to 30
106
132
 
107
133
  ## [1.24.1]
134
+
108
135
  - Include link field to Upsell Cards
109
136
 
110
137
  ## [1.24.0]
138
+
111
139
  - Implement Upsell Section & Upsell Cards
112
140
 
141
+ ## [1.23.2-b]
142
+
143
+ - Add Stepper component
144
+ - Fix solo negative sign NaN bug
145
+ -
146
+
113
147
  ## [1.23.2]
148
+
114
149
  - Fix BrandingStyle not showing bug
115
150
 
116
151
  ## [1.23.1]
152
+
117
153
  - Fix enum on BrandingStyle
118
154
 
119
155
  ## [1.23.0]
156
+
120
157
  - Re-enabled compact header on iOS
121
158
 
122
159
  ## [1.22.0]
160
+
123
161
  - TextArea: Added new TextArea component
124
162
  - TickBox: Added disabled and error states
125
163
 
126
164
  ## [1.21.1]
127
- - Made select state reset behaviour opt-in
165
+
166
+ - Compact PageHeading: Refactored to support iOS devices
128
167
 
129
168
  ## [1.21.0]
169
+
130
170
  - TextLogo: add new component
131
171
  - Compact PageHeading: swap logo with TextLogo to fix iOS issues
132
172
 
173
+ ## [1.20.2-a]
174
+
175
+ - Made select state reset behaviour opt-in
176
+
133
177
  ## [1.20.2]
178
+
134
179
  - Card: change cursor to default for cards without buttons
135
180
  - HighlightsCarousel: hide button in case there are no text for them
136
181
 
137
182
  ## [1.20.1]
183
+
138
184
  - Reset the select component's selected value to the first option if options change
139
185
 
140
186
  ## [1.20.0]
187
+
141
188
  - Tickbox: Add black-on-white option
189
+
142
190
  ## [1.19.0]
191
+
143
192
  - Add timer to navigation basket
193
+
144
194
  ## [1.18.3]
195
+
145
196
  - iOS devices show image instead of video for Compact PageHeading
146
197
 
147
198
  ## [1.18.1-2]
199
+
148
200
  - Fix iOS exception on VideoControls
149
201
 
150
202
  ## [1.18.0]
203
+
151
204
  - Add Compact PageHeading component
152
205
 
153
206
  ## [1.17.0]
207
+
154
208
  - Add Page Heading Panel variant
155
209
 
156
210
  ## [1.16.0]
211
+
157
212
  - Implemented a new Timer component
158
213
  - Progress: extended the component, added it to Storybook
159
214
  - PromoWithTags: added Timer component
@@ -162,290 +217,423 @@
162
217
  - Card: added label
163
218
 
164
219
  ## [1.15.1]
220
+
165
221
  - Change to pagination component to align page numbers with URL numbers.
166
222
 
167
223
  ## [1.15.0]
168
- - Implemented a new Select component
224
+
225
+ - Add Compact PageHeading component
169
226
 
170
227
  ## [1.14.0]
228
+
171
229
  - Added standfirst functionality to Accordion/ Accordions component and theme for Schools Platform
172
230
 
173
231
  ## [1.13.2]
232
+
174
233
  - Add styled-components to dev-dependencies, to fix issues with tests that appear after adding the new styled components
175
234
 
176
235
  ## [1.13.1]
236
+
177
237
  - AnchorTabBar: fix the issues on mobile devices that are related to scroll/stickiness
178
238
 
179
239
  ## [1.13.0]
240
+
180
241
  - Implemented a new TextField component
181
242
 
182
243
  ## [1.12.4]
244
+
183
245
  - Search: change copy
184
246
 
185
247
  ## [1.12.0]
248
+
186
249
  - Search: Extend ContentSummary and SearchBar components to support new search results
187
250
 
251
+ ## [1.11.0-a]
252
+
253
+ - Pagination: add new component
254
+
188
255
  ## [1.11.0]
256
+
189
257
  - Carousels: Rewrite logic that cuts description, to support older browsers
190
258
 
259
+ ## [1.10.0-a]
260
+
261
+ - ContentSummary: make image clickable
262
+
191
263
  ## [1.10.0]
264
+
192
265
  - PageHeadingImpact: Replace CSS background-image with HTML image element
193
266
 
194
267
  ## [1.9.0]
268
+
195
269
  - Card: Add a new prop for the hover line color
196
270
 
271
+ ## [1.9.0-c]
272
+
273
+ - ContentSummary: make image clickable
274
+
275
+ ## [1.9.0-b]
276
+
277
+ - ContentSummary: change image size
278
+ - SearchBar: Export component
279
+
280
+ ## [1.9.0-a]
281
+
282
+ - ContentSummary: change image props
283
+
284
+ ## [1.9.0]
285
+
286
+ - Card: Add a new prop for the hover line color
287
+
288
+ ## [1.8.1-h]
289
+
290
+ - ContentSummary: add exports
291
+
292
+ ## [1.8.1-g]
293
+
294
+ - ContentSummary: refactor
295
+
296
+ ## [1.8.1-f]
297
+
298
+ - ContentSummary: update conditional rendering
299
+
300
+ ## [1.8.1-c]
301
+
302
+ - ContentSummary: update for Search results
303
+ - ContentSummarySection: remove
304
+
305
+ ## [1.8.1-b]
306
+
307
+ - Card: add new prop for the line color on hover
308
+
197
309
  ## [1.8.0]
310
+
198
311
  - SearchBar: Disable
199
312
 
200
313
  ## [1.7.2]
314
+
201
315
  - Add imageAltText to Card component
202
316
 
203
317
  ## [1.7.0]
318
+
204
319
  - Add new ContentSummary component
205
320
  - Add new ContentSummarySection component
206
321
  - Add Content Summary Section and individual Content Summaries
207
322
 
208
323
  ## [1.6.3]
324
+
209
325
  - Add exports for zIndexes
210
326
 
211
327
  ## [1.6.2]
212
- - ImpactHeader: add alt text for sponsors logo custom image
328
+
329
+ - ImpactHeader: add alt text for sponsors logo custom image
213
330
 
214
331
  ## [1.6.1]
332
+
215
333
  - PageHeadingHighlight component: update exports
216
334
 
217
335
  ## [1.6.0]
336
+
218
337
  - Add new PageHeadingHighlight component
219
338
 
220
339
  ## [1.5.0]
340
+
221
341
  - PageHeading: decrease header height when title is not available
222
342
 
223
343
  ## [1.4.0]
344
+
224
345
  - ImpactHeader: make it possible to pass custom image as a sponsor logo
225
346
 
226
347
  ## [1.3.1]
348
+
227
349
  - Enable reduced size textLinks on PromoWithTags/asCard
228
350
 
229
351
  ## [1.3.0]
352
+
230
353
  - Add Static Actvivity Cards as PromoWithTags variant
231
354
 
232
355
  ## [1.2.0]
233
- - Card: buttons do not change position on mobiles;
356
+
357
+ - Card: buttons do not change position on mobiles;
234
358
 
235
359
  ## [1.1.0]
360
+
236
361
  - TitleWithCTA: fix cases with a long title
237
362
  - Card: add pointer cursor to container
238
363
 
239
364
  ## [0.9.0]
365
+
240
366
  - PromoWithTags: Add margin under ExtraContent iframe
241
367
 
242
368
  ## [0.8.0]
369
+
243
370
  - Card component: buttons are aligned by height
244
371
  - Highlight carousel: added possibility to display two CTAs
245
372
 
246
373
  ## [0.7.50]
374
+
247
375
  - Add Static Actvivity Cards
248
376
 
249
377
  ## [0.7.49]
378
+
250
379
  - Change button behaviour on stream and DED pages
251
380
 
252
381
  ## [0.7.48]
382
+
253
383
  - Add background themes to Information component
254
384
 
255
385
  ## [0.7.47]
386
+
256
387
  - PromoWithTags: Swap Content & ExtraContent divs to correct keyboard tab order
257
388
 
258
389
  ## [0.7.46]
390
+
259
391
  - Information: Add new Information component
260
392
 
261
393
  ## [0.7.45]
394
+
262
395
  - PromoWithTags: extend the component to handle extra content
263
396
 
264
397
  ## [0.7.441]
398
+
265
399
  - PageHeading: increase max line height for mobile devices
266
400
 
267
401
  ## [0.7.44]
402
+
268
403
  - PromoWithTags, PromoWithTitle: change grid for text content on tablet view
269
404
 
270
405
  ## [0.7.43]
406
+
271
407
  - AnchorTabBar: fix the typo in the name of the component
272
408
  - PromoWithTags: increase spacing between tags and body text
273
409
  - PromoWithTags: change prop name for subtags
274
410
 
275
411
  ## [0.7.42]
412
+
276
413
  - Livechat: Add more branded fields
277
414
 
278
415
  ## [0.7.41]
416
+
279
417
  - PromoWithTags: convert the checks value to boolean
280
418
 
281
419
  ## [0.7.40]
420
+
282
421
  - Add new PromoWithTags component
283
422
  - StickyBar: remove bottom border for mobile viewport
284
423
 
285
424
  ## [0.7.39]
425
+
286
426
  - Livechat: restyling
287
427
 
288
428
  ## [0.7.38]
429
+
289
430
  - PromoWithTitle: add styles for headings
290
431
 
291
432
  ## [0.7.37]
433
+
292
434
  - Tabs: Fix nav item spacing for large desktop displays
293
435
 
294
436
  ## [0.7.36]
295
- - Update PromowithTitle component with tags and change highlight color for text and title in Stream Header
437
+
438
+ - Update PromowithTitle component with tags and change highlight color for text and title in Stream Header
296
439
 
297
440
  ## [0.7.35]
441
+
298
442
  - Add new StickyBar component
299
443
 
300
444
  ## [0.7.34]
445
+
301
446
  - Tabs: Left-align last dropdown menu in the navigation bar
302
447
 
303
448
  ## [0.7.33]
449
+
304
450
  - Livechat: add Talkdesk Livechat injection component
305
451
 
306
452
  ## [0.7.32]
453
+
307
454
  - Carousels: extend character limit for description
308
455
 
309
456
  ## [0.7.31]
457
+
310
458
  - Card: add image alt text as a prop
311
459
 
312
460
  ## [0.7.30]
461
+
313
462
  - Navigation: add possibility to pass basket link as prop
314
463
 
315
464
  ## [0.7.29]
465
+
316
466
  - TextOnly: change spacing for the headings
317
467
 
318
468
  ## [0.7.28]
469
+
319
470
  - Order PeopleListing component by presence of headshot
320
471
  - Show four listings per row on large desktop
321
472
 
322
473
  ## [0.7.27]
474
+
323
475
  - Extend ContactCard capabilities
324
476
  - Extend Tertiary Button text length
325
477
 
326
478
  ## [0.7.26]
479
+
327
480
  - Add storybook-deployer package
328
481
  - Update README with instructions for deployment
329
482
 
330
483
  ## [0.7.25]
484
+
331
485
  - PeopleListing: add headshot
332
486
 
333
487
  ## [0.7.24]
488
+
334
489
  - Add new ContactCard component
335
490
 
336
491
  ## [0.7.23]
492
+
337
493
  - Accordion: make accordion keyboard-navigable
338
494
 
339
495
  ## [0.7.22]
496
+
340
497
  - Add new AnnouncementBanner component
341
498
 
342
499
  ## [0.7.21]
500
+
343
501
  - PageHeading: add a possibility to handle bold and italic in text
344
502
  - Header-2: fix font size and line-height
345
503
 
346
504
  ## [0.7.20]
505
+
347
506
  - TextOnly: fix spacing between the elements
348
507
 
349
508
  ## [0.7.19]
509
+
350
510
  - TextOnly: extend styles for embedded headers and links
351
511
 
352
512
  ## [0.7.18]
513
+
353
514
  - Quote: fix qoute signs
354
515
 
355
516
  ## [0.7.17]
517
+
356
518
  - Add new Quote component
357
519
 
358
520
  ## [0.7.16]
521
+
359
522
  - Card: fix title font size for tablet
360
523
 
361
524
  ## [0.7.15]
525
+
362
526
  - Tickbox: fix keyboard key value
363
527
 
364
528
  ## [0.7.14]
529
+
365
530
  - Fix keyboard accessibility for Tickbox
366
531
 
367
532
  ## [0.7.13]
533
+
368
534
  - Fix Carousel Card typography
369
535
  - Fix Impact Header Grid
370
536
  - Fix Footer Grid
371
537
  - Add additional font sizes for tablet
372
538
 
373
539
  ## [0.7.12]
540
+
374
541
  - Tickbox: fixed issue with component's state updating
375
542
 
376
543
  ## [0.7.11]
544
+
377
545
  - PromoWithTitle: align image vertically
378
546
 
379
547
  ## [0.7.10]
548
+
380
549
  - Theme: increases font size
381
550
 
382
551
  ## [0.7.9]
552
+
383
553
  - Impact: fix sponsor click and font size on mobile
384
554
  - Carousel: add buttons to tablet
385
555
  - Navigation: position fixed when menu is open on mobile
386
556
  - Highlight Carousel: add html text to short description
387
557
 
388
558
  ## [0.7.8]
559
+
389
560
  - TitleWithCTA: add message prop
390
561
 
391
562
  ## [0.7.7]
563
+
392
564
  - Tabs: close dropdown when it is clicked twice
393
565
 
394
566
  ## [0.7.6]
567
+
395
568
  - Add new initOpen prop to Accordion component
396
569
 
397
570
  ## [0.7.5]
571
+
398
572
  - Fix Styling in PeopleListing on Desktop
399
573
 
400
574
  ## [0.7.4]
575
+
401
576
  - Fix git README
402
577
 
403
578
  ## [0.7.3]
579
+
404
580
  - Fix Styling in PeopleListing on Mobile
405
581
 
406
582
  ## [0.7.2]
583
+
407
584
  - Add align center image in Editorial component
408
585
  - Export ControlledDropdown component
409
586
 
410
587
  ## [0.7.1]
588
+
411
589
  - Fix TitleWithCTA bug (visualization in two lines) in tablet
412
590
  - Export TextLink component
413
591
  - PeopleListing: custom person separator
414
592
 
415
593
  ## [0.7.0]
594
+
416
595
  - PeopleListing: replace people prop by roles prop
417
596
 
418
597
  ## [0.6.0]
598
+
419
599
  - Refactor the AnchorTabBar to separate page title and buttons
420
600
  - Add new TitleWithCTA component
421
601
  - Export Tab component
422
602
 
423
603
  ## [0.5.11]
604
+
424
605
  - Add Tickbox component and TickboxMode enum
425
606
  - PageHeading: fix typography
426
607
 
427
608
  ## [0.5.10]
609
+
428
610
  - Highlights Carousel: tablet layout improvements
429
611
  - Navigation improvements for small desktops.
430
612
  - Hide Rotator Buttons in the Hihghlight Carousel when there is only one event
431
613
 
432
614
  ## [0.5.9]
615
+
433
616
  - Reduce tablet grid margin from 50px to 32px.
434
617
  - Add alternative to aspect-ratio css attribute.
435
618
 
436
619
  ## [0.5.8]
620
+
437
621
  - PromoWithTitle links style
438
622
 
439
623
  ## [0.5.7]
624
+
440
625
  - Added Star icon to Iconography
441
626
 
442
627
  ## [0.5.6]
628
+
443
629
  - Added Favourite and Favourite Full icons to Iconography
444
630
 
445
631
  ## [0.5.5]
632
+
446
633
  - Export ImageAspectRatioWrapper component and AspectRatio enum
447
634
 
448
635
  ## [0.5.4]
636
+
449
637
  - Fix Card typography
450
638
  - Fix Carousel title typography
451
639
  - Fix Image Carousel size
@@ -454,51 +642,63 @@
454
642
  - Fix Anchor bar internal navigation
455
643
 
456
644
  ## [0.5.3]
645
+
457
646
  - Handle keyboard events using key attribute
458
647
 
459
648
  ## [0.5.2]
649
+
460
650
  - Highlights Carousel: info change swiping slide
461
651
  - Fix RotatorButtons a11y
462
652
 
463
653
  ## [0.5.1]
654
+
464
655
  - Highlights Carousel: fix box-sizing
465
656
 
466
657
  ## [0.5.0]
658
+
467
659
  - Highlights Carousel: new slides props (breaking change)
468
660
  - Fix in PageHeadingImpact image
469
661
 
470
662
  ## [0.4.4]
663
+
471
664
  - AnchorTabBar a11y: added tabIndex to links
472
665
 
473
666
  ## [0.4.3]
667
+
474
668
  - Prevent focus when navigation tab is clicked
475
669
 
476
670
  ## [0.4.2]
671
+
477
672
  - Highlights Carousel Components
478
673
  - Keyboard navigation fix for Navigation Component
479
674
 
480
675
  ## [0.4.1]
676
+
481
677
  - Swiper included as dependency
482
678
  - Fix for italics in Editorial, Card and PromoWithTitle components
483
679
  - Extra Props for AnchorTabBar
484
680
 
485
681
  ## [0.4.0]
682
+
486
683
  - Navigation Logo breaking change
487
684
  - Colors enum exported as in types
488
685
 
489
686
  ## [0.3.9]
687
+
490
688
  - Added Carousel Component
491
689
  - Dropdowns overlap fix
492
690
  - z-index fixes (for cards overlapping Anchor Tabs)
493
691
  - Navigation menu alignment fix
494
692
 
495
693
  ## [0.3.8]
694
+
496
695
  - Add possibility to configure GridItem for TextOnly component
497
696
  - Rich Text Editor Styling fix
498
697
  - Tweaks to Button layout for components
499
698
  - Anchor navigation arrows fix
500
699
 
501
700
  ## [0.3.7]
701
+
502
702
  - Typography change for Subtitle 2
503
703
  - AltHeader, BodyText, Header, Overline and Subtitle Components
504
704
  - REMOVED Heading Component - replaced by Header Component
@@ -506,22 +706,26 @@
506
706
  - made 'devices' public
507
707
 
508
708
  ## [0.3.6]
709
+
509
710
  - PageHeading Component
510
711
  - SectionTitle multiline fix
511
712
 
512
713
  ## [0.3.5]
714
+
513
715
  - Fix for Searchbox border on iOS
514
716
  - Fix for Accordion - Mobile Styling Issue
515
717
  - Fix for Card Component - Styling Issues
516
718
  - Change in Search layout
517
719
 
518
720
  ## [0.3.4]
721
+
519
722
  - Added Rotator Buttons
520
723
  - General Gotham SSm A & B font setup fixes
521
724
  - Fix for Footer font and size in mobile view
522
725
  - Subtitles 2 typography changes
523
726
 
524
727
  ## [0.3.3]
728
+
525
729
  - Added AnchorTabBar Component
526
730
  - Added Accordion Component
527
731
  - Added Card Component
@@ -529,10 +733,13 @@
529
733
  - Fix for Navigation Search font and mobile view
530
734
 
531
735
  ## [0.3.0]
736
+
532
737
  - Design system project renamed and moved to chord
533
738
 
534
739
  ## [0.2.0]
535
- - public NPM Library
740
+
741
+ - public NPM Library
536
742
 
537
743
  ## [0.1.0]
744
+
538
745
  - Initial version