Skip to content

Releases: kentcdodds/kcd-scripts

v17.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 18:18
a8d90e0

17.0.0 (2026-02-06)

Bug Fixes

  • adapt preact files to the new extensions (#247) (8dfab4c)

BREAKING CHANGES

  • Change the generated file extensions for preact builds

v16.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:10
530b9ea

16.0.0 (2024-07-11)

Bug Fixes

  • utils: setup extension by format in getRollupOutput (#244) (530b9ea)

BREAKING CHANGES

  • utils: Built files now have .mjs or .cjs for ESM and CJS respectively. You may need to update your exports configuration for your library.

v15.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 19:38
e68fecc

15.0.1 (2024-02-21)

Bug Fixes

v15.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 16:08
74820e3

15.0.0 (2024-01-16)

Features

BREAKING CHANGES

  • Drop Node 14 support. You should hopefully not have to do anything to address this change. If you do it'll be very little.

v14.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Oct 17:24
f386c5b

14.0.1 (2023-10-24)

Bug Fixes

  • packages: pin browserslist and caniuse-lite versions (#238) (f386c5b)

v14.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 14:40
9e20489

14.0.0 (2023-07-08)

Bug Fixes

  • Preact build doesn't work due to incorrect Preact imports (#235) (aea6b3c)

BREAKING CHANGES

  • Switch preact build to use preact/compat

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 15:25
d7d25b0

13.0.0 (2023-01-28)

Bug Fixes

  • Bump Jest to 29.x and drop support for Node.js 12.x (#233) (d7d25b0)

BREAKING CHANGES

  • Drops support for Node.js 12x. Updates Jest to 29.x

v12.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:14
ce96bf4

12.3.0 (2022-08-30)

Features

v12.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:47
57e42d1

12.2.1 (2022-08-24)

Bug Fixes

  • prettier: jsxBracketSameLine -> bracketSameLine (#230) (57e42d1)

v12.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 19:17
4b01d0f

12.2.0 (2022-04-05)

Features