Skip to content

Commit 85c42b0

Browse files
committed
bumping changelog for 0.33.0
1 parent d772785 commit 85c42b0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# CHANGELOG
22

3+
## 0.33.0
4+
5+
* [disableCssExtraction()] Added boolean argument to `disableCssExtraction()`
6+
to make it easier to dynamically disable extraction - #756 thanks
7+
to @football2801.
8+
9+
* [DEPENDENCY UPGRADE] Vue 3 was already supported, but the dependencies
10+
have been upgraded to explicitly support the stable version, instead
11+
of beta versions - #869 thanks to @weaverryan
12+
13+
* [DEPENDENCY UPGRADE] Explicit support for `postcss-loader` v3 was
14+
dropped but support for v4 was added - #854 thanks to @railto.
15+
16+
* [DEPENDENCY UPGRADE] Support for `sass-loader` v10 was added - #865
17+
thanks to @shmshd.
18+
19+
* Allowed using `copyFiles()` even if you don't have any other
20+
entrypoints - #831 thanks to @pszalko.
21+
22+
* [DEPENDENCY UPGRADE] Support for `ts-loader` was upgraded from
23+
`^5.3` to `^8.0.1`. This means that only `^8.0.1` of `ts-loader`
24+
is guaranteed to work - #800 thanks to @skmedix.
25+
26+
* [DEPENDENCY UPGRADE] Support for `eslint` v5 was removed but support
27+
for v7 was added. Also, `eslint-loader` support for v3 was removed
28+
but support for v4 was added - see #774 thanks to @Kocal.
29+
330
## 0.32.1
431

532
* Fixing a bug where the new Stimulus Bridge always required the

0 commit comments

Comments
 (0)