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