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