Releases: bbc/simorgh
Release 4.996.0
Merge pull request #10805 from bbc/WSTEAM1-375-add-live-page-data
Adds Live Page BFF Fetch and Display%27s Data in NextJS App
Release 4.995.0
WSTEAM1-422 - Next.JS Jest unit test setup (#10818)
* Next.JS - Jest setup
* Update tsconfig.json
* Test GitHub action
* Ident fix
* Fix compilation errors
* Ignore Next.JS tests from Simorgh root
* Add --ci
flag
* Add emotion/jest
to serialise classnames
* Re-enable other steps
* change setupTests.js to setupTests.ts
* Small tidy up
Release 4.994.0
Merge pull request #10776 from bbc/NO_TICKET_fix_for_newsround_changes
convert bff page data fetch method to custom command for global use.
Use the new custom command.
Enable newsround execution on test env.
Release 4.993.0
Merge pull request #10804 from bbc/WSTEAMA-354-migrate-chartbeat
WSTEAMA-354 Migrate chartbeat component to src/app/components
Release 4.992.0
Change Persian article E2E on Live (#10821)
Release 4.991.0
Merge pull request #10807 from bbc/WSTEAM1-382-parse-app-extension-from-belfrage
WSTEAM1-382: Support .app extension in Simorgh
Release 4.990.0
Merge pull request #10774 from bbc/WSTEAM1-170-display-uploader-cta
WSTEAM1 170 - Create and Render Uploader CTA in Article Pages
Release 4.989.0
Release 4.988.0
Merge pull request #10808 from bbc/WSTEAMA-358-curation-component-supports-amp
WSTEAMA-358: Curation component supports amp
Release 4.987.0
WSTEAM1-358 - Apply component standards to MediaArticlePage (#10789)
* Convert MediaArticlePage to TS
* Snap update
* Ignore toggles test warning
* Add Toggles type
* Change oj types to singular
* Remove old recommendations type in favour or granular ones
* storybook fixes
* Extract types to types.ts - remove old prop-types import
* Convert RelatedContent components to Component Standards
* Remove ts-expect-error
comments from tests and stories
* Add missing breakpoint styles
* Rename styles from .tsx
to .ts
* Rename other component style files from .tsx
to .ts
* remove now unneeded ts-expect-error comments
* remove path aliasing
* remove ts-ignore in favour of ts-expect-error