From 405f4abc517c903668f43868df7279e0c0837282 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 25 Apr 2022 19:32:15 +0200 Subject: [PATCH] Update changelog date --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6208694..544ee00 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Plugin options (all optional): ## Changelog -### v2.0.0 (April 23, 2022) +### v2.0.0 (April 25, 2022) - __Breaking:__ The CSS transform is now global by default, to better handle cases where CSS in a third-party module needs to be included in the bundle. This *should* not cause any issues, but it's possible that this might break some existing bundling setups unexpectedly, so it's technically a breaking change. Please file an issue if this change causes problems for you! - __Feature:__ Added more sensible handling of cyclical dependencies. It will now throw a clear error instead of silently dropping modules on the floor, and gives you the `ignoreCycles` option to continue bundling anyway.