@royaloperahouse/chord 2.2.9-c-chord-development → 2.2.9

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