Releases: mrmckeb/typescript-plugin-css-modules
Releases · mrmckeb/typescript-plugin-css-modules
v2.7.0
18 Sep 15:37
Compare
Sorry, something went wrong.
No results found
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
12 Sep 14:45
Compare
Sorry, something went wrong.
No results found
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
06 Jul 07:50
Compare
Sorry, something went wrong.
No results found
Added support for Stylus (#91 ).
Thanks to @xiaoboost for their work on this feature.
v2.3.0
27 Apr 09:29
Compare
Sorry, something went wrong.
No results found
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
28 Feb 09:02
Compare
Sorry, something went wrong.
No results found
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
15 Dec 18:19
Compare
Sorry, something went wrong.
No results found
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
01 Dec 13:17
Compare
Sorry, something went wrong.
No results found
Resolves an issue with paths on Windows (#63 ).
Thanks to @hellocontrol-bng/@jakelauer for finding and resolving this issue.
v2.1.0
18 Nov 08:49
Compare
Sorry, something went wrong.
No results found
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
27 Oct 09:09
Compare
Sorry, something went wrong.
No results found
Solves an issue where dotenv options were created, but not used (#59 ).
Thanks to @PsiRadish for feedback on this feature.
v2.0.1
25 Oct 09:56
Compare
Sorry, something went wrong.
No results found
Resolved an issue where non-absolute paths in SASS_PATH were not be normalised (#58 ).
Thanks to @PsiRadish for his help with this release.