Skip to content

Latest commit

 

History

History
100 lines (51 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

100 lines (51 loc) · 3.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Show all code changes

[3.0.0] - 2022-08-17

Changed

  • Updated to dts-css-modules-loader from v1.2.4 to v2.0.0, which only supports webpack version 5. In the result Gatsby V4+ is required now.

If for some reason you need to stay with Gatsby V3, I recommend using version 2.2.0 of this plugin.

Show all code changes

[2.2.0] - 2021-11-07

Changed

  • Added support for Gatsby v4

Show all code changes

[2.1.1] - 2021-08-24

Changed

  • Updated dts-css-modules-loader from v1.2.2 to v1.2.4

Show all code changes

[2.1.0] - 2021-05-24

Fixed

  • Updated dts-css-modules-loader from v1.2.1 to v1.2.2, to support a breaking change in gatsby v3.5.1 introduced by css-loader v3.2.5, which leads to empty d.ts files.

Show all code changes

[2.0.0] - 2021-04-12

Fixed

  • If multiple css-loader are used in the same project (e.g. if Storybook is part of the project), it now tries to find the path to css-loader from gatsby's point of view, instead of the CWD.

Show all code changes

[1.2.0] - 2021-03-23

Added

Show all code changes

[1.1.3] - 2021-03-18

Changed

  • Updated information regarding replacing gatsby-plugin-scss-typescript and gatsby-plugin-typescript-css-modules in the README.md

Show all code changes

[1.1.2] - 2021-03-18

Added

  • Added basic prevention that the dts-css-modules-loader is attached to non-modules-stylesheets

Show all code changes

[1.1.1] - 2021-03-17

Changed

  • Changed keywords in package.json to get the plugin listed on the Gatsby website

Show all code changes

[1.1.0] - 2021-03-16

Added

  • Added instructions on how to replace gatsby-plugin-typescript-css-modules

Removed

  • Removed Gatsby v2 support

Show all code changes

[1.0.0] - 2021-03-15

Initial commit