Skip to content

Releases: bbc/simorgh

Release 4.996.0

10 May 09:34
66bf2bb
Compare
Choose a tag to compare

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

09 May 14:51
db73177
Compare
Choose a tag to compare

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

09 May 10:00
0438825
Compare
Choose a tag to compare

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

09 May 09:20
92458f2
Compare
Choose a tag to compare

Merge pull request #10804 from bbc/WSTEAMA-354-migrate-chartbeat

WSTEAMA-354 Migrate chartbeat component to src/app/components

Release 4.992.0

09 May 08:16
c10c0f2
Compare
Choose a tag to compare

Change Persian article E2E on Live (#10821)

Release 4.991.0

05 May 11:24
304a1af
Compare
Choose a tag to compare

Merge pull request #10807 from bbc/WSTEAM1-382-parse-app-extension-from-belfrage

WSTEAM1-382: Support .app extension in Simorgh

Release 4.990.0

03 May 15:25
fffb4e4
Compare
Choose a tag to compare

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

03 May 13:14
5141eb1
Compare
Choose a tag to compare

Fix node_modules caching issue in Github Action (#10811)

* Fix node_modules caching issue in Github Action

* update to Next 13 to test cache busting

* Revert "update to Next 13 to test cache busting"

This reverts commit ecd778b.

Release 4.988.0

03 May 09:37
8c57b43
Compare
Choose a tag to compare

Merge pull request #10808 from bbc/WSTEAMA-358-curation-component-supports-amp

WSTEAMA-358: Curation component supports amp

Release 4.987.0

02 May 12:00
a6cfb8f
Compare
Choose a tag to compare

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