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