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