Releases: wix/stylable
Releases · wix/stylable
@stylable/[email protected]
- add now needed
@stylable/node
runtime dependency.
@stylable/[email protected]
- Correct default size of favicon in manifest. Fixes Chrome console warning.
@stylable/[email protected]
Namespacing
- Namespaces are now determined based on the path to the nearest package.json, package name and version. The path used for namespace generation is now normalized across different OS. This should lead to better SSR support when building
*.st.css
files to serve
Misc
- Upgrade all dependencies, including TypeScript and PostCSS
@stylable/[email protected]
- fixes #418 - CLI ensures directories exist when creating an index file
- fixes #428 - kebab case files names are mishandled when creating an index file
- fixes #431 - add missing diagnostics from transformations
- add the ability to provide a custom generator for index files (missing documentation, see #434)
@stylable/[email protected]
Bug fix
- Ensure generated module uses own copy of runtime (#425). This change allows
@stylable/jest
to be used as part of a globally installed CLI.
@stylable/[email protected]
Bug fix
- Fixed compatibility with
[email protected]
.
@stylable/[email protected]
Dependencies
- Upgrade to
postcss-nested@4
, which usespostcss@7
.
@stylable/[email protected]
Bug fix
- Fix require hook not marking generated modules as esm causing breaking when module interoperability is on
Infrastructure
- Update all dependencies to latest stable versions
@stylable/[email protected]
Bug fix
- Add missing
yargs
dependency
@stylable/[email protected]
Infrastructure
- Update all dependencies to latest stable versions