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