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