From d315a81d0d3947b6ad314c8315c8163ed3b05093 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 13 Sep 2018 09:22:04 +0800 Subject: [PATCH] - Docs: CHANGES --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 307bca9e..cd43c28c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # ? +- Breaking change (minor): Change export to check `exportWindowName` + for filename and change default from `download` to `svg.pdf` to + distinguish from other downloads +- Fix: Given lack of support now for dataURI export in Chrome, provide + PDF as export (#273 @cuixiping); fixes #124 and #254 - npm: Update devDeps - npm: Point to official sinon-test package now that ES6 Modules support landed