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