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