Skip to content

Releases: guardian/csnx

@guardian/source@1.0.3

24 May 12:05
fc0b002
Compare
Choose a tag to compare

Patch Changes

  • 957cbac: call react hook useId before conditional

@guardian/source@1.0.2

24 May 10:50
a1093d4
Compare
Choose a tag to compare

Patch Changes

  • 522b68e: Replaced internal uses of generateSourceId with React's useId, as it does not change when the component is re-rendered.
  • 2e48c80: Make react and @emotion/react optional peerDeps (you don't need them if you're not using react components).

@guardian/source@0.0.0-canary-20240524082948

24 May 08:30
437eda4
Compare
Choose a tag to compare

Patch Changes

  • b801801: Updated generated id to use react useId as it does not change when the component is re-rendered.

@guardian/source@1.0.1

23 May 11:56
30f9458
Compare
Choose a tag to compare

Patch Changes

@guardian/source@1.0.0

23 May 10:38
a2b5b2b
Compare
Choose a tag to compare

Major Changes

First production release of single Source package.

Combining @guardian/source-foundations@16.0.0 and @guardian/source-react-components@25.0.0 into single package.

Before

import { palette } from '@guardian/source-foundations'
import { Button } from '@guardian/source-react-components'

After

import { palette } from '@guardian/source/foundations'
import { Button } from '@guardian/source/react-components'

There will be no more updates to the two separate packages. From now on, all updates to Source will come via this single package.

@guardian/source-development-kitchen@1.0.0

23 May 10:54
27c74dc
Compare
Choose a tag to compare

Major Changes

First production release of single Source Development Kitchen.

Allows extending Source Development Kitchen to add potential support beyond React components...

Before

import { StarRating } from '@guardian/source-react-components-development-kitchen'

After

import { StarRating } from '@guardian/source-development-kitchen/react-components'

There will be no more updates to the old package. From now on, all updates to Source Development Kitchen will come via this package.

@guardian/source-development-kitchen@0.1.0

22 May 11:27
c6234dc
Compare
Choose a tag to compare

Minor Changes

  • dfe0ebb: Create @guardian/source-development-kitchen

@guardian/source-development-kitchen@0.0.0-canary-20240521161616

21 May 16:16
e93f931
Compare
Choose a tag to compare

Minor Changes

  • 20d3de2: Create @guardian/source-development-kitchen

@guardian/source-react-components@0.0.0-canary-20240517100957

17 May 10:10
6e2f519
Compare
Choose a tag to compare

Minor Changes

  • 637d127: Adds collapseUntil option to Inline layout component to allow collapsing into a single column below a given breakpoint

@guardian/source-react-components@25.0.0

16 May 12:36
00ff437
Compare
Choose a tag to compare

Major Changes

  • Update dependency on @guardian/source-foundations.