vanilla-extract

Zero-runtime Stylesheets-in-TypeScript

MIT License

Downloads
15.5M
Stars
9.6K
Committers
113

Bot releases are hidden (Show)

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Minor Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

  • #1036 7e876b6 Thanks @askoufis! - Sort serialized module exports

    Fixes a Vanilla module serialization bug that sometimes resulted in variables being used before they were declared

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Minor Changes

  • #1030 49ff399 Thanks @markdalgleish! - Add createCompiler function for creating a compiler instance that can be re-used between builds. This is a low-level function intended for use by bundler plugins and, as such, is currently undocumented. Note that in order to use the new compiler you must also update @vanilla-extract/css to v1.10.0.

  • #1030 49ff399 Thanks @markdalgleish! - Add support for onBeginFileScope adapter lifecycle hook

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Minor Changes

  • #1030 49ff399 Thanks @markdalgleish! - Provide current file scope as an additional argument to the adapter methods registerClassName and registerComposition. This is to allow fine-grained caching of registered class names and class compositions per file.

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

  • #1015 8a1751c Thanks @michaeltaranto! - Fix args.at is not a function error

    Refactor argument traversal to ensure compatibility with node 14.

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Minor Changes

  • #982 a9fd1c3 Thanks @roginfarrer! - If a regular CSS file is sent through to the transform, return a module that exports the filename.
vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Minor Changes

  • #989 669a61f Thanks @michaeltaranto! - Add emitCssInSsr option

    Provides the ability to opt in to emitting CSS during SSR.

    // vite.config.js
    
    import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin';
    
    export default {
      plugins: [
        vanillaExtractPlugin({
          emitCssInSsr: true,
        }),
      ],
    };
    
vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

  • #990 3b724b9 Thanks @askoufis! - Align transformation of @keyframes rules with other rules

    This fixes a bug where invalid CSS could be generated inside @keyframes rules.

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Minor Changes

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

  • #956 eea3c7d Thanks @mrm007! - Ensure support for new TypeScript language features by bumping the minimum required Babel dependency versions.
vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes

  • #943 4ecdcd7 Thanks @AndrewLeedham! - Fix a tsc error caused by a dependency's type declarations being unnecessarily bundled
vanilla-extract - @vanilla-extract/[email protected]

Published by vanilla-extract-ci over 1 year ago

Patch Changes