Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 193f3404e685c3faf6c9d87c8394607c22a1369a
      
https://github.com/cytoscape/cytoscape.js/commit/193f3404e685c3faf6c9d87c8394607c22a1369a
  Author: Bogdan Chadkin <tryso...@yandex.ru>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
    M .babelrc
    M package-lock.json
    M package.json
    M src/animation.js
    M src/collection/algorithms/a-star.js
    M src/collection/algorithms/affinity-propagation.js
    M src/collection/algorithms/bellman-ford.js
    M src/collection/algorithms/betweenness-centrality.js
    M src/collection/algorithms/bfs-dfs.js
    M src/collection/algorithms/closeness-centrality.js
    M src/collection/algorithms/clustering-distances.js
    M src/collection/algorithms/degree-centrality.js
    M src/collection/algorithms/dijkstra.js
    M src/collection/algorithms/floyd-warshall.js
    M src/collection/algorithms/hierarchical-clustering.js
    M src/collection/algorithms/index.js
    M src/collection/algorithms/k-clustering.js
    M src/collection/algorithms/kerger-stein.js
    M src/collection/algorithms/kruskal.js
    M src/collection/algorithms/markov-clustering.js
    M src/collection/algorithms/page-rank.js
    M src/collection/animation.js
    M src/collection/cache-traversal-call.js
    M src/collection/class.js
    M src/collection/comparators.js
    M src/collection/compounds.js
    M src/collection/data.js
    M src/collection/degree.js
    M src/collection/dimensions/bounds.js
    M src/collection/dimensions/edge-points.js
    M src/collection/dimensions/index.js
    M src/collection/dimensions/position.js
    M src/collection/dimensions/width-height.js
    M src/collection/element.js
    M src/collection/events.js
    M src/collection/filter.js
    M src/collection/group.js
    M src/collection/index.js
    M src/collection/iteration.js
    M src/collection/layout.js
    M src/collection/style.js
    M src/collection/switch-functions.js
    M src/collection/traversing.js
    M src/collection/zsort.js
    M src/core/add-remove.js
    M src/core/animation/cubic-bezier.js
    M src/core/animation/ease.js
    M src/core/animation/easings.js
    M src/core/animation/index.js
    M src/core/animation/spring.js
    M src/core/animation/start.js
    M src/core/animation/step-all.js
    M src/core/animation/step.js
    M src/core/events.js
    M src/core/export.js
    M src/core/index.js
    M src/core/layout.js
    M src/core/notification.js
    M src/core/renderer.js
    M src/core/search.js
    M src/core/style.js
    M src/core/viewport.js
    M src/define/animation.js
    M src/define/data.js
    M src/define/events.js
    M src/define/index.js
    M src/emitter.js
    M src/event.js
    M src/extension.js
    M src/extensions/index.js
    M src/extensions/layout/breadthfirst.js
    M src/extensions/layout/circle.js
    M src/extensions/layout/concentric.js
    M src/extensions/layout/cose.js
    M src/extensions/layout/grid.js
    M src/extensions/layout/index.js
    M src/extensions/layout/null.js
    M src/extensions/layout/preset.js
    M src/extensions/layout/random.js
    M src/extensions/renderer/base/arrow-shapes.js
    M src/extensions/renderer/base/coord-ele-math/coords.js
    M src/extensions/renderer/base/coord-ele-math/edge-arrows.js
    M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
    M src/extensions/renderer/base/coord-ele-math/edge-endpoints.js
    M src/extensions/renderer/base/coord-ele-math/edge-projection.js
    M src/extensions/renderer/base/coord-ele-math/index.js
    M src/extensions/renderer/base/coord-ele-math/labels.js
    M src/extensions/renderer/base/coord-ele-math/nodes.js
    M src/extensions/renderer/base/coord-ele-math/rendered-style.js
    M src/extensions/renderer/base/coord-ele-math/z-ordering.js
    M src/extensions/renderer/base/images.js
    M src/extensions/renderer/base/index.js
    M src/extensions/renderer/base/load-listeners.js
    M src/extensions/renderer/base/node-shapes.js
    M src/extensions/renderer/base/redraw.js
    M src/extensions/renderer/canvas/arrow-shapes.js
    M src/extensions/renderer/canvas/drawing-edges.js
    M src/extensions/renderer/canvas/drawing-elements.js
    M src/extensions/renderer/canvas/drawing-images.js
    M src/extensions/renderer/canvas/drawing-label-text.js
    M src/extensions/renderer/canvas/drawing-nodes.js
    M src/extensions/renderer/canvas/drawing-redraw.js
    M src/extensions/renderer/canvas/drawing-shapes.js
    M src/extensions/renderer/canvas/ele-texture-cache.js
    M src/extensions/renderer/canvas/export-image.js
    M src/extensions/renderer/canvas/index.js
    M src/extensions/renderer/canvas/layered-texture-cache.js
    M src/extensions/renderer/canvas/node-shapes.js
    M src/extensions/renderer/canvas/texture-cache-defs.js
    M src/extensions/renderer/index.js
    M src/extensions/renderer/null/index.js
    M src/heap.js
    M src/index.js
    M src/is.js
    M src/map.js
    M src/math.js
    M src/promise.js
    M src/selector/expressions.js
    M src/selector/index.js
    M src/selector/matching.js
    M src/selector/new-query.js
    M src/selector/parse.js
    M src/selector/state.js
    M src/selector/tokens.js
    M src/set.js
    M src/style/apply.js
    M src/style/bypass.js
    M src/style/container.js
    M src/style/get-for-ele.js
    M src/style/index.js
    M src/style/json.js
    M src/style/parse.js
    M src/style/properties.js
    M src/style/string-sheet.js
    M src/stylesheet.js
    M src/test.js
    M src/util/colors.js
    M src/util/hash.js
    M src/util/index.js
    M src/util/maps.js
    M src/util/memoize.js
    M src/util/regex.js
    M src/util/sort.js
    M src/util/strings.js
    M src/util/timing.js
    M src/version.js
    A src/webpack.js
    M src/window.js
    M webpack.config.js

  Log Message:
  -----------
  Basic convert to esm with only default exports


  Commit: 406683c0d17bea22c3a50452c28ddbf4e712758b
      
https://github.com/cytoscape/cytoscape.js/commit/406683c0d17bea22c3a50452c28ddbf4e712758b
  Author: Bogdan Chadkin <tryso...@yandex.ru>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
    M .eslintrc.json

  Log Message:
  -----------
  Add eslint sourceType


  Commit: 323397a13f149739b8aac88e895941462a5bd306
      
https://github.com/cytoscape/cytoscape.js/commit/323397a13f149739b8aac88e895941462a5bd306
  Author: Bogdan Chadkin <tryso...@yandex.ru>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Remove deprecated and unsupported targets


  Commit: 3c4af2f8e7602b65dca503b24d3fc93efdde4add
      
https://github.com/cytoscape/cytoscape.js/commit/3c4af2f8e7602b65dca503b24d3fc93efdde4add
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2018-04-12 (Thu, 12 Apr 2018)

  Changed paths:
    M .babelrc
    M .eslintrc.json
    M .travis.yml
    M package-lock.json
    M package.json
    M src/animation.js
    M src/collection/algorithms/a-star.js
    M src/collection/algorithms/affinity-propagation.js
    M src/collection/algorithms/bellman-ford.js
    M src/collection/algorithms/betweenness-centrality.js
    M src/collection/algorithms/bfs-dfs.js
    M src/collection/algorithms/closeness-centrality.js
    M src/collection/algorithms/clustering-distances.js
    M src/collection/algorithms/degree-centrality.js
    M src/collection/algorithms/dijkstra.js
    M src/collection/algorithms/floyd-warshall.js
    M src/collection/algorithms/hierarchical-clustering.js
    M src/collection/algorithms/index.js
    M src/collection/algorithms/k-clustering.js
    M src/collection/algorithms/kerger-stein.js
    M src/collection/algorithms/kruskal.js
    M src/collection/algorithms/markov-clustering.js
    M src/collection/algorithms/page-rank.js
    M src/collection/animation.js
    M src/collection/cache-traversal-call.js
    M src/collection/class.js
    M src/collection/comparators.js
    M src/collection/compounds.js
    M src/collection/data.js
    M src/collection/degree.js
    M src/collection/dimensions/bounds.js
    M src/collection/dimensions/edge-points.js
    M src/collection/dimensions/index.js
    M src/collection/dimensions/position.js
    M src/collection/dimensions/width-height.js
    M src/collection/element.js
    M src/collection/events.js
    M src/collection/filter.js
    M src/collection/group.js
    M src/collection/index.js
    M src/collection/iteration.js
    M src/collection/layout.js
    M src/collection/style.js
    M src/collection/switch-functions.js
    M src/collection/traversing.js
    M src/collection/zsort.js
    M src/core/add-remove.js
    M src/core/animation/cubic-bezier.js
    M src/core/animation/ease.js
    M src/core/animation/easings.js
    M src/core/animation/index.js
    M src/core/animation/spring.js
    M src/core/animation/start.js
    M src/core/animation/step-all.js
    M src/core/animation/step.js
    M src/core/events.js
    M src/core/export.js
    M src/core/index.js
    M src/core/layout.js
    M src/core/notification.js
    M src/core/renderer.js
    M src/core/search.js
    M src/core/style.js
    M src/core/viewport.js
    M src/define/animation.js
    M src/define/data.js
    M src/define/events.js
    M src/define/index.js
    M src/emitter.js
    M src/event.js
    M src/extension.js
    M src/extensions/index.js
    M src/extensions/layout/breadthfirst.js
    M src/extensions/layout/circle.js
    M src/extensions/layout/concentric.js
    M src/extensions/layout/cose.js
    M src/extensions/layout/grid.js
    M src/extensions/layout/index.js
    M src/extensions/layout/null.js
    M src/extensions/layout/preset.js
    M src/extensions/layout/random.js
    M src/extensions/renderer/base/arrow-shapes.js
    M src/extensions/renderer/base/coord-ele-math/coords.js
    M src/extensions/renderer/base/coord-ele-math/edge-arrows.js
    M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
    M src/extensions/renderer/base/coord-ele-math/edge-endpoints.js
    M src/extensions/renderer/base/coord-ele-math/edge-projection.js
    M src/extensions/renderer/base/coord-ele-math/index.js
    M src/extensions/renderer/base/coord-ele-math/labels.js
    M src/extensions/renderer/base/coord-ele-math/nodes.js
    M src/extensions/renderer/base/coord-ele-math/rendered-style.js
    M src/extensions/renderer/base/coord-ele-math/z-ordering.js
    M src/extensions/renderer/base/images.js
    M src/extensions/renderer/base/index.js
    M src/extensions/renderer/base/load-listeners.js
    M src/extensions/renderer/base/node-shapes.js
    M src/extensions/renderer/base/redraw.js
    M src/extensions/renderer/canvas/arrow-shapes.js
    M src/extensions/renderer/canvas/drawing-edges.js
    M src/extensions/renderer/canvas/drawing-elements.js
    M src/extensions/renderer/canvas/drawing-images.js
    M src/extensions/renderer/canvas/drawing-label-text.js
    M src/extensions/renderer/canvas/drawing-nodes.js
    M src/extensions/renderer/canvas/drawing-redraw.js
    M src/extensions/renderer/canvas/drawing-shapes.js
    M src/extensions/renderer/canvas/ele-texture-cache.js
    M src/extensions/renderer/canvas/export-image.js
    M src/extensions/renderer/canvas/index.js
    M src/extensions/renderer/canvas/layered-texture-cache.js
    M src/extensions/renderer/canvas/node-shapes.js
    M src/extensions/renderer/canvas/texture-cache-defs.js
    M src/extensions/renderer/index.js
    M src/extensions/renderer/null/index.js
    M src/heap.js
    M src/index.js
    M src/is.js
    M src/map.js
    M src/math.js
    M src/promise.js
    M src/selector/expressions.js
    M src/selector/index.js
    M src/selector/matching.js
    M src/selector/new-query.js
    M src/selector/parse.js
    M src/selector/state.js
    M src/selector/tokens.js
    M src/set.js
    M src/style/apply.js
    M src/style/bypass.js
    M src/style/container.js
    M src/style/get-for-ele.js
    M src/style/index.js
    M src/style/json.js
    M src/style/parse.js
    M src/style/properties.js
    M src/style/string-sheet.js
    M src/stylesheet.js
    M src/test.js
    M src/util/colors.js
    M src/util/hash.js
    M src/util/index.js
    M src/util/maps.js
    M src/util/memoize.js
    M src/util/regex.js
    M src/util/sort.js
    M src/util/strings.js
    M src/util/timing.js
    M src/version.js
    A src/webpack.js
    M src/window.js
    M webpack.config.js

  Log Message:
  -----------
  Merge branch 'basic-esm' of https://github.com/TrySound/cytoscape.js into 
TrySound-basic-esm


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/1e70ac4ee9c8...3c4af2f8e760

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cytoscape-cvs+unsubscr...@googlegroups.com.
To post to this group, send email to cytoscape-cvs@googlegroups.com.
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to