Skip to content

Releases: mrmckeb/typescript-plugin-css-modules

v5.1.0

11 Feb 11:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.2

16 Oct 04:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

10 Apr 09:43
Compare
Choose a tag to compare

Bug fixes:

  • fix: check if file exists before processing (@adam-26, #218).

New contributors:

Full changelog: v5.0.0...v5.0.1

v5.0.0

21 Mar 22:03
Compare
Choose a tag to compare

Breaking changes:

  • TypeScript 4.x is now the minimum supported version (@mrmckeb, #211).

New features:

Bug fixes:

  • Fixed use of non-init provided TypeScript lib and move to consistent server imports (@jakebailey, #213).

New contributors:

Full changelog: v4.2.3...v5.0.0

v5.0.0-beta.0

11 Mar 07:38
Compare
Choose a tag to compare
v5.0.0-beta.0 Pre-release
Pre-release

Breaking changes:

  • TypeScript 4.x is now the minimum supported version (@mrmckeb, #211).

New features:

Full changelog: v4.2.3...v5.0.0-beta.0

v4.2.3

11 Mar 06:46
Compare
Choose a tag to compare

Bug fixes:

  • Fixed a bug where named exports were dropped when goToDefinition is enabled (@mrmckeb, #208).
  • Fixed support for composes in CSS modules (@mrmckeb, #210).

Full changelog: v4.2.2...v4.2.3

v4.2.2

20 Feb 07:50
Compare
Choose a tag to compare

Bug fixes:

  • Fix potentially fatal CSS classname regexp bug (@mrmckeb, #205).

Full changelog: v4.2.1...v4.2.2

v4.2.1

19 Feb 03:51
Compare
Choose a tag to compare

Bug fixes:

Full changelog: v4.2.0...v4.2.1

v4.2.0

19 Feb 03:45
Compare
Choose a tag to compare

New features:

  • Add Less support for goToDefinition (@mariusGundersen, #192).
  • Add additionalData option to append text content to files before they're processed (@mrmckeb, #203).

Bug fixes:

Other:

  • Remove unsupported postcss-* packages (@mrmckeb, #201).
  • Improve goToDefinition documentation and add additional tests (@mrmckeb, #202).

New contributors

Full changelog: v4.1.1...v4.2.0

v4.1.1

05 Dec 06:19
Compare
Choose a tag to compare

Bug fixes:

  • Fix a bug where bad syntax was expected when noUncheckedIndexedAccess is enabled (#184).

Full changelog: v4.1.0...v4.1.1