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 over 2 years ago

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Major Changes

  • #623 e1550da Thanks @mattcompiles! - BREAKING CHANGE

    getSourceFromVirtualCssFile is now async.

  • #623 e1550da Thanks @mattcompiles! - Add serializeCss and deserializeCss utilities.

    BREAKING CHANGE

    Remove base64Source from serializeVirtualCssPath. Use the new serializeCss and deserializeCss functions if required.

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Patch Changes

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

Published by seek-oss-ci over 2 years ago

Minor 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

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

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

Major Changes

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

Published by seek-oss-ci almost 3 years ago

Patch Changes

  • #530 0d7f912 Thanks @benjervis! - Fix compatibility issues with [email protected]

    Vite 2.7 introduced some breaking changes around the way SSR was indicated in plugins.
    The plugin has been updated to handle both the old and new formats, so it should support both 2.7 forward, as well as previous versions.

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

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.