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