Aaron Moore

Results 23 issues of Aaron Moore

I have noticed in the [parallax demo page](https://alvarotrigo.com/fullPage/extensions/parallax.html) that if you set `scrollBar:true` and `autoScrolling:true`, the background images seem to jump and stutter on scroll, most noticeably in Safari on...

enhancement

**Is your feature request related to a problem? Please describe.** The `@storybook/addon-knobs` addon we use in Storybook has been deprecated in favour of `@storybook/addon-controls` (which we have in the application)....

technical-work

Reverts bbc/simorgh#11261 and reinstates the original PR: https://github.com/bbc/simorgh/pull/11122 Description from original PR: Overall changes ====== Removes `node-fetch` and `isomorphic-fetch` in favour of using Node 18+ built-in fetch mechanism, provided by...

Do not merge

Overall changes ====== - Updates Next.js to 14.1.0 - Updates other dev dependencies to latest versions - Resolves an outstanding issue that was introduced in version 14.0.2 that causes yarn...

Resolves JIRA [number] Overall changes ====== _A very high-level summary of easily-reproducible changes that can be understood by non-devs, and why these changes where made._ Code changes ====== - _A...

Do not merge

Overall changes ====== - Initial implementation of adding Chartbeat on Lite pages, mainly to test that this approach works and sends data to Chartbeat. Code changes ====== - Adds checks...

Overall changes ====== - Creates 'pipe' function to allow multiple transforms in the future - Adds `try/catch` around anchor tag transform to safely bail out in the event of an...

Resolves JIRA [number] Overall changes ====== _A very high-level summary of easily-reproducible changes that can be understood by non-devs, and why these changes where made._ Code changes ====== - _A...

Overall changes ====== - Removes `defaultProps` and `propTypes` from the codebase as these will become removed/deprecated in React 19+ https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops - Makes use of the ES6 default value to try...

Overall changes ====== - Small fix to correctly display inline html for labels. This can be seen in the Russian newsletter checkbox: https://www.bbc.com/russian/send/u168281705 whereby it links to the relevant policy...