Skip to content

Latest commit

 

History

History
528 lines (271 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

528 lines (271 loc) · 10.7 KB

CHANGELOG

Unreleased

  • fix(esm): use CJS wrapper for ESM default interop (#10119)

    This PR builds on the work started in #10083 around ESM. One of the caveats of that PR was that the default export from @redwoodjs/vite broke. The workaround was referencing the default property on the Redwood Vite plugin, like redwood.default(). This fixes the ES module default export interoperability so that no change is necessary in switching between module types.

  • feature: Enable CSS nesting syntax by default when using Tailwind:

    .button {
      @apply p-2 font-semibold bg-gray-500;
      &:hover {
        @apply bg-red-500;
      }
      .icon {
        @apply w-4 h-4;
      }
      span {
        @apply text-sm;
      }
    }
    

v7.1.0

v7.0.7

v7.0.6

v7.0.5

v7.0.4

v7.0.3

v7.0.2

v7.0.1

v7.0.0

v6.6.4

v6.6.3

v6.6.2

v6.6.1

v6.6.0

v6.5.1

v6.5.0

v6.4.2

v6.4.1

v6.4.0

v6.3.3

v6.3.2

v6.3.1

v6.3.0

v6.2.3

v6.2.2

v6.2.1

v6.2.0

v6.1.1

v6.1.0

v6.0.7

v6.0.6

v6.0.5

v6.0.4

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.4.3

v5.4.2

v5.4.1

v5.4.0

v5.3.2

v5.3.1

v5.3.0

v5.2.4

v5.2.3

v5.2.2

v5.2.1

v5.2.0

v5.1.5

v5.1.4

v5.1.3

v5.1.2

v5.1.1

v5.1.0

v5.0.6

v5.0.5

v5.0.4

v5.0.3

v5.0.2

v5.0.1

v5.0.0

v4.5.0

v4.4.3

v4.4.2

v4.4.1

v4.4.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.1

v4.0.0

v3.8.0

v3.7.1

v3.7.0

v3.6.1

v3.6.0

v3.5.0

v3.4.0

v3.3.2

v3.3.1

v3.3.0

v3.2.2

v3.2.1

v3.2.0

v3.1.2

v3.1.1

v3.1.0

v3.0.3

v3.0.2

v3.0.1

v3.0.0

v2.2.5

v2.2.4

v2.2.3

v2.2.2

v2.2.1

v2.2.0

v2.1.1

v2.1.0

v2.0.0

v1.5.2

v1.5.1

v1.5.0

v1.4.3

v1.4.2

v1.4.1

v1.4.0

v1.3.3

v1.3.2

v1.3.1

v1.3.0

v1.2.1

v1.2.0

v1.1.1

v1.1.0

v1.0.2

v1.0.1

v1.0.0