Releases: seek-oss/crackle
@crackle/[email protected]
@crackle/[email protected]
Patch Changes
- Updated dependencies [
d094c8b
,f933e67
]:- @crackle/[email protected]
@crackle/[email protected]
Minor Changes
Patch Changes
-
#88
6e14926
Thanks @mrm007! - Removedist-render
from.gitignore
-
#92
057dd54
Thanks @mrm007! - Fixcrackle dev
for entries which don't export anything, e.g. CLIs -
#94
622477a
Thanks @mrm007! - Don't reconcile import specifiers for.d.ts
files -
Updated dependencies [
f6aaebb
]:- @crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
Minor Changes
-
#84
3250fdf
Thanks @mrm007! - Enhancecrackle dev
with a "passive watcher".This is a powerful feature that speeds up the feedback loop in development and testing. When running
crackle dev
in a package Crackle will create stub entries for CJS and ESM that loads code directly from thesrc
folder, without needing to build the package first.
Patch Changes
- Updated dependencies [
3250fdf
]:- @crackle/[email protected]
- @crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
Minor Changes
-
#82
8f43a59
Thanks @mrm007! - Create anindex.d.ts
redirect for backwards-compatible entry points.This prevents VS Code from auto-importing entry points from
dist/
. For example, wanting to use Braid's CSS variables (vars
) VS Code would suggestbraid-design-system/dist/css
instead ofbraid-design-system/css
.