Releases: stylify/packages
Releases · stylify/packages
v0.2.1
- Variables can be used within variables
- New mangling alghoritm
- Selectors can start only with alphanumeric characters
- Autoprefixer by default in bundler
- Variables can be different for each screen
- Dropped profiler and its support in Nuxt packages
What's Changed
Full Changelog: v0.1.3...v0.2.1
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.16
v0.0.15
Fixed bug in the compilation result: unwanted comonents list reset
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Nuxt and unplugin packages fixes by @Machy8 in #94
- Bugfix: Allow components reconfiguration in bundler watch mode by @Machy8 in #95
- Config definitions by @Machy8 in #96
- Rename StylifyUnplugin to unplugin and export plugin types separately by @Machy8 in #97
- Ignored elements renamed to ignoredAreas and it's a reg exp now instead of a string by @Machy8 in #98
- Content options tunning by @Machy8 in #99
Features and tunning
- Nuxt, Nuxt Module, Bundler and Unplugin have
defineConfig
method - Unplugin has export for each plugin like. Instead of
unplugin.rollupPlugin
therollupPlugin
can be imported - Content options can now contain brackets. The syntax is changes to
@stylify-<option><content>/@stylify-<option>
- Content option for components can now have syntax as javascript object instead of the json syntax
Full Changelog: v0.0.13...v0.0.14