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