Skip to content

Releases: seek-oss/capsize

@capsizecss/metrics@3.7.0

17 Mar 00:43
6161550

Choose a tag to compare

Minor Changes

@capsizecss/unpack@4.0.0

18 Dec 23:13
ee7e59d

Choose a tag to compare

Major Changes

  • #250 31dc6fa Thanks @michaeltaranto! - Create fs entry point to isolate usage of file system APIs without needing to polyfill.

    BREAKING CHANGES

    Move fromFile to fs entry point.

    MIGRATION GUIDE

    -import { fromFile } from '@capsizecss/unpack';
    +import { fromFile } from '@capsizecss/unpack/fs';
  • #238 61f51f3 Thanks @delucis! - Convert to ESM-only package.

    BREAKING CHANGES

    As a result of migrating to a lighter weight package for extracting font file metrics, this package is now ESM-only.

    MIGRATION GUIDE

    In most projects you can continue to use the package as before.
    CommonJS (CJS) projects using Node.js <20, should update to use a dynamic import:

    // For CJS projects before Node 20
    const { fromBuffer } = await import("@capsizecss/unpack");
    
    // For all other projects
    import { fromBuffer } from "@capsizecss/unpack";

Patch Changes

  • #238 61f51f3 Thanks @delucis! - Reduce install size by using a lighter weight package for extracting font file metrics

@capsizecss/vanilla-extract@2.0.4

25 Nov 05:49
eb8fa57

Choose a tag to compare

Patch Changes

  • #247 76519cd Thanks @askoufis! - Fix Styles were unable to be assigned to a file errors caused by missing filescopes

@capsizecss/vanilla-extract@2.0.3

14 Nov 03:16
0bc0ec9

Choose a tag to compare

Patch Changes

@capsizecss/metrics@3.6.2

13 Nov 04:26
79d2c66

Choose a tag to compare

Patch Changes

@capsizecss/vanilla-extract@2.0.2

12 Nov 00:11
f564aa3

Choose a tag to compare

Patch Changes

  • #239 41ef5b0 Thanks @delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.

  • Updated dependencies [41ef5b0]:

    • @capsizecss/core@4.1.3

@capsizecss/unpack@3.0.1

12 Nov 00:11
f564aa3

Choose a tag to compare

Patch Changes

  • #239 41ef5b0 Thanks @delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.

@capsizecss/metrics@3.6.1

12 Nov 00:11
f564aa3

Choose a tag to compare

Patch Changes

  • #239 41ef5b0 Thanks @delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.

@capsizecss/core@4.1.3

12 Nov 00:11
f564aa3

Choose a tag to compare

Patch Changes

  • #239 41ef5b0 Thanks @delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.

@capsizecss/metrics@3.6.0

06 Nov 23:07
f7bce6c

Choose a tag to compare

Minor Changes