Releases: stylify/packages
Releases · stylify/packages
v0.0.11
v0.0.10
What's Changed
- Ignored elements are now internal and matched only without attributes. Only
stylify-ignore
andstylify-runtime-ignore
is matched by default
Full Changelog: v0.0.9...v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
- Fixed: Do not watch bundler config when non is specified
Full Changelog: v0.0.5...v0.0.6
v0.0.5
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
v0.0.3
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 ofhtml
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