Skip to content

Releases: guardian/csnx

@guardian/source-react-components-development-kitchen@14.1.0

Minor Changes

  • 214f533: Update FooterLinks component to support ButtonLinks

@guardian/ab-react@7.0.0

24 Nov 12:13
Compare
Choose a tag to compare

Major Changes

  • e3c3675: Bumps dependency on @guardian/ab-core to 6.0.0.

@guardian/ab-core@6.0.0

24 Nov 12:04
Compare
Choose a tag to compare

Major Changes

  • e9ac438: Members of the OphanAPIConfig are now required. Consumers must pass a
    record function, an error reporter and an object of server-side tests.

    With the previously optional members, failure to record tests to Ophan would
    fail silently. This has been the case in dotcom-rendering since Oct 2023.

    In order to update your code to work identically, you must now provide the
    following keys to the constructor’s argument. They are listed here along with
    the fallbacks previously applied:

    • serverSideTests{}
    • errorReporter() => undefined
    • ophanRecord() => undefined

    Note that errorReporter has also been narrowed and it now receives a single
    parameter, which is still unknown due to the fact than anything can be thrown.

@guardian/source-foundations@13.2.0

10 Nov 16:31
2f2e134
Compare
Choose a tag to compare

Minor Changes

  • 3965eba: Add new spacing units to maintain parity with Figma

@guardian/source-foundations@13.1.0

26 Oct 15:25
52bfe57
Compare
Choose a tag to compare

Minor Changes

  • 1bede05: Added 38 to the neutral color palette hex #606060

@guardian/libs@15.9.1

17 Oct 09:12
3ee4fc6
Compare
Choose a tag to compare

Patch Changes

  • cff734b: Small performance improvements and internal refactors to timeAgo

@guardian/libs@15.9.0

17 Oct 08:52
2ac1a2c
Compare
Choose a tag to compare

Minor Changes

  • 28f0b1e: Add a now option to timeAgo. Useful for situations in which you need to recreate a previous call, for example when hydrating a server-rendered component which uses it.

@guardian/source-react-components@16.0.1

16 Oct 15:57
d8bc2ed
Compare
Choose a tag to compare

Patch Changes

@guardian/source-react-components-development-kitchen@14.0.2

16 Oct 15:57
d8bc2ed
Compare
Choose a tag to compare

@guardian/atoms-rendering@34.0.1

16 Oct 15:57
d8bc2ed
Compare
Choose a tag to compare

Patch Changes

  • Update babel/core and guardian packages