Releases: seek-oss/crackle
@crackle/[email protected]
@crackle/[email protected]
Minor Changes
-
#217
4738b24
Thanks @renovate! -package
: CSS entrypoints are now named after the packageBREAKING CHANGE:
vite
used to bundle CSS into astyle.css
file by default.crackle
would then generate a./dist/style.css
entrypoint for that file. Sincevite@6
, CSS is now bunled into a file named after the package. This means that the entrypoint for bundled CSS files is now named after the package. For example, if your package is namedmy-package
, the entrypoint for the CSS file will be./dist/my-package.css
.Consumers may need to remove the old
./dist/style.css
entrypoint from theirpackage.json
files. Crackle will automatically add the new entrypoint for you. -
#226
c369023
Thanks @askoufis! - Update minimum node version to20.18.3
BREAKING CHANGE: Drop support for node versions below
20.18.3
Patch Changes
-
#227
a1b8463
Thanks @askoufis! - Replacebuiltin-modules
dependency with nativebuiltinModules
fromnode:module
-
#217
4738b24
Thanks @renovate! - Updatevite
dependency to^6.0.0
. Updateesbuild
dependency to^0.25.0
. -
#227
a1b8463
Thanks @askoufis! - Update various dependencies -
#227
a1b8463
Thanks @askoufis! - Remove polyfill forstructuredClone
-
#213
f8cfe89
Thanks @askoufis! - Only render loader during development -
#208
ae4bf65
Thanks @renovate! - Updatesort-package-json
dependency -
#224
fce462d
Thanks @renovate! - Update Vanilla Extract dependencies:@vanilla-extract/css@^1.17.1
@vanilla-extract/integration@^8.0.0
@vanilla-extract/vite-plugin@^5.0.0
-
Updated dependencies [
c369023
]:- @crackle/[email protected]
- @crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
Patch Changes
- Updated dependencies [
9993725
]:- @crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
Patch Changes
- Updated dependencies [
be1da6c
]:- @crackle/[email protected]
@crackle/[email protected]
@crackle/[email protected]
Patch Changes
- Updated dependencies [
4c60648
]:- @crackle/[email protected]