@royaloperahouse/chord 2.2.10-e-chord-development → 2.2.11

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