Releases: mrmckeb/typescript-plugin-css-modules
Releases · mrmckeb/typescript-plugin-css-modules
v4.1.1
05 Dec 06:19
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Fix a bug where bad syntax was expected when noUncheckedIndexedAccess is enabled (#184 ).
Full changelog : v4.1.0...v4.1.1
v4.1.0
04 Dec 06:18
Compare
Sorry, something went wrong.
No results found
v4.0.0
04 Dec 06:01
Compare
Sorry, something went wrong.
No results found
Breaking changes:
Multiple dependency updates and TypeScript 3.9.0 is now the minimum supported version (#173 ).
New features:
Add support for "go to definition" for Sass (#137 ).
Added an option to enable compatibility with noUncheckedIndexedAccess (#177 ).
Added support extension-less Sass imports (#178 via #161 ).
Bug fixes:
Fixed an issue where the root directory wasn't always used in Sass and Less imports (#164 ).
New contributors:
Full changelog : v3.4.0...v4.0.0
v3.4.0
05 Jun 09:52
Compare
Sorry, something went wrong.
No results found
Changed PostCSS casing in options from postCss to postcss. The previous casing will remain supported. See #127 for details (#133 ).
Thanks to @applemonkey496 for their help with this release.
v3.3.0
30 May 09:12
Compare
Sorry, something went wrong.
No results found
Added ability to opt-out of named exports (#132 ).
Upgraded all dependencies, moved to PostCSS 8.
Thanks to @monchi for their help with this release.
v3.2.0
04 Feb 08:39
Compare
Sorry, something went wrong.
No results found
Added support for Sass index files (#112 ).
Thanks to @BenjaVR for their help with this release.
v3.1.0
24 Jan 14:25
Compare
Sorry, something went wrong.
No results found
Added support for Sass partials (#110 ).
Added support for CSS imports in Sass files (#110 ).
Thanks to @coreymux for their help with this release.
v3.0.1
29 Nov 18:34
Compare
Sorry, something went wrong.
No results found
Updated README references, which were missed when moving from master to main as the base branch.
v3.0.0
29 Nov 18:33
Compare
Sorry, something went wrong.
No results found
Added a custom importer to support Webpack-styled tilde imports for Sass (#106 ).
Added support for keyframes (#108 ).
Thanks to @kmark and @ayroblu for their help with this release.
v2.8.0
02 Nov 09:33
Compare
Sorry, something went wrong.
No results found
Added support for tsconfig path aliases when working with Sass (#105 ).
Thanks to @WOOLAN for adding this feature.