Skip to content

Latest commit

 

History

History
163 lines (91 loc) · 2.95 KB

File metadata and controls

163 lines (91 loc) · 2.95 KB

@guardian/source-development-kitchen

14.0.0

Major Changes

13.2.0

Minor Changes

  • c247761: Replace deprecated warning icon in ErrorSummary component

13.1.1

Patch Changes

  • 064c5fb: Fixes for new eslint config

13.1.0

Minor Changes

  • afe409d: Add WIP Crossword component

13.0.0

Major Changes

  • 902521c: Remove EditorialButton and EditorialLinkButton components
  • cd351c5: Remove QuoteIcon component and HeadlineSize type
  • 90b4703: Remove format prop from ToggleSwitch component (it was not being used anyway).

12.0.0

Major Changes

  • 4442352: Remove padding from Ticker component

11.0.0

Major Changes

  • 7e8b36a: Make Ticker size configurable via a new size prop. Rename prop countLabel to headline in Ticker.

10.0.0

Patch Changes

  • Updated dependencies [cb19d46]
  • Updated dependencies [59b350f]

9.0.0

Major Changes

  • 85dcc72: Updating 'ticker' design to update the default padding

8.0.0

Patch Changes

7.1.0

Minor Changes

  • bcd0e25: Add a new ticker component

7.0.1

Patch Changes

  • 80eea1d: Small refactors to allow Eslint updates

7.0.0

Major Changes

Updated peer dependency to @guardian/[email protected]

6.0.0

Major Changes

  • d4e48f9: Refactor DottedLines to render pattern with CSS rather than SVG

5.0.0

Patch Changes

4.0.0

Major Changes

  • e5b15dc: Update TypeScript support to v5.5.2.

Patch Changes

3.0.0

Major Changes

  • bd424c2: Now has a peer dependency of @emotion/react@^11.11.3 (from ^11.11.1).

  • Update peer dependency of @guardian/libs v17.0.0

  • Update peer dependency of @guardian/source v4.0.0

    Fixes conflicting types between Emotion's deps, as outlined in emotion-js/emotion#3141.

Patch Changes

  • bd424c2: Replace use of deprecated ArticlePillar with Pillar from @guardian/libs.

2.0.0

Major Changes

0.1.0

Minor Changes

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

1.0.0

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.