Releases: wix/stylable
Releases · wix/stylable
@stylable/[email protected]
Bug fix
- Added
rect
.path
andformat
to our reserved native CSS functions list
Misc
- Upgrade dependencies to latest stable
@stylable/[email protected]
@stylable/[email protected]
- FIX: broken
start
script sincereact-dev-utils
upgrade.
@stylable/[email protected]
- FIX: false warnings for class selectors inside
@st-scope
.
@stylable/[email protected]
- Add exports.default to legacy modules.
@stylable/[email protected]
- Add capability to extract css docs from meta
@stylable/[email protected]
Bug fix
- Disable minifier restructuring in optimizer, it breaks production mode by making classes disappear.
@stylable/[email protected]
Bug fix
- Replace
CleanCSS
minifier withCSSO
optimizer, due to bugs with the former
@stylable/[email protected]
New modes
- Add
compat
/minify
modes to the CLI
@stylable/[email protected]
Code improvements
- separate module and symbol typings
- add namespace and moduleDependencies to extracted module output
- include imports used as an alias in the outputted schema
- no longer include unused imported symbols in the schema
- add initial css vars support