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