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 seek-oss-ci almost 3 years ago

Major Changes

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #520 b294764 Thanks @mattcompiles! - Transpile code to meet esmodules target

    This should allow code that runs in the browser to conform to most browser policies. If you need to support browsers prior to the esmodules target (e.g. IE 11) then you'll need to configure custom transpilation in your projects.

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #520 b294764 Thanks @mattcompiles! - Transpile code to meet esmodules target

    This should allow code that runs in the browser to conform to most browser policies. If you need to support browsers prior to the esmodules target (e.g. IE 11) then you'll need to configure custom transpilation in your projects.

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #520 b294764 Thanks @mattcompiles! - Transpile code to meet esmodules target

    This should allow code that runs in the browser to conform to most browser policies. If you need to support browsers prior to the esmodules target (e.g. IE 11) then you'll need to configure custom transpilation in your projects.

  • Updated dependencies [b294764]:

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #520 b294764 Thanks @mattcompiles! - Transpile code to meet esmodules target

    This should allow code that runs in the browser to conform to most browser policies. If you need to support browsers prior to the esmodules target (e.g. IE 11) then you'll need to configure custom transpilation in your projects.

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Minor Changes

  • #517 64791f3 Thanks @benjervis! - Add postcss processing to the plugin

    Vite supports postcss processing as a built in feature, but that's lost in dev mode with vanilla-extract because there are no actual css files for vite to pick up.

    The vite plugin now manually runs postcss over the generated css in serve mode, if any postcss config was found.

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #514 e3dfd4a Thanks @benjervis! - Export the package.json for css/fileScope

    This is required to maintain backwards compatibility with older versions of webpack-plugin

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #508 d15e783 Thanks @markdalgleish! - Add exports field to package.json so nested package paths can be imported in a Node.js ESM context
vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #508 d15e783 Thanks @markdalgleish! - Add exports field to package.json so nested package paths can be imported in a Node.js ESM context
vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #508 d15e783 Thanks @markdalgleish! - Add exports field to package.json so nested package paths can be imported in a Node.js ESM context
vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #508 d15e783 Thanks @markdalgleish! - Add exports field to package.json so nested package paths can be imported in a Node.js ESM context
vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #508 d15e783 Thanks @markdalgleish! - Add exports field to package.json so nested package paths can be imported in a Node.js ESM context
vanilla-extract - @vanilla-extract/[email protected]

Published by seek-oss-ci almost 3 years ago

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #492 f2d2d9e Thanks @benjervis! - Fix requiring of webpack loader

    Previously, the webpack plugin would reference itself as a loader by requiring @vanilla-extract/webpack-plugin/loader, but this was technically incorrect, and only worked because of the flat node_modules structure that yarn provides.

    When using a package manager like pnpm, which does not have a flat structure, this breaks.

    This change uses relative references internally to ensure that the loader can always be required.

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #459 2719dc0 Thanks @mattcompiles! - Remove unused files and dependencies

  • #459 2719dc0 Thanks @mattcompiles! - Remove "Styles detected outside of '.css.(ts/js)' files" error

    This error could occasionally cause false positives, and was inconsistent with the rest of the integrations.