Skip to content

Latest commit

 

History

History
117 lines (61 loc) · 6.66 KB

CHANGELOG.md

File metadata and controls

117 lines (61 loc) · 6.66 KB

@twind/preset-tailwind

1.1.4

Patch Changes

  • prevent invalid default rule in legacy browsers (ccc9c9a9)

1.1.3

Patch Changes

  • prevent adding content property to defaults (b7c1636c)

    Previously the defaults for blur, ordinal, ring, shadow, snap-x, touch-pan-x, and transform, would include content:var(--tw-content) for all elements, including the pseudo elements ::before, ::after, and ::backdrop, causing a shift in layout.

1.1.2

Patch Changes

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

1.1.1

Patch Changes

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

  • bump @twind/core peerDependency to latest (a26657cf)

  • ensure that all functions from the internal context are destructurable (fixes #423) (c832b338)

1.1.0

Minor Changes

  • allow to omit the default color palette (#419)

  • use fixed value for default ring color (f194c5b8)

  • automatically add content: '' to before and after variant styles (closes #405, related to #414) (58c87006)

  • support labeled groups and peers (6e64c33f)

  • Add support for configuring default font-feature-settings for a font-family (b24af095)

  • Add fill-none and stroke-none utilities (622b08dc)

  • Add min-* and max-* variants (20428cf4)

  • Add new collapse utility for visibility: collapse (cb70ab66)

  • Add aria-* and data-* variants (7f72cb0e)

  • add break-keep utility (3818a19a)

  • Add negative value support for outline-offset (ab7220ef)

  • Remove invalid outline-hidden utility (6fd10056)

  • add supports-* variant (9254d208)

Patch Changes

1.0.3

Patch Changes

  • Updated dependencies [8eb316c6]:
    • @twind/core@1.0.3

1.0.2

Patch Changes

1.0.1

Patch Changes

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

  • Updated dependencies [4cab9d2f, 4cab9d2f]:

    • @twind/core@1.0.1

1.0.0

Patch Changes