# Change Log - @rushstack/heft-sass-plugin This log was last generated on Sat, 13 Jun 2026 00:16:18 GMT and should not be manually modified. ## 1.4.3 Sat, 13 Jun 2026 00:16:18 GMT ### Patches - Fix a regression where plain `.css` files referenced from another stylesheet via `@use`/`@import` could not be resolved by the importer. ## 1.4.2 Mon, 08 Jun 2026 15:15:50 GMT _Version update only_ ## 1.4.1 Tue, 02 Jun 2026 07:30:20 GMT ### Patches - Fix sourceMap: true crashing on Linux/macOS when compiled .scss files use @use or @import ## 1.4.0 Fri, 29 May 2026 18:25:51 GMT ### Minor changes - Add opt-in sourceMap option to emit `.css.map` files and `sourceMappingURL` comments alongside compiled CSS. ## 1.3.8 Thu, 30 Apr 2026 00:15:22 GMT ### Patches - Bump postcss@~8.5.10 to address CVE GHSA-qx2v-qp2m-jg93 ## 1.3.7 Mon, 20 Apr 2026 23:31:13 GMT _Version update only_ ## 1.3.6 Mon, 20 Apr 2026 15:15:24 GMT _Version update only_ ## 1.3.5 Sat, 18 Apr 2026 03:47:10 GMT _Version update only_ ## 1.3.4 Sat, 18 Apr 2026 00:15:17 GMT _Version update only_ ## 1.3.3 Fri, 17 Apr 2026 15:14:57 GMT _Version update only_ ## 1.3.2 Sat, 11 Apr 2026 00:31:13 GMT ### Patches - Fix generated JS shims and `.d.ts` for `.module.scss` files that contain only `:global` styles and have no local CSS class exports - Improve project README. ## 1.3.1 Fri, 10 Apr 2026 22:46:34 GMT _Version update only_ ## 1.3.0 Thu, 09 Apr 2026 23:00:20 GMT ### Minor changes - Add `preserveIcssExports` option to keep the ICSS `:export` block in emitted CSS output, required when downstream webpack loaders (e.g. `css-loader` icssParser) need to extract `:export` values at bundle time. - Add a `doNotTrimOriginalFileExtension` option. When enabled, the original file extension is preserved in the CSS output filename (e.g. `styles.scss` emits `styles.scss.css` instead of `styles.css`) ## 1.2.11 Thu, 09 Apr 2026 00:15:07 GMT _Version update only_ ## 1.2.10 Sat, 04 Apr 2026 00:14:00 GMT _Version update only_ ## 1.2.9 Wed, 01 Apr 2026 15:13:38 GMT _Version update only_ ## 1.2.8 Tue, 31 Mar 2026 15:14:15 GMT _Version update only_ ## 1.2.7 Mon, 09 Mar 2026 15:14:08 GMT _Version update only_ ## 1.2.6 Wed, 25 Feb 2026 21:39:42 GMT _Version update only_ ## 1.2.5 Wed, 25 Feb 2026 00:34:30 GMT _Version update only_ ## 1.2.4 Tue, 24 Feb 2026 01:13:27 GMT _Version update only_ ## 1.2.3 Mon, 23 Feb 2026 00:42:21 GMT _Version update only_ ## 1.2.2 Fri, 20 Feb 2026 16:14:49 GMT _Version update only_ ## 1.2.1 Fri, 20 Feb 2026 00:15:04 GMT ### Patches - Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644. ## 1.2.0 Thu, 19 Feb 2026 00:04:52 GMT ### Minor changes - Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`. ## 1.1.14 Sat, 07 Feb 2026 01:13:26 GMT _Version update only_ ## 1.1.13 Wed, 04 Feb 2026 20:42:47 GMT _Version update only_ ## 1.1.12 Wed, 04 Feb 2026 16:13:27 GMT _Version update only_ ## 1.1.11 Fri, 30 Jan 2026 01:16:13 GMT _Version update only_ ## 1.1.10 Thu, 08 Jan 2026 01:12:30 GMT _Version update only_ ## 1.1.9 Wed, 07 Jan 2026 01:12:25 GMT _Version update only_ ## 1.1.8 Mon, 05 Jan 2026 16:12:50 GMT _Version update only_ ## 1.1.7 Sat, 06 Dec 2025 01:12:28 GMT _Version update only_ ## 1.1.6 Fri, 21 Nov 2025 16:13:56 GMT _Version update only_ ## 1.1.5 Wed, 12 Nov 2025 01:12:56 GMT _Version update only_ ## 1.1.4 Tue, 04 Nov 2025 08:15:14 GMT _Version update only_ ## 1.1.3 Fri, 24 Oct 2025 00:13:38 GMT _Version update only_ ## 1.1.2 Wed, 22 Oct 2025 00:57:54 GMT _Version update only_ ## 1.1.1 Wed, 08 Oct 2025 00:13:29 GMT _Version update only_ ## 1.1.0 Fri, 03 Oct 2025 20:09:59 GMT ### Minor changes - Normalize import of builtin modules to use the `node:` protocol. ## 1.0.0 Tue, 30 Sep 2025 23:57:45 GMT ### Breaking changes - Release Heft version 1.0.0 ## 0.17.15 Tue, 30 Sep 2025 20:33:51 GMT _Version update only_ ## 0.17.14 Fri, 12 Sep 2025 15:13:07 GMT _Version update only_ ## 0.17.13 Thu, 11 Sep 2025 00:22:31 GMT _Version update only_ ## 0.17.12 Sun, 31 Aug 2025 02:24:40 GMT ### Patches - Fix an issue where generated `.scss.js` files can contain an incorrect path to the `.css` file. ## 0.17.11 Tue, 19 Aug 2025 20:45:02 GMT _Version update only_ ## 0.17.10 Fri, 01 Aug 2025 00:12:49 GMT _Version update only_ ## 0.17.9 Wed, 23 Jul 2025 20:55:57 GMT _Version update only_ ## 0.17.8 Sat, 21 Jun 2025 00:13:15 GMT _Version update only_ ## 0.17.7 Thu, 15 May 2025 00:11:49 GMT ### Patches - Quote classnames in .d.ts files to handle non-identifier characters. ## 0.17.6 Tue, 13 May 2025 02:09:20 GMT ### Patches - Fix an issue where the SCSS module classifier evaluated SCSS partials instead of ignoring them (since they aren't directly importable). ## 0.17.5 Thu, 01 May 2025 15:11:33 GMT _Version update only_ ## 0.17.4 Thu, 01 May 2025 00:11:12 GMT _Version update only_ ## 0.17.3 Fri, 25 Apr 2025 00:11:32 GMT _Version update only_ ## 0.17.2 Mon, 21 Apr 2025 22:24:25 GMT _Version update only_ ## 0.17.1 Thu, 17 Apr 2025 00:11:21 GMT ### Patches - Update documentation for `extends` ## 0.17.0 Tue, 15 Apr 2025 15:11:57 GMT ### Minor changes - (BREAKING CHANGE) Remove `preserveSCSSExtension`. Change input type of `cssOutputFolders` to allow specifying JavaScript shim module format. Add accessor with hook to allow other plugins to customize final CSS. ## 0.16.0 Wed, 09 Apr 2025 00:11:02 GMT ### Minor changes - Use `tryLoadProjectConfigurationFileAsync` API to remove direct dependency on `@rushstack/heft-config-file`. ## 0.15.25 Fri, 04 Apr 2025 18:34:35 GMT _Version update only_ ## 0.15.24 Tue, 25 Mar 2025 15:11:16 GMT _Version update only_ ## 0.15.23 Wed, 12 Mar 2025 22:41:36 GMT _Version update only_ ## 0.15.22 Wed, 12 Mar 2025 00:11:32 GMT _Version update only_ ## 0.15.21 Tue, 11 Mar 2025 02:12:34 GMT _Version update only_ ## 0.15.20 Tue, 11 Mar 2025 00:11:25 GMT _Version update only_ ## 0.15.19 Sat, 01 Mar 2025 05:00:09 GMT _Version update only_ ## 0.15.18 Thu, 27 Feb 2025 01:10:39 GMT _Version update only_ ## 0.15.17 Wed, 26 Feb 2025 16:11:11 GMT _Version update only_ ## 0.15.16 Sat, 22 Feb 2025 01:11:12 GMT _Version update only_ ## 0.15.15 Wed, 19 Feb 2025 18:53:48 GMT _Version update only_ ## 0.15.14 Wed, 12 Feb 2025 01:10:52 GMT _Version update only_ ## 0.15.13 Thu, 30 Jan 2025 16:10:36 GMT _Version update only_ ## 0.15.12 Thu, 30 Jan 2025 01:11:42 GMT _Version update only_ ## 0.15.11 Thu, 09 Jan 2025 01:10:10 GMT _Version update only_ ## 0.15.10 Tue, 07 Jan 2025 22:17:32 GMT _Version update only_ ## 0.15.9 Sat, 14 Dec 2024 01:11:07 GMT _Version update only_ ## 0.15.8 Mon, 09 Dec 2024 20:31:43 GMT _Version update only_ ## 0.15.7 Tue, 03 Dec 2024 16:11:07 GMT _Version update only_ ## 0.15.6 Sat, 23 Nov 2024 01:18:55 GMT _Version update only_ ## 0.15.5 Fri, 22 Nov 2024 01:10:43 GMT _Version update only_ ## 0.15.4 Thu, 24 Oct 2024 00:15:48 GMT _Version update only_ ## 0.15.3 Mon, 21 Oct 2024 18:50:10 GMT _Version update only_ ## 0.15.2 Thu, 17 Oct 2024 08:35:06 GMT _Version update only_ ## 0.15.1 Tue, 15 Oct 2024 00:12:31 GMT _Version update only_ ## 0.15.0 Thu, 03 Oct 2024 19:46:23 GMT ### Minor changes - Add "suppressDeprecations" option to suppress specific SASS deprecation IDs. Add "ignoreDeprecationsInDependencies" option to ignore deprecation warnings from external SASS. ## 0.14.24 Wed, 02 Oct 2024 00:11:19 GMT _Version update only_ ## 0.14.23 Tue, 01 Oct 2024 00:11:28 GMT _Version update only_ ## 0.14.22 Mon, 30 Sep 2024 15:12:19 GMT _Version update only_ ## 0.14.21 Sat, 28 Sep 2024 00:11:41 GMT _Version update only_ ## 0.14.20 Fri, 13 Sep 2024 00:11:43 GMT _Version update only_ ## 0.14.19 Tue, 10 Sep 2024 20:08:11 GMT _Version update only_ ## 0.14.18 Mon, 26 Aug 2024 02:00:11 GMT _Version update only_ ## 0.14.17 Wed, 21 Aug 2024 05:43:04 GMT _Version update only_ ## 0.14.16 Mon, 12 Aug 2024 22:16:04 GMT _Version update only_ ## 0.14.15 Fri, 02 Aug 2024 17:26:42 GMT _Version update only_ ## 0.14.14 Sat, 27 Jul 2024 00:10:27 GMT ### Patches - Include CHANGELOG.md in published releases again ## 0.14.13 Wed, 24 Jul 2024 00:12:14 GMT _Version update only_ ## 0.14.12 Wed, 17 Jul 2024 06:55:09 GMT _Version update only_ ## 0.14.11 Wed, 17 Jul 2024 00:11:19 GMT _Version update only_ ## 0.14.10 Tue, 16 Jul 2024 00:36:22 GMT _Version update only_ ## 0.14.9 Thu, 27 Jun 2024 21:01:36 GMT _Version update only_ ## 0.14.8 Mon, 03 Jun 2024 23:43:15 GMT _Version update only_ ## 0.14.7 Thu, 30 May 2024 00:13:05 GMT _Version update only_ ## 0.14.6 Wed, 29 May 2024 02:03:50 GMT _Version update only_ ## 0.14.5 Wed, 29 May 2024 00:10:52 GMT _Version update only_ ## 0.14.4 Tue, 28 May 2024 15:10:09 GMT _Version update only_ ## 0.14.3 Tue, 28 May 2024 00:09:47 GMT _Version update only_ ## 0.14.2 Sat, 25 May 2024 04:54:07 GMT _Version update only_ ## 0.14.1 Fri, 24 May 2024 00:15:09 GMT _Version update only_ ## 0.14.0 Thu, 23 May 2024 02:26:56 GMT ### Minor changes - Bump `sass-embedded` to 1.77. - Fix an issue where `@import` and `@use` rules that referenced dependency packages that are not direct dependencies of the project being built were not correctly resolved. ## 0.13.32 Thu, 16 May 2024 15:10:22 GMT _Version update only_ ## 0.13.31 Wed, 15 May 2024 23:42:58 GMT _Version update only_ ## 0.13.30 Wed, 15 May 2024 06:04:17 GMT _Version update only_ ## 0.13.29 Fri, 10 May 2024 05:33:34 GMT _Version update only_ ## 0.13.28 Wed, 08 May 2024 22:23:51 GMT _Version update only_ ## 0.13.27 Mon, 06 May 2024 15:11:04 GMT _Version update only_ ## 0.13.26 Wed, 10 Apr 2024 15:10:09 GMT _Version update only_ ## 0.13.25 Tue, 19 Mar 2024 15:10:18 GMT _Version update only_ ## 0.13.24 Fri, 15 Mar 2024 00:12:40 GMT _Version update only_ ## 0.13.23 Tue, 05 Mar 2024 01:19:24 GMT _Version update only_ ## 0.13.22 Sun, 03 Mar 2024 20:58:13 GMT _Version update only_ ## 0.13.21 Sat, 02 Mar 2024 02:22:24 GMT _Version update only_ ## 0.13.20 Fri, 01 Mar 2024 01:10:08 GMT _Version update only_ ## 0.13.19 Thu, 29 Feb 2024 07:11:45 GMT _Version update only_ ## 0.13.18 Wed, 28 Feb 2024 16:09:27 GMT _Version update only_ ## 0.13.17 Sat, 24 Feb 2024 23:02:51 GMT _Version update only_ ## 0.13.16 Thu, 22 Feb 2024 01:36:09 GMT _Version update only_ ## 0.13.15 Wed, 21 Feb 2024 21:45:28 GMT _Version update only_ ## 0.13.14 Wed, 21 Feb 2024 08:55:47 GMT _Version update only_ ## 0.13.13 Tue, 20 Feb 2024 21:45:10 GMT _Version update only_ ## 0.13.12 Tue, 20 Feb 2024 16:10:53 GMT _Version update only_ ## 0.13.11 Mon, 19 Feb 2024 21:54:27 GMT _Version update only_ ## 0.13.10 Sat, 17 Feb 2024 06:24:35 GMT _Version update only_ ## 0.13.9 Thu, 08 Feb 2024 01:09:21 GMT _Version update only_ ## 0.13.8 Wed, 07 Feb 2024 01:11:18 GMT _Version update only_ ## 0.13.7 Mon, 05 Feb 2024 23:46:52 GMT _Version update only_ ## 0.13.6 Thu, 25 Jan 2024 01:09:30 GMT _Version update only_ ## 0.13.5 Tue, 23 Jan 2024 20:12:58 GMT _Version update only_ ## 0.13.4 Tue, 23 Jan 2024 16:15:06 GMT _Version update only_ ## 0.13.3 Tue, 16 Jan 2024 18:30:11 GMT _Version update only_ ## 0.13.2 Wed, 03 Jan 2024 00:31:18 GMT _Version update only_ ## 0.13.1 Wed, 20 Dec 2023 01:09:46 GMT _Version update only_ ## 0.13.0 Fri, 08 Dec 2023 20:48:44 GMT ### Minor changes - Upgrade postcss-modules from v1.5.0 to v6.0.0 ## 0.12.14 Thu, 07 Dec 2023 03:44:13 GMT _Version update only_ ## 0.12.13 Tue, 05 Dec 2023 01:10:16 GMT _Version update only_ ## 0.12.12 Fri, 10 Nov 2023 18:02:04 GMT _Version update only_ ## 0.12.11 Wed, 01 Nov 2023 23:11:35 GMT ### Patches - Fix line endings in published package. ## 0.12.10 Mon, 30 Oct 2023 23:36:38 GMT _Version update only_ ## 0.12.9 Sun, 01 Oct 2023 02:56:30 GMT _Version update only_ ## 0.12.8 Sat, 30 Sep 2023 00:20:51 GMT _Version update only_ ## 0.12.7 Thu, 28 Sep 2023 20:53:17 GMT _Version update only_ ## 0.12.6 Wed, 27 Sep 2023 00:21:38 GMT _Version update only_ ## 0.12.5 Tue, 26 Sep 2023 21:02:30 GMT _Version update only_ ## 0.12.4 Tue, 26 Sep 2023 09:30:33 GMT ### Patches - Update type-only imports to include the type modifier. ## 0.12.3 Mon, 25 Sep 2023 23:38:28 GMT _Version update only_ ## 0.12.2 Fri, 22 Sep 2023 00:05:50 GMT _Version update only_ ## 0.12.1 Tue, 19 Sep 2023 15:21:51 GMT _Version update only_ ## 0.12.0 Fri, 15 Sep 2023 00:36:58 GMT ### Minor changes - Update @types/node from 14 to 18 ## 0.11.28 Tue, 08 Aug 2023 07:10:40 GMT _Version update only_ ## 0.11.27 Sat, 05 Aug 2023 00:20:19 GMT _Version update only_ ## 0.11.26 Fri, 04 Aug 2023 00:22:37 GMT _Version update only_ ## 0.11.25 Mon, 31 Jul 2023 15:19:06 GMT _Version update only_ ## 0.11.24 Sat, 29 Jul 2023 00:22:51 GMT _Version update only_ ## 0.11.23 Thu, 20 Jul 2023 20:47:28 GMT _Version update only_ ## 0.11.22 Wed, 19 Jul 2023 00:20:32 GMT _Version update only_ ## 0.11.21 Mon, 17 Jul 2023 15:20:25 GMT ### Patches - Fix the "excludeFiles" configuration option. ## 0.11.20 Fri, 14 Jul 2023 15:20:45 GMT _Version update only_ ## 0.11.19 Thu, 13 Jul 2023 00:22:37 GMT _Version update only_ ## 0.11.18 Wed, 12 Jul 2023 15:20:40 GMT _Version update only_ ## 0.11.17 Wed, 12 Jul 2023 00:23:30 GMT _Version update only_ ## 0.11.16 Fri, 07 Jul 2023 00:19:33 GMT _Version update only_ ## 0.11.15 Thu, 06 Jul 2023 00:16:20 GMT _Version update only_ ## 0.11.14 Tue, 04 Jul 2023 00:18:47 GMT _Version update only_ ## 0.11.13 Mon, 19 Jun 2023 22:40:21 GMT _Version update only_ ## 0.11.12 Thu, 15 Jun 2023 00:21:02 GMT _Version update only_ ## 0.11.11 Wed, 14 Jun 2023 00:19:42 GMT _Version update only_ ## 0.11.10 Tue, 13 Jun 2023 15:17:20 GMT _Version update only_ ## 0.11.9 Tue, 13 Jun 2023 01:49:02 GMT _Version update only_ ## 0.11.8 Fri, 09 Jun 2023 18:05:35 GMT _Version update only_ ## 0.11.7 Fri, 09 Jun 2023 15:23:15 GMT _Version update only_ ## 0.11.6 Fri, 09 Jun 2023 00:19:49 GMT _Version update only_ ## 0.11.5 Thu, 08 Jun 2023 15:21:17 GMT _Version update only_ ## 0.11.4 Thu, 08 Jun 2023 00:20:03 GMT _Version update only_ ## 0.11.3 Wed, 07 Jun 2023 22:45:17 GMT _Version update only_ ## 0.11.2 Tue, 06 Jun 2023 02:52:51 GMT _Version update only_ ## 0.11.1 Mon, 05 Jun 2023 21:45:21 GMT _Version update only_ ## 0.11.0 Fri, 02 Jun 2023 02:01:12 GMT ### Minor changes - Refactor for multi-phase Heft. See @rushstack/heft/UPGRADING.md. ## 0.10.0 Fri, 02 Jun 2023 00:24:45 GMT ### Minor changes - Update to sass-embedded ~1.62.0 ## 0.9.3 Mon, 29 May 2023 15:21:15 GMT _Version update only_ ## 0.9.2 Mon, 22 May 2023 06:34:33 GMT _Version update only_ ## 0.9.1 Fri, 12 May 2023 00:23:05 GMT _Version update only_ ## 0.9.0 Thu, 11 May 2023 00:17:21 GMT ### Minor changes - Switch from sass to sass-embedded for better performance. ## 0.8.9 Thu, 04 May 2023 00:20:28 GMT _Version update only_ ## 0.8.8 Mon, 01 May 2023 15:23:19 GMT _Version update only_ ## 0.8.7 Sat, 29 Apr 2023 00:23:03 GMT _Version update only_ ## 0.8.6 Thu, 27 Apr 2023 17:18:42 GMT _Version update only_ ## 0.8.5 Tue, 04 Apr 2023 22:36:28 GMT _Version update only_ ## 0.8.4 Sat, 18 Mar 2023 00:20:56 GMT _Version update only_ ## 0.8.3 Fri, 10 Feb 2023 01:18:50 GMT _Version update only_ ## 0.8.2 Sun, 05 Feb 2023 03:02:02 GMT _Version update only_ ## 0.8.1 Wed, 01 Feb 2023 02:16:34 GMT _Version update only_ ## 0.8.0 Tue, 31 Jan 2023 01:23:23 GMT ### Minor changes - Add "preserveSCSSExtension" flag for backwards compatibility with build flows that cannot be expected to alter import resolution. ## 0.7.10 Mon, 30 Jan 2023 16:22:31 GMT _Version update only_ ## 0.7.9 Mon, 30 Jan 2023 00:55:44 GMT _Version update only_ ## 0.7.8 Thu, 26 Jan 2023 02:55:10 GMT _Version update only_ ## 0.7.7 Wed, 25 Jan 2023 07:26:55 GMT _Version update only_ ## 0.7.6 Wed, 18 Jan 2023 22:44:12 GMT _Version update only_ ## 0.7.5 Tue, 20 Dec 2022 01:18:22 GMT _Version update only_ ## 0.7.4 Fri, 09 Dec 2022 16:18:28 GMT _Version update only_ ## 0.7.3 Thu, 01 Dec 2022 03:22:36 GMT _Version update only_ ## 0.7.2 Tue, 29 Nov 2022 01:16:49 GMT _Version update only_ ## 0.7.1 Tue, 08 Nov 2022 01:20:56 GMT _Version update only_ ## 0.7.0 Wed, 26 Oct 2022 15:16:29 GMT ### Minor changes - Update sass transpiler to dart-sass ## 0.6.4 Wed, 26 Oct 2022 00:16:16 GMT _Version update only_ ## 0.6.3 Mon, 17 Oct 2022 22:14:21 GMT _Version update only_ ## 0.6.2 Mon, 17 Oct 2022 15:16:00 GMT _Version update only_ ## 0.6.1 Fri, 14 Oct 2022 15:26:32 GMT _Version update only_ ## 0.6.0 Thu, 13 Oct 2022 00:20:15 GMT ### Minor changes - Add `nonModuleFileExtensions` property to support generating typings for non-module CSS files. ## 0.5.21 Tue, 11 Oct 2022 23:49:12 GMT _Version update only_ ## 0.5.20 Mon, 10 Oct 2022 15:23:44 GMT _Version update only_ ## 0.5.19 Sat, 08 Oct 2022 02:30:08 GMT ### Patches - Fix an issue with identifying partial sass files on Windows. ## 0.5.18 Thu, 29 Sep 2022 07:13:06 GMT _Version update only_ ## 0.5.17 Tue, 27 Sep 2022 22:17:20 GMT _Version update only_ ## 0.5.16 Wed, 21 Sep 2022 20:21:10 GMT _Version update only_ ## 0.5.15 Thu, 15 Sep 2022 00:18:51 GMT _Version update only_ ## 0.5.14 Tue, 13 Sep 2022 00:16:55 GMT _Version update only_ ## 0.5.13 Mon, 12 Sep 2022 22:27:48 GMT _Version update only_ ## 0.5.12 Fri, 02 Sep 2022 17:48:43 GMT _Version update only_ ## 0.5.11 Wed, 31 Aug 2022 01:45:06 GMT _Version update only_ ## 0.5.10 Wed, 31 Aug 2022 00:42:46 GMT _Version update only_ ## 0.5.9 Wed, 24 Aug 2022 03:01:22 GMT _Version update only_ ## 0.5.8 Wed, 24 Aug 2022 00:14:38 GMT _Version update only_ ## 0.5.7 Fri, 19 Aug 2022 00:17:19 GMT _Version update only_ ## 0.5.6 Wed, 10 Aug 2022 09:52:12 GMT _Version update only_ ## 0.5.5 Wed, 10 Aug 2022 08:12:16 GMT _Version update only_ ## 0.5.4 Wed, 03 Aug 2022 18:40:35 GMT _Version update only_ ## 0.5.3 Mon, 01 Aug 2022 02:45:32 GMT _Version update only_ ## 0.5.2 Thu, 21 Jul 2022 23:30:27 GMT _Version update only_ ## 0.5.1 Thu, 21 Jul 2022 00:16:14 GMT _Version update only_ ## 0.5.0 Wed, 13 Jul 2022 21:31:13 GMT ### Minor changes - Fix an issue where cssOutputFolders specified in sass.json in a rig did not correctly resolve relative to the root of the project being built. ## 0.4.7 Fri, 08 Jul 2022 15:17:47 GMT _Version update only_ ## 0.4.6 Mon, 04 Jul 2022 15:15:13 GMT _Version update only_ ## 0.4.5 Thu, 30 Jun 2022 04:48:54 GMT _Version update only_ ## 0.4.4 Tue, 28 Jun 2022 22:47:14 GMT _Version update only_ ## 0.4.3 Tue, 28 Jun 2022 00:23:32 GMT _Version update only_ ## 0.4.2 Mon, 27 Jun 2022 18:43:09 GMT _Version update only_ ## 0.4.1 Sat, 25 Jun 2022 21:00:40 GMT _Version update only_ ## 0.4.0 Sat, 25 Jun 2022 01:54:29 GMT ### Minor changes - Add an option to output typings to additional output folders. ## 0.3.30 Fri, 24 Jun 2022 07:16:47 GMT _Version update only_ ## 0.3.29 Thu, 23 Jun 2022 22:14:24 GMT _Version update only_ ## 0.3.28 Fri, 17 Jun 2022 09:17:54 GMT _Version update only_ ## 0.3.27 Fri, 17 Jun 2022 00:16:18 GMT _Version update only_ ## 0.3.26 Tue, 07 Jun 2022 09:37:05 GMT _Version update only_ ## 0.3.25 Wed, 25 May 2022 22:25:07 GMT _Version update only_ ## 0.3.24 Thu, 19 May 2022 15:13:20 GMT _Version update only_ ## 0.3.23 Sat, 14 May 2022 03:01:27 GMT _Version update only_ ## 0.3.22 Tue, 10 May 2022 01:20:43 GMT _Version update only_ ## 0.3.21 Wed, 04 May 2022 23:29:13 GMT _Version update only_ ## 0.3.20 Tue, 26 Apr 2022 00:10:15 GMT _Version update only_ ## 0.3.19 Sat, 23 Apr 2022 02:13:07 GMT _Version update only_ ## 0.3.18 Fri, 15 Apr 2022 00:12:36 GMT _Version update only_ ## 0.3.17 Wed, 13 Apr 2022 15:12:41 GMT _Version update only_ ## 0.3.16 Tue, 12 Apr 2022 23:29:34 GMT _Version update only_ ## 0.3.15 Tue, 12 Apr 2022 02:58:32 GMT _Version update only_ ## 0.3.14 Sat, 09 Apr 2022 19:07:48 GMT _Version update only_ ## 0.3.13 Sat, 09 Apr 2022 02:24:26 GMT ### Patches - Rename the "master" branch to "main". ## 0.3.12 Fri, 08 Apr 2022 20:05:59 GMT _Version update only_ ## 0.3.11 Wed, 06 Apr 2022 22:35:23 GMT _Version update only_ ## 0.3.10 Thu, 31 Mar 2022 02:06:05 GMT _Version update only_ ## 0.3.9 Sat, 19 Mar 2022 08:05:38 GMT _Version update only_ ## 0.3.8 Tue, 15 Mar 2022 19:15:53 GMT _Version update only_ ## 0.3.7 Fri, 11 Feb 2022 10:30:25 GMT ### Patches - Upgrade postcss - Update JSON schema documentation ## 0.3.6 Tue, 25 Jan 2022 01:11:07 GMT _Version update only_ ## 0.3.5 Fri, 21 Jan 2022 01:10:41 GMT _Version update only_ ## 0.3.4 Thu, 20 Jan 2022 02:43:46 GMT _Version update only_ ## 0.3.3 Wed, 05 Jan 2022 16:07:47 GMT _Version update only_ ## 0.3.2 Mon, 27 Dec 2021 16:10:40 GMT _Version update only_ ## 0.3.1 Tue, 14 Dec 2021 19:27:51 GMT _Version update only_ ## 0.3.0 Fri, 10 Dec 2021 01:09:33 GMT ### Minor changes - Add a "cssOuputFolders" option to "config/sass.json" to emit compiled CSS. ## 0.2.10 Thu, 09 Dec 2021 20:34:41 GMT _Version update only_ ## 0.2.9 Thu, 09 Dec 2021 00:21:54 GMT _Version update only_ ## 0.2.8 Wed, 08 Dec 2021 19:05:08 GMT _Version update only_ ## 0.2.7 Wed, 08 Dec 2021 16:14:05 GMT _Version update only_ ## 0.2.6 Mon, 06 Dec 2021 16:08:32 GMT _Version update only_ ## 0.2.5 Fri, 03 Dec 2021 03:05:22 GMT _Version update only_ ## 0.2.4 Tue, 30 Nov 2021 20:18:41 GMT _Version update only_ ## 0.2.3 Mon, 29 Nov 2021 07:26:16 GMT _Version update only_ ## 0.2.2 Sat, 06 Nov 2021 00:09:13 GMT _Version update only_ ## 0.2.1 Fri, 05 Nov 2021 15:09:18 GMT _Version update only_ ## 0.2.0 Thu, 28 Oct 2021 23:48:23 GMT ### Minor changes - Update node-sass to version 6 to support Node 16. ## 0.1.30 Thu, 28 Oct 2021 00:08:22 GMT _Version update only_ ## 0.1.29 Wed, 27 Oct 2021 00:08:15 GMT ### Patches - Update the package.json repository field to include the directory property. ## 0.1.28 Wed, 13 Oct 2021 15:09:54 GMT _Version update only_ ## 0.1.27 Fri, 08 Oct 2021 09:35:07 GMT _Version update only_ ## 0.1.26 Fri, 08 Oct 2021 08:08:34 GMT _Version update only_ ## 0.1.25 Thu, 07 Oct 2021 23:43:12 GMT _Version update only_ ## 0.1.24 Thu, 07 Oct 2021 07:13:35 GMT _Version update only_ ## 0.1.23 Wed, 06 Oct 2021 15:08:26 GMT _Version update only_ ## 0.1.22 Wed, 06 Oct 2021 02:41:48 GMT _Version update only_ ## 0.1.21 Tue, 05 Oct 2021 15:08:38 GMT _Version update only_ ## 0.1.20 Mon, 04 Oct 2021 15:10:18 GMT _Version update only_ ## 0.1.19 Fri, 24 Sep 2021 00:09:29 GMT _Version update only_ ## 0.1.18 Thu, 23 Sep 2021 00:10:40 GMT ### Patches - Upgrade the `@types/node` dependency to version to version 12. ## 0.1.17 Wed, 22 Sep 2021 03:27:12 GMT _Version update only_ ## 0.1.16 Wed, 22 Sep 2021 00:09:32 GMT _Version update only_ ## 0.1.15 Sat, 18 Sep 2021 03:05:57 GMT _Version update only_ ## 0.1.14 Tue, 14 Sep 2021 01:17:04 GMT _Version update only_ ## 0.1.13 Mon, 13 Sep 2021 15:07:05 GMT _Version update only_ ## 0.1.12 Fri, 10 Sep 2021 15:08:28 GMT _Version update only_ ## 0.1.11 Wed, 08 Sep 2021 19:06:22 GMT _Version update only_ ## 0.1.10 Wed, 08 Sep 2021 00:08:03 GMT _Version update only_ ## 0.1.9 Fri, 03 Sep 2021 00:09:10 GMT _Version update only_ ## 0.1.8 Tue, 31 Aug 2021 00:07:11 GMT _Version update only_ ## 0.1.7 Fri, 27 Aug 2021 00:07:25 GMT _Version update only_ ## 0.1.6 Fri, 20 Aug 2021 15:08:10 GMT _Version update only_ ## 0.1.5 Fri, 13 Aug 2021 00:09:14 GMT _Version update only_ ## 0.1.4 Thu, 12 Aug 2021 18:11:18 GMT _Version update only_ ## 0.1.3 Thu, 12 Aug 2021 01:28:38 GMT _Version update only_ ## 0.1.2 Wed, 11 Aug 2021 23:14:17 GMT _Version update only_ ## 0.1.1 Wed, 11 Aug 2021 00:07:21 GMT _Version update only_ ## 0.1.0 Sat, 31 Jul 2021 00:52:11 GMT ### Minor changes - Extract default Sass plugin to separate package