[cytoscape/cytoscape.js] 040324: chore(package): update rollup-plugin-license to ve...

2019-03-06 Thread Max Franz
  Branch: refs/heads/master

  Home:   https://github.com/cytoscape/cytoscape.js

  Commit: 0403247aa73bf8d5bb5f12d28d1fe90998928fab

  
https://github.com/cytoscape/cytoscape.js/commit/0403247aa73bf8d5bb5f12d28d1fe90998928fab

  Author: greenkeeper[bot] 

  Date:   2019-01-17 (Thu, 17 Jan 2019)



  Changed paths:

M package.json



  Log Message:

  ---

  chore(package): update rollup-plugin-license to version 0.8.1





  Commit: 1ace10496a7a6a0b5c00869f02c2fad3088f0dec

  
https://github.com/cytoscape/cytoscape.js/commit/1ace10496a7a6a0b5c00869f02c2fad3088f0dec

  Author: greenkeeper[bot] 

  Date:   2019-01-17 (Thu, 17 Jan 2019)



  Changed paths:

M package-lock.json



  Log Message:

  ---

  chore(package): update lockfile package-lock.json





  Commit: cafe207dce7a81af017165d142757dedecc67c13

  
https://github.com/cytoscape/cytoscape.js/commit/cafe207dce7a81af017165d142757dedecc67c13

  Author: Max Franz 

  Date:   2019-02-04 (Mon, 04 Feb 2019)



  Changed paths:

M documentation/demos/compound-nodes/code.js

M documentation/img/demos/compound-nodes.png



  Log Message:

  ---

  Update compound demo screenshot etc





  Commit: 66533c2696adae076a763ed231405529070d50f9

  
https://github.com/cytoscape/cytoscape.js/commit/66533c2696adae076a763ed231405529070d50f9

  Author: Max Franz 

  Date:   2019-02-04 (Mon, 04 Feb 2019)



  Changed paths:

M package.json



  Log Message:

  ---

  Update version to 3.5.0-unstable for snapshots built from the unstable branch





  Commit: 98691e0f52742f717c53fae45ea40b50a5f94a82

  
https://github.com/cytoscape/cytoscape.js/commit/98691e0f52742f717c53fae45ea40b50a5f94a82

  Author: Max Franz 

  Date:   2019-02-06 (Wed, 06 Feb 2019)



  Changed paths:

M documentation/md/intro.md



  Log Message:

  ---

  Add Vanderbilt and xD Bio to 'who uses' list in the docs





  Commit: 53ea660b86dac9a7c3f4e98e9d1cf8bb9b08def6

  
https://github.com/cytoscape/cytoscape.js/commit/53ea660b86dac9a7c3f4e98e9d1cf8bb9b08def6

  Author: Max Franz 

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

M src/core/renderer.js



  Log Message:

  ---

  Add `hideEdgesOnViewport` and `textureOnViewport` to the list of options 
passed to the renderer.



Ref #2284





  Commit: 3a5dd72799106513a68f163c6c34ad3373917f56

  
https://github.com/cytoscape/cytoscape.js/commit/3a5dd72799106513a68f163c6c34ad3373917f56

  Author: Max Franz 

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

M documentation/md/extensions.md

M documentation/md/links.md



  Log Message:

  ---

  Add compound-drag-and-drop to the list of extensions in the docs





  Commit: 13aa330a475b43eb1cbabc26803caedcec05aca4

  
https://github.com/cytoscape/cytoscape.js/commit/13aa330a475b43eb1cbabc26803caedcec05aca4

  Author: Max Franz 

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

M src/extensions/renderer/base/redraw.js



  Log Message:

  ---

  Disable frame ticks for the base renderer during batching



During batching, pre-frame hooks (like rendered style calculations, style 
calculations) should not occur.  Similarly, no frames should be draw during a 
batch.  A race condition could occur, for example, where the layer texture 
cache draws to a texture before the batch cycle is complete.  This would result 
in an invalid (mid-batch) layer texture that is considered clean, if no events 
dirty the texture post-batch.  A redraw would then call upon the texture cache, 
and the cache being marked clean could result in a scene that is not up-to-date.



Ref #2285





  Commit: 45ce213081fba8475374fb8b282b685bab88ac4c

  
https://github.com/cytoscape/cytoscape.js/commit/45ce213081fba8475374fb8b282b685bab88ac4c

  Author: Max Franz 

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

M ISSUE_TEMPLATE.md



  Log Message:

  ---

  Update jsbin link in issue template





  Commit: 45469cb406e7e66a62f662bf1f102a2fb842077a

  
https://github.com/cytoscape/cytoscape.js/commit/45469cb406e7e66a62f662bf1f102a2fb842077a

  Author: Max Franz 

  Date:   2019-02-11 (Mon, 11 Feb 2019)



  Changed paths:

M src/style/apply.js



  Log Message:

  ---

  When applying a function mapper to an element, the passed parsed property 
should be copied.



- The feature to improve performance of function mappers (#2239) does not take 
into account that the `cxtProp` is the same object for all elements:  The 
`cxtProp` is a reference in the stylesheet.  Because `cxtProp` is the same for 
all elements, storing `fnValue` and `prevFnValue` under `cxtProp` does not make 
sense.  This can result in the same value being applied to all elements to 
which the style block applies.

- To remedy this, a copy of the `cxtProp` should be referenced by 
`eleProp.mapping` rather than the original `cxtProp`.  Then `fnValue` and 

[cytoscape/cytoscape.js] 040324: chore(package): update rollup-plugin-license to ve...

2019-02-27 Thread Max Franz
  Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 0403247aa73bf8d5bb5f12d28d1fe90998928fab
  
https://github.com/cytoscape/cytoscape.js/commit/0403247aa73bf8d5bb5f12d28d1fe90998928fab
  Author: greenkeeper[bot] 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update rollup-plugin-license to version 0.8.1


  Commit: 1ace10496a7a6a0b5c00869f02c2fad3088f0dec
  
https://github.com/cytoscape/cytoscape.js/commit/1ace10496a7a6a0b5c00869f02c2fad3088f0dec
  Author: greenkeeper[bot] 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


  Commit: 8c19193f01a4d5ffa8cb7a77c2e1505a62e01d39
  
https://github.com/cytoscape/cytoscape.js/commit/8c19193f01a4d5ffa8cb7a77c2e1505a62e01d39
  Author: Max Franz 
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Merge pull request #2309 from 
cytoscape/greenkeeper/rollup-plugin-license-0.8.1

Greenkeeper/rollup plugin license 0.8.1


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/9c02168de00c...8c19193f01a4

-- 
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.


[cytoscape/cytoscape.js] 040324: chore(package): update rollup-plugin-license to ve...

2019-01-17 Thread GitHub
  Branch: refs/heads/greenkeeper/rollup-plugin-license-0.8.1
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 0403247aa73bf8d5bb5f12d28d1fe90998928fab
  
https://github.com/cytoscape/cytoscape.js/commit/0403247aa73bf8d5bb5f12d28d1fe90998928fab
  Author: greenkeeper[bot] 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update rollup-plugin-license to version 0.8.1


  Commit: 1ace10496a7a6a0b5c00869f02c2fad3088f0dec
  
https://github.com/cytoscape/cytoscape.js/commit/1ace10496a7a6a0b5c00869f02c2fad3088f0dec
  Author: greenkeeper[bot] 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/0403247aa73b^...1ace10496a7a
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.