Skip to content

Releases: mrmckeb/typescript-plugin-css-modules

v4.1.0

04 Dec 06:18
Compare
Choose a tag to compare

New features:

  • Add new opt-in feature to allow unknown classnames (#180 and #182).

Full changelog: v4.0.0...v4.1.0

v4.0.0

04 Dec 06:01
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added support for Sass index files (#112).

Thanks to @BenjaVR for their help with this release.

v3.1.0

24 Jan 14:25
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Updated README references, which were missed when moving from master to main as the base branch.

v3.0.0

29 Nov 18:33
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added support for tsconfig path aliases when working with Sass (#105).

Thanks to @WOOLAN for adding this feature.

v2.7.0

18 Sep 15:37
Compare
Choose a tag to compare
  • All declarations are now let instead of const, which should help resolve issues in some IDEs.

Note that v2.6.0 was not published.