Skip to content

Latest commit

 

History

History
73 lines (37 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

73 lines (37 loc) · 3.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2024-05-21)

⚠ BREAKING CHANGES

Features

3.10.2 (2023-07-20)

3.10.1 (2023-01-26)

Bug Fixes

  • swc: include package.json properly (#28) (2077ec6)

3.10.0 (2023-01-26)

Features

  • faster hash generation with more readable hashes (1a0006f)

Bug Fixes

  • update dev dependencies (d3dabe2)

3.9.1 (2022-11-23)

Features

  • add type declarations to exports field (13e6696) in package.json. closes [#18]

Bug Fixes

  • update dev dependencies (9d6132e)

3.9.0 (2022-11-03)

Features

  • improve css variable names (2bd733f)

3.8.0 (2022-08-02)

Features

3.7.0 (2022-07-15)

Bug Fixes

  • swc: convert window paths to posix (1f2fec0), closes #6

Features

  • add createVar, createGlobalTheme and assignVars (7cde9d0)
  • add displayName babel plugin option (5843862)
  • add full path to the dev variable name when using the swc plugin (2af5985)
  • add swc plugin (#2) (e7e09c7)
  • reduze bundle size (b726748)
  • replace random fallback id (00c569d)