Releases: kentcdodds/kcd-scripts
Releases · kentcdodds/kcd-scripts
v16.0.0
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.0
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
14.0.1 (2023-10-24)
Bug Fixes
- packages: pin browserslist and caniuse-lite versions (#238) (f386c5b)
v14.0.0
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
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.2.1
12.2.1 (2022-08-24)
Bug Fixes
- prettier: jsxBracketSameLine -> bracketSameLine (#230) (57e42d1)