Releases: mrmckeb/typescript-plugin-css-modules
Releases · mrmckeb/typescript-plugin-css-modules
v2.7.0
- All declarations are now
let
instead of const
, which should help resolve issues in some IDEs.
Note that v2.6.0
was not published.
v2.5.0
- Loosened the
peerDependency
version for TypeScript to support any version greater than or equal to 3.0.0.
Thanks to @ekilah for raising this issue.
v2.4.0
- Added support for Stylus (#91).
Thanks to @xiaoboost for their work on this feature.
v2.3.0
- Added support for using a published package as a
customRenderer
(#80).
- Fixed issues reported by GitHub dependency alerts.
Thanks to @dancon for their help with this release.
v2.2.0
- Added the ability to provide a custom template for formatting and modifying DTS output (#73).
Thanks to @joeljeske for their help with this release.
v2.1.2
- Resolved an issue where
.sass
files were not processed by the Sass renderer (#68).
- Updated the current working directory to be the TypeScript directory (#69). This ensures that
process.cwd()
now returns as expected.
Thanks to @judehunter and @muj-beg for their help with this release.
v2.1.1
- Resolves an issue with paths on Windows (#63).
Thanks to @hellocontrol-bng/@jakelauer for finding and resolving this issue.
v2.1.0
includePaths
in sass
options will now extend, not override defaults (#60).
- VSCode instructions have been updated (#61).
Thanks to @dagda1 for the work on #61, and thanks to @thekevinbrown for the documentation update.
v2.0.2
- Solves an issue where
dotenv
options were created, but not used (#59).
Thanks to @PsiRadish for feedback on this feature.
v2.0.1
- Resolved an issue where non-absolute paths in
SASS_PATH
were not be normalised (#58).
Thanks to @PsiRadish for his help with this release.