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