Skip to content

Latest commit

 

History

History
288 lines (181 loc) · 18.8 KB

CHANGELOG.md

File metadata and controls

288 lines (181 loc) · 18.8 KB

@twind/cdn

1.0.7

Patch Changes

  • Updated dependencies [b7c1636c]:
    • @twind/preset-tailwind@1.1.3

1.0.6

Patch Changes

  • do not replace window and document for deno bundles (5fd4bb08)

  • Updated dependencies [5fd4bb08]:

    • @twind/core@1.1.2
    • @twind/preset-autoprefix@1.0.6
    • @twind/preset-tailwind@1.1.2

1.0.5

Patch Changes

  • create dedicated worker and deno bundles, and downgrade module to es2019 (fixes #426) (02ea227a)

  • Updated dependencies [02ea227a, a26657cf, 6521e678, c832b338]:

    • @twind/core@1.1.1
    • @twind/preset-autoprefix@1.0.5
    • @twind/preset-tailwind@1.1.1

1.0.4

Patch Changes

1.0.3

Patch Changes

  • Updated dependencies [8eb316c6]:
    • @twind/core@1.0.3
    • @twind/preset-autoprefix@1.0.3
    • @twind/preset-tailwind@1.0.3

1.0.2

Patch Changes

  • Updated dependencies [0ba8cca0, 0ba8cca0, 0ba8cca0]:
    • @twind/core@1.0.2
    • @twind/preset-autoprefix@1.0.2
    • @twind/preset-tailwind@1.0.2

1.0.1

Patch Changes

  • introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version (4cab9d2f)

  • prevent name mangling of toplevel variables when creating a iife script (4cab9d2f)

  • Updated dependencies [4cab9d2f, 4cab9d2f]:

    • @twind/core@1.0.1
    • @twind/preset-autoprefix@1.0.1
    • @twind/preset-tailwind@1.0.1

1.0.0

Patch Changes

1.0.0-next.39

Patch Changes

1.0.0-next.38

Patch Changes

  • Updated dependencies [b212b52f, 782f93df, fe88051d, 77954405]:
    • twind@1.0.0-next.38
    • @twind/preset-autoprefix@1.0.0-next.38
    • @twind/preset-tailwind@1.0.0-next.38

1.0.0-next.37

Patch Changes

  • Updated dependencies [08c66ee8]:
    • twind@1.0.0-next.37
    • @twind/preset-autoprefix@1.0.0-next.37
    • @twind/preset-tailwind@1.0.0-next.37

1.0.0-next.36

Patch Changes

1.0.0-next.35

Patch Changes

  • Updated dependencies [009594c6, 53058c2e]:
    • twind@1.0.0-next.35
    • @twind/preset-tailwind@1.0.0-next.35
    • @twind/preset-autoprefix@1.0.0-next.35

1.0.0-next.34

Patch Changes

1.0.0-next.33

Patch Changes

  • Updated dependencies [b223e5bb, 92037344]:
    • @twind/tailwind@1.0.0-next.33
    • twind@1.0.0-next.33

1.0.0-next.32

Patch Changes

  • Updated dependencies [916e7fb9]:
    • twind@1.0.0-next.32
    • @twind/tailwind@1.0.0-next.32

1.0.0-next.31

Patch Changes

  • Updated dependencies [57405812]:
    • twind@1.0.0-next.31
    • @twind/tailwind@1.0.0-next.31

1.0.0-next.30

Patch Changes

  • Updated dependencies [39001d2a]:
    • twind@1.0.0-next.30
    • @twind/tailwind@1.0.0-next.30

1.0.0-next.29

Patch Changes

1.0.0-next.28

Patch Changes

  • Updated dependencies [24b095af, b7280003]:
    • twind@1.0.0-next.28
    • @twind/tailwind@1.0.0-next.28

1.0.0-next.27

Patch Changes

  • fix: ensure sources are included in sourcemap (bbbbd88e)

  • Updated dependencies [bbbbd88e, e8eaae8b, b526c888]:

    • @twind/tailwind@1.0.0-next.27
    • twind@1.0.0-next.27

1.0.0-next.26

Patch Changes

1.0.0-next.25

Patch Changes

  • update package badges (4527aa91)

  • Updated dependencies [4527aa91]:

    • @twind/tailwind@1.0.0-next.25
    • twind@1.0.0-next.25

1.0.0-next.24

Patch Changes

  • add keyframes function that lazily injects the keyframes into the sheet and return a unique name (a415d389)

  • Updated dependencies [18f0caff, a415d389, 1800dec7, 90da3bbc]:

    • twind@1.0.0-next.24
    • @twind/tailwind@1.0.0-next.24

1.0.0-next.23

Patch Changes

1.0.0-next.22

Patch Changes

  • BREAKING: tw accepts only a single string argument (use cx for more feature) this reduces the bundle size for the shim mode by 0.25kb (#251)

  • Updated dependencies [877152d1, 059f8564, b9d64777, f1c1d08f, efa7bbc0, 9e312afd]:

    • twind@1.0.0-next.22
    • @twind/tailwind@1.0.0-next.22

1.0.0-next.21

Patch Changes

  • prevent auto setup if only defineConfig is used (3d4580f7)

  • Updated dependencies [3d4580f7, 0a2daf0f, 762c5153]:

    • @twind/tailwind@1.0.0-next.21
    • twind@1.0.0-next.21

1.0.0-next.20

Patch Changes

  • perf: optimize observe to only handle changes on element with class attribute (88eeb077)
  • revert: remove dom sheet (6d50cf5f)

  • Updated dependencies [88eeb077, 6d50cf5f]:

    • @twind/tailwind@1.0.0-next.20
    • twind@1.0.0-next.20

1.0.0-next.19

Patch Changes

  • Updated dependencies [1f578c9e]:
    • twind@1.0.0-next.19
    • @twind/tailwind@1.0.0-next.19

1.0.0-next.18

Patch Changes

  • Updated dependencies [d3728a92]:
    • twind@1.0.0-next.18
    • @twind/tailwind@1.0.0-next.18

1.0.0-next.17

Patch Changes

  • bump to same version (ca157601)

  • Updated dependencies [ca157601]:

    • @twind/tailwind@1.0.0-next.17
    • twind@1.0.0-next.17