Skip to content

sku@14.6.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 24 Jun 04:39
· 285 commits to master since this release
4d39717

Minor Changes

    • Change __unsafeDangerouslySetViteConfig to __UNSAFE_EXPERIMENTAL__dangerouslySetViteConfig to align with the existing naming convention. (#1286)
    • Add __UNSAFE_EXPERIMENTAL__cjsInteropDependencies to the SkuConfig type. This is an array of cjs import paths that have both a default and named exports. This is used to enable CommonJS interop for these dependencies when using the vite bundler.

Patch Changes

  • Update @vanilla-extract/vite-plugin dependency to ^5.0.7 to a fix a bug causing the static render to fail when executing files with singleton variables such as React context (#1289)

  • start: Properly reuses Chromium tabs when starting a server. (#1288)

    Fixes an issue of always opening a new tab in Chromium browsers when one could be reused.