typescript-plugin-css-modules

A TypeScript language service plugin providing support for CSS Modules.

MIT License

Downloads
1.7M
Stars
1.3K
Committers
29

Bot releases are visible (Hide)

typescript-plugin-css-modules - v5.1.0 Latest Release

Published by mrmckeb 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v5.0.2...v5.1.0

typescript-plugin-css-modules - v5.0.2

Published by mrmckeb about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v5.0.1...v5.0.2

typescript-plugin-css-modules - v5.0.1

Published by mrmckeb over 1 year ago

Bug fixes:

New contributors:

Full changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v5.0.0...v5.0.1

typescript-plugin-css-modules - v5.0.0

Published by mrmckeb over 1 year ago

Breaking changes:

New features:

Bug fixes:

New contributors:

Full changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.3...v5.0.0

typescript-plugin-css-modules - v5.0.0-beta.0

Published by mrmckeb over 1 year ago

Breaking changes:

New features:

Full changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.3...v5.0.0-beta.0

typescript-plugin-css-modules - v4.2.3

Published by mrmckeb over 1 year ago

Bug fixes:

Full changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.2...v4.2.3

typescript-plugin-css-modules - v4.2.2

Published by mrmckeb over 1 year ago

typescript-plugin-css-modules - v4.2.1

Published by mrmckeb over 1 year ago

typescript-plugin-css-modules - v4.2.0

Published by mrmckeb over 1 year ago

New features:

Bug fixes:

Other:

New contributors

Full changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.1...v4.2.0

typescript-plugin-css-modules - v4.1.1

Published by mrmckeb almost 2 years ago

Bug fixes:

Full changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.0...v4.1.1

typescript-plugin-css-modules - v4.1.0

Published by mrmckeb almost 2 years ago

typescript-plugin-css-modules - v4.0.0

Published by mrmckeb almost 2 years ago

Breaking changes:

New features:

Bug fixes:

New contributors:

Full changelog: https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v3.4.0...v4.0.0

typescript-plugin-css-modules - v3.4.0

Published by mrmckeb over 3 years ago

  • 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.

typescript-plugin-css-modules - v3.3.0

Published by mrmckeb over 3 years ago

  • 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.

typescript-plugin-css-modules - v3.2.0

Published by mrmckeb over 3 years ago

  • Added support for Sass index files (#112).

Thanks to @BenjaVR for their help with this release.

typescript-plugin-css-modules - v3.1.0

Published by mrmckeb over 3 years ago

  • Added support for Sass partials (#110).
  • Added support for CSS imports in Sass files (#110).

Thanks to @coreymux for their help with this release.

typescript-plugin-css-modules - v3.0.1

Published by mrmckeb almost 4 years ago

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

typescript-plugin-css-modules - v3.0.0

Published by mrmckeb almost 4 years ago

  • 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.

typescript-plugin-css-modules - v2.8.0

Published by mrmckeb almost 4 years ago

  • Added support for tsconfig path aliases when working with Sass (#105).

Thanks to @WOOLAN for adding this feature.

typescript-plugin-css-modules - v2.7.0

Published by mrmckeb about 4 years ago

  • All declarations are now let instead of const, which should help resolve issues in some IDEs.

Note that v2.6.0 was not published.