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