Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1B9FA200D51 for ; Fri, 8 Dec 2017 01:36:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1A4E7160C0C; Fri, 8 Dec 2017 00:36:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 68E11160C22 for ; Fri, 8 Dec 2017 01:36:51 +0100 (CET) Received: (qmail 41181 invoked by uid 500); 8 Dec 2017 00:36:50 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 41004 invoked by uid 99); 8 Dec 2017 00:36:50 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 00:36:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 77A77856EA; Fri, 8 Dec 2017 00:36:48 +0000 (UTC) Date: Fri, 08 Dec 2017 00:36:48 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Add fastdom js dependency (#3947) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151269340883.20903.9898312924899804983@gitbox.apache.org> From: graceguo@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 81df7087db83efb7a06c562843e83d4f6450d45e X-Git-Newrev: 0b40c8a26fa1c0230a275efcb2329f4a9f9a4f4d X-Git-Rev: 0b40c8a26fa1c0230a275efcb2329f4a9f9a4f4d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 08 Dec 2017 00:36:52 -0000 This is an automated email from the ASF dual-hosted git repository. graceguo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 0b40c8a Add fastdom js dependency (#3947) 0b40c8a is described below commit 0b40c8a26fa1c0230a275efcb2329f4a9f9a4f4d Author: Maxime Beauchemin AuthorDate: Thu Dec 7 16:36:46 2017 -0800 Add fastdom js dependency (#3947) The nvd3 docs say that it if the fastdom library is present it makes use of it. "Including Fastdom in your project can greatly increase the performance of the line chart (particularly in Firefox and Internet Explorer) by batching DOM read and write operations to avoid layout thrashing. NVD3 will take advantage of Fastdom if present." --- superset/assets/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/package.json b/superset/assets/package.json index eb3af55..ae64eef 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -57,6 +57,7 @@ "datatables.net-bs": "^1.10.15", "deck.gl": "^4.1.5", "distributions": "^1.0.0", + "fastdom": "^1.0.6", "geolib": "^2.0.24", "immutable": "^3.8.2", "jed": "^1.1.1", -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].