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