dotcom-rendering
dotcom-rendering copied to clipboard
The Guardian web rendering service
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1095.0 to 2.1194.0. Release notes Sourced from aws-sdk's releases. Release v2.1194.0 See changelog for more information. Release v2.1193.0 See changelog for more information. Release v2.1192.0 See changelog...
TODO ## What does this change? ## Why? ## Screenshots | Before | After | |-------------|------------| | ![before][] | ![after][] | [before]: https://example.com/before.png [after]: https://example.com/after.png
## What? This PR ensures consistent spacing of 36px below each container on fronts ## Why? Previously, we sometimes had different levels of padding below each container and sometimes none...
## What does this change? This moves control for where we add padding to the bottom of containers from the internal content to the container itself ## Why? Using the...
## 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? - Demonstrates passing the `edition` from the `RenderingRequest` down to a live/dead blog's metadata dateline - The `edition` prop is optional in the `Metadata` and...
The new immersive layout comes with a number of new design features: 1. It derives a lot from the dotcom designs, and so may look different from the previous old...
We should turn on `noUncheckedIndexedAccess` in our tsconfig.json: https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess ```ts /* Without 'noUncheckedIndexedAccess' */ const myArray: MyType = []; const myVar = myArray[0]; // output: myVar: MyType /* With 'noUncheckedIndexedAccess'...
## What does this change? When checking the dependencies for loading the Braze web SDK, check for the Braze API key before the switch. ## Why? So that if the...
## What does this change? Changes background colour of firstColumnLinks section until.tablet ## Why? Bring in line with other sections ## Screenshots | Before | After | |-------------|------------| | ![before][]...