David Blatcher
David Blatcher
## What does this change? Uses integer timestamps on component events for newsletter sign-up components, instead of formatting into a custom date format. After a point raised in https://github.com/guardian/dotcom-rendering/pull/5440, which...
## What does this change? (No public-facing changes). Adds the module to insert a `NewsletterSignup` component into an article on Apps rendering. The exported `insertNewsletterIntoItem` function will: - do nothing...
## What does this change? - Changes the format of the title for the `EmailSignUp` component to: "Sign up to **[the]** **{displayName}** newsletter" (adding **the** if the displayName does not...
## What does this change? [no visible changes] Defines a function to insert a `NewsletterSignup` element into an `Item.body` in apps rendering, if the article has a `promotedNewsletter` and is...
## What does this change? [no public facing changes] Adds a client-side module to add functionality to the work-in-progress apps-rendering `EmailSignUp` component and adds it to the article page script....
## What does this change? Refactors the `updateUploadStatusTable` to throw the exception to the upload operation (where the upload failed) The `recover` on `attemptToProcessIngestedFile` has a separate case block for...
## What does this change? bumps aws dependencies version to latest patch for minor version patches kinesis-logback-appender NOTE - currently not working locally - tests pass, but the healthcheck for...
## What does this change? Adds an "key down" event listener to the document to post a message event to the parent window (IE, if the Grid is being used...
## What does this change? - Add a new block element "MarketingEmailSignupBlockElement" that can be added to an article as part of the enhancement function to include a promotion for...