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