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