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