sku@14.12.0
·
191 commits
to master
since this release
Minor Changes
-
DEPRECATION:
sku initis now deprecated in favor of@sku-lib/create(#1389)The
sku initcommand now shows a deprecation warning directing users to use the new standalone@sku-lib/createpackage instead. This new package provides better UX with interactive prompts and maintains full parity withsku initfunctionality.Usage:
- Old:
pnpm dlx sku init my-app - New:
pnpm dlx @sku-lib/create my-app
The
sku initcommand will continue to work but will be removed in an upcoming release. - Old:
Patch Changes
-
Move util functions from
skuto@sku-lib/utilspackage to allow usage between packages. No functional changes. (#1377) -
deps: Updatevite-plugin-cjs-interopfrom^2.2.0to^2.3.0(#1386) -
test (vitest): Added missingpathAliassupport for the vitest test runner (#1381) -
Remove unused experimental
sku/vite/loadableentrypoint (#1382)