Releases: mrmckeb/typescript-plugin-css-modules
Releases · mrmckeb/typescript-plugin-css-modules
v5.1.0
What's Changed
- chore: update dependencies by @mrmckeb in #255
- feat: add env var to disable plugin by @ekilah in #244
- docs: update README regexp by @mrmckeb in #256
- feat(getCssExports): adds support for SCSS/SASS partials via aliases by @rmachado-studocu in #251
- feat: customRender return sourceMap support by @qyzzzz in #249
New Contributors
- @rmachado-studocu made their first contribution in #251
- @qyzzzz made their first contribution in #249
Full Changelog: v5.0.2...v5.1.0
v5.0.2
What's Changed
- fix: update module resolution for non-relative paths by @smoores-dev in #229
- chore: bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #230
- chore: bump @adobe/css-tools from 4.0.1 to 4.3.1 by @dependabot in #234
- chore: bump semver from 5.7.1 to 5.7.2 by @dependabot in #232
- chore: bump postcss from 8.4.21 to 8.4.31 by @dependabot in #239
New Contributors
- @smoores-dev made their first contribution in #229
Full Changelog: v5.0.1...v5.0.2
v5.0.1
v5.0.0
Breaking changes:
New features:
Bug fixes:
- Fixed use of non-init provided TypeScript lib and move to consistent
server
imports (@jakebailey, #213).
New contributors:
- @jakebailey made their first contribution in #213.
Full changelog: v4.2.3...v5.0.0
v5.0.0-beta.0
v4.2.3
v4.2.2
v4.2.1
v4.2.0
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
- @mariusGundersen made their first contribution in #192.
- @dennispg made their first contribution in #193.
Full changelog: v4.1.1...v4.2.0