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