Skip to content

Releases: guardian/csnx

@guardian/atoms-rendering@33.0.0

31 Jul 13:10
d77ea39
Compare
Choose a tag to compare

Major Changes

  • Use latest Guardian packages

@guardian/source-foundations@13.0.0

27 Jul 13:31
d6bd965
Compare
Choose a tag to compare

Major Changes

  • Use new line heights

    Line heights have been reduced for 'loose' and 'regular', this affects body and text-sans font-styles.

@guardian/atoms-rendering@32.3.0

27 Jul 12:57
1327628
Compare
Choose a tag to compare

Minor Changes

  • 3c15ecb: Extend YoutubeAtom API to allow conditional rendering of a text overlay and autopausing on scroll functionality

@guardian/libs@15.4.0

26 Jul 08:32
508373e
Compare
Choose a tag to compare

Minor Changes

  • 314a6ba: Add the startPerformanceMeasure helper, which has a unified API for measuring
    durations and producing PerformanceMeasures.

@guardian/core-web-vitals@5.1.0

25 Jul 08:27
c174d67
Compare
Choose a tag to compare

Minor Changes

  • b6f5343: Adds collection of INP data in core-web-vitals
  • 0d15993: Updated deprecated ReportHandler with ReportCallback in core-web-vitals

@guardian/prettier@5.0.0

24 Jul 16:50
5d956e1
Compare
Choose a tag to compare

Major Changes

@guardian/atoms-rendering@32.2.3

24 Jul 16:12
cadcee0
Compare
Choose a tag to compare

Patch Changes

  • 28054ad: Fix YoutubeAtom play icon shifting after hover, and optically centre the icon within the circle

@guardian/browserslist-config@5.1.0

21 Jul 06:56
efda98f
Compare
Choose a tag to compare

Minor Changes

  • 3eb7b51: Update with data for 2023.06.18-2023.07.17

@guardian/libs@15.3.0

20 Jul 10:30
c636f37
Compare
Choose a tag to compare

Minor Changes

  • 078dfaf: Add new ophan component types

@guardian/identity-auth@0.3.0

19 Jul 08:35
d389fd0
Compare
Choose a tag to compare

Minor Changes

  • 870f3bd: - Add decodeTokens method to Token class
    • Refactor library so that we only store required values in verifyTokens local storage, and now derive other values from decoding the token
    • Rename verifyToken method to verifyTokens in Token class to better reflect functionality
    • Use access token to verify timestamps, instead of id tokens