Skip to content

Latest commit

 

History

History
397 lines (234 loc) · 21.9 KB

CHANGELOG.md

File metadata and controls

397 lines (234 loc) · 21.9 KB

@twind/preset-ext

1.0.7

1.0.6

Patch Changes

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

1.0.5

Patch Changes

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

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

1.0.4

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Patch Changes

1.0.0-next.39

Patch Changes

1.0.0-next.38

Patch Changes

1.0.0-next.37

Patch Changes

1.0.0-next.36

Patch Changes

  • feat: add descendants selector using _ eg &_span:underline; can be combined with other selectors &_h1>span~a:underline (cbd37a10)

1.0.0-next.35

Patch Changes

1.0.0-next.34

Patch Changes

1.0.0-next.33

Patch Changes

1.0.0-next.32

Patch Changes

1.0.0-next.31

Patch Changes

1.0.0-next.30

Patch Changes

1.0.0-next.29

Patch Changes

  • named groups (group~{name}-{modifier}) and peers (peer~{name}-{modifier}) (2c823293)

    <div class="group~project bg-white hover:bg-blue-500 ...">
      <p class="text-gray-900 group~project-hover:text-white ...">New Project</p>
      <div class="group~create bg-gray-100 hover:bg-green-500 ...">
        <p class="text-gray-500 group~create-hover:text-white ...">
          Create a new project from a variety of starting templates.
        </p>
      </div>
    </div>
  • use multiple selectors for group/peer hocus because browser support for :is() is not so good ATM (cdc9b7fe)
  • merge multiple group and peer classes (2c823293)

    peer-disabled:peer-first-child:group-hover:group-focus:focus:hover:space-x-4

    ↓ ↓ ↓ ↓ ↓ ↓

    .peer:first-child:disabled
      ~ .group:focus:hover
      .peer-disabled\\:peer-first-child\\:group-hover\\:group-focus\\:focus\\:hover\\:space-x-4:focus:hover
      > :not([hidden])
      ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
      margin-right: calc(1rem * var(--tw-space-x-reverse));
    }
  • Updated dependencies [a15d2655, b758c748, e1d3433a, 2c823293, a2a343cc]:

1.0.0-next.28

Patch Changes

1.0.0-next.27

Patch Changes

1.0.0-next.26

Patch Changes

1.0.0-next.25

Patch Changes

1.0.0-next.24

Patch Changes

1.0.0-next.23

Patch Changes

1.0.0-next.22

Patch Changes

1.0.0-next.21

Patch Changes

1.0.0-next.20

Patch Changes

  • perf: optimize observe to only handle changes on element with class attribute (88eeb077)

1.0.0-next.19

Patch Changes

1.0.0-next.18

Patch Changes

1.0.0-next.17

Patch Changes

1.0.0-next.14

Patch Changes

1.0.0-next.13

Patch Changes

1.0.0-next.12

Patch Changes

1.0.0-next.11

Patch Changes

  • BREAKING: the match object passed to rules and variants is now a RegExpExecArray with one additional property (dc778be0)
  • golf: short names within context; should not affect most users (#241)

1.0.0-next.10

Patch Changes

1.0.0-next.9

Patch Changes

  • BREAKING: a twind instance is now callable tw('...') instead of tw.inject('...') (#239)

1.0.0-next.8

Patch Changes

1.0.0-next.7

Patch Changes

1.0.0-next.6

Patch Changes

1.0.0-next.5

Patch Changes

1.0.0-next.4

Patch Changes

1.0.0-next.3

Patch Changes

1.0.0-next.2

Patch Changes

1.0.0-next.1

Patch Changes