Skip to content

Releases: stylify/packages

v0.0.11

04 Feb 13:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

18 Jan 20:43
Compare
Choose a tag to compare

What's Changed

  • Ignored elements are now internal and matched only without attributes. Only stylify-ignore and stylify-runtime-ignore is matched by default

Full Changelog: v0.0.9...v0.0.10

v0.0.9

17 Jan 11:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

09 Jan 20:04
Compare
Choose a tag to compare

What's Changed

  • Single letter selectors by @Machy8 in #73
  • Various bugs fixed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

06 Jan 20:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

03 Jan 21:18
Compare
Choose a tag to compare
  • Fixed: Do not watch bundler config when non is specified
    Full Changelog: v0.0.5...v0.0.6

v0.0.5

02 Jan 22:46
Compare
Choose a tag to compare

What's Changed

  • Multiple components inside key by @JirakLu in #68
  • Fixed multiple bundler runs when watching files
  • Fixed versions in generated files
  • Fixed missing esm for in distributed files
  • Fixed typos
  • Better logs in bundler
  • Fixed bundler config reload
  • Bundles can be configured directly when creating a new Bundler instance

Full Changelog: v0.0.4...v0.0.5

v0.0.4

30 Dec 20:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

21 Dec 13:54
Compare
Choose a tag to compare

Stylify

  • replaceVariablesByCssVariables: Css variables can be used instead of fixed variables: color:$blue => .color\:\$blue { color: var(--blue) }.
  • Better error when variable is missing
  • root is used instead of html as a target element for CSS variables
  • Undefined window is now fixed in runtime

Bundler

  • Non unix paths are now normalized
  • Information about created variables file is logged now
  • Infinite loop in watch mode is fixed
  • Bundle specific configuration is allowed by adding compilerConfig to bundle config.

Nuxt module

  • Fixed: Profiler info is not dumped in production

Other

  • Fixed watch mode in profiler build
  • Removed unnecessary files from tarballs

v0.0.2

14 Dec 20:26
Compare
Choose a tag to compare

Initial release 🎉