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