Ghost/ghost/email-service/lib
Daniël van der Winden f456494776
Newsletter captions fix (#20396)
Fixes
https://linear.app/tryghost/issue/DES-4/image-caption-size-in-email-newsletter.

There were no styles defined for captions for cards beyond the featured
image (bookmark, gallery, video), and we had no way of targeting those
captions with CSS. They are now wrapped in a div with a specific class,
which allows for more selective styling, and are styled similarly to the
caption of the featured image.
2024-06-18 11:26:20 +02:00
..
email-templates Newsletter captions fix (#20396) 2024-06-18 11:26:20 +02:00
helpers Added hasFeature email template helper (#20271) 2024-05-29 11:43:46 +07:00
BatchSendingService.js 🐛 Increased email timeout when sending to lots of recipients (#19628) 2024-01-31 11:46:00 +00:00
EmailBodyCache.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailController.js Added test email rate limiting (#17505) 2023-07-27 08:46:50 +02:00
EmailEventProcessor.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailEventStorage.js Removed email from Mailgun's suppression list on unsubscribe (#18922) 2023-11-13 16:56:37 -03:00
EmailRenderer.js Newsletter captions fix (#20396) 2024-06-18 11:26:20 +02:00
EmailSegmenter.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
EmailService.js Added [test] prefix to test emails (#19431) 2024-01-03 16:08:56 +00:00
MailgunEmailProvider.js Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
SendingService.js Added [test] prefix to test emails (#19431) 2024-01-03 16:08:56 +00:00