Skip to content

Releases: bbc/simorgh

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

Release 4.986.0

27 Apr 13:24
72a55d4
Compare
Choose a tag to compare

Merge pull request #10803 from bbc/dotcom-permutive-csp

CSP - Allow permutive scripts and webworker from blob

Release 4.985.0

27 Apr 12:06
af3a358
Compare
Choose a tag to compare

Migrate FrostedGlassPromo to TS + new CSS style rules (#10801)

* Migrate FrostedGlassPromo to TS + new CSS style rules

* Fix font variant

* remove path aliasing

* remove Ramda where possible

* Makes use of new Image component - adds darkPlaceholder prop to Image component to determine styling

* test and snapshot updates

* missed snapshot

* Fix placeholder rendering styles when it shouldn%27t

Release 4.984.0

27 Apr 10:41
e1e3329
Compare
Choose a tag to compare

NextJS app Github Action steps (#10793)

* NextJS app Github Action build steps

* test with node_modules cache

* Add NextJS node_modules path to cache check

* Add step to local-server-tests.yml

* Remove unneeded echoes

Release 4.983.0

27 Apr 09:26
d8dbd78
Compare
Choose a tag to compare

Merge pull request #10800 from bbc/WSTEAMA-266-homepage-seo-attributes

WSTEAMA-266 Homepage SEO attributes

Release 4.982.0

26 Apr 13:53
1076bdd
Compare
Choose a tag to compare

Merge pull request #10802 from bbc/WSTEAM1-347-fix-latest-view-tracking

WSTEAM1-347 - Adds view tracking to Latest Media component

Release 4.981.0

26 Apr 12:06
907ab99
Compare
Choose a tag to compare

Enable Optimo features+analysis promos (#10795)

* Enable Optimo features+analysis promos

* Add altText for Optimo promos

* small refactor

Release 4.980.0

25 Apr 15:43
04494f5
Compare
Choose a tag to compare

Merge pull request #10664 from bbc/preview-env

NEWSWORLDSERVICE-1629 - Preview Env

Release 4.979.0

25 Apr 13:46
c752bf0
Compare
Choose a tag to compare

Remove remaining most watched and recent assets links from navs, update Turkish recommender title (#10785)

* Remove most watched and recent asset links from navs

* Update snapshots

---------

Co-authored-by: Aaron Moore aaron.moore@bbc.co.uk

Release 4.978.0

25 Apr 11:43
9c206bf
Compare
Choose a tag to compare

WSTEAM1-371 - darkMode usage clean up (#10773)

* Replace darkMode with darkModePlaceholder

* Remove darkMode references from component props and styles

* a little better checking of the pagetype and pathname

* Update Episodelist tests

* OnDemandHeading test fixes

* OnDemandParagraph test fixes

* psammead-headings test fixes

* psammead-paragraph test fixes

* psammead-timestamp test fixes

* OnDemandTV page test fixes

* Revert to using psammead fonts on OnDemandHeading component

* Fix OnDemandHeading snapsho

* Fix psammead-headings snapshots

* Remove obsolete snapshot

* Another redundant snapshot?

* Add derivedPageType to RequestContext to determine OnDemand page type

* Remove unneeded ThemeProviders from stories and revert OnDemandParagraph snap change

* Update derivedPageType type to remove undefined - make use of MEDIA_ARTICLE_PAGE const in tests

* Set derivedPageType to optional for RequestContext input props only

* tidy up