From 0188d98a5d65aec46acc8bcdbde6e3fc88c2387a Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 23 Aug 2020 15:31:42 +0200 Subject: [PATCH] Update documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 727e9b2..f5cd566 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,11 @@ Plugin options (all optional): ## Changelog -### v1.3.0 (June XX, 2020) +### v2.0.0 (August 23, 2020) +- __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. +- __Feature:__ Automatically re-export imported classes. This makes it possible to transparently move a certain class definition to another file, without breaking existing imports. This can be disabled by changing the `autoExportImports` option. ### v1.2.1 (March 6, 2020)