Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## 3.0.0 (unreleased)

* Breaking: dropped Svelte 2 support
* Webpack 5 support
* Node 14 support
* Breaking: dropped Svelte 2 support ([#150](https://github.com/sveltejs/svelte-loader/pull/150))
* Webpack 5 support ([#151](https://github.com/sveltejs/svelte-loader/pull/151))
* Node 14 support and fix intermittent crashes when using `cache-loader` in front of `svelte-loader` ([#125](https://github.com/sveltejs/svelte-loader/pull/125))
* Fix handling of paths containing `$$` ([#149](https://github.com/sveltejs/svelte-loader/pull/149))

## 2.13.6

Expand Down