Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: b620daa99d413877c18edd70102d454f10432f33
      
https://github.com/cytoscape/cytoscape.js/commit/b620daa99d413877c18edd70102d454f10432f33
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M README.md
    M documentation/md/extensions.md
    M documentation/md/links.md

  Log Message:
  -----------
  Add layout-utils extension to docs


  Commit: 3d746d408191e7f74f2d9213b7bee6a3fb8c1e06
      
https://github.com/cytoscape/cytoscape.js/commit/3d746d408191e7f74f2d9213b7bee6a3fb8c1e06
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M documentation/md/extensions.md

  Log Message:
  -----------
  Rename edge-editing ext in docs


  Commit: f0862fa8e23db3fb2d9bc38e16604aa3ff564410
      
https://github.com/cytoscape/cytoscape.js/commit/f0862fa8e23db3fb2d9bc38e16604aa3ff564410
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
    M src/collection/style.js
    M src/style/apply.js
    M src/style/index.js

  Log Message:
  -----------
  The `newStyle` flag in the styler doesn't make sense anymore.  It conflicts 
with the use of lazy, per-element style application (#2723).  Use 
`style.clear()` to perform the same actions as would be previously performed at 
`style.apply()` with `newStyle === true`.

Details:

- Use a `appliedInitStyle` flag for elements to indicate whether a fresh 
stylesheet is being applied for the first time.  This is necessary for 
transitions.
- `styleCxtKey` is cleared out in `style.clearStyleHints()`.
- Moves `_private.styleDirty = true` down one line for good measure, but this 
doesn't directly affect this issue.

Refs. : Style updates are faulty after switching to a new stylesheet #2747


  Commit: f787767b5c95eeda8841257d0b68df17ce8d2d51
      
https://github.com/cytoscape/cytoscape.js/commit/f787767b5c95eeda8841257d0b68df17ce8d2d51
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
    M src/collection/style.js

  Log Message:
  -----------
  The `styleDirty = false` line should be in the counterintuitive order.

Add comment.

Refs. : Style updates are faulty after switching to a new stylesheet #2747


  Commit: f3dd5a51a9ca4799d758b57026ffaca85ff04a4a
      
https://github.com/cytoscape/cytoscape.js/commit/f3dd5a51a9ca4799d758b57026ffaca85ff04a4a
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M documentation/md/intro.md

  Log Message:
  -----------
  Add 3.16.1 to the list of releases


  Commit: 66040490a39920a79b3de1e691c46f8d172333ee
      
https://github.com/cytoscape/cytoscape.js/commit/66040490a39920a79b3de1e691c46f8d172333ee
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M .size-snapshot.json
    M dist/cytoscape.cjs.js
    M dist/cytoscape.esm.js
    M dist/cytoscape.esm.min.js
    M dist/cytoscape.min.js
    M dist/cytoscape.umd.js
    M documentation/index.html
    M documentation/js/cytoscape.min.js

  Log Message:
  -----------
  Build 3.16.1


  Commit: 628828df977b15e86e5f0eafaa0185bede1a31ed
      
https://github.com/cytoscape/cytoscape.js/commit/628828df977b15e86e5f0eafaa0185bede1a31ed
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

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

  Log Message:
  -----------
  3.16.1


  Commit: cf39c72ab0c0175c05e854ecc0454ebd6f1ca06e
      
https://github.com/cytoscape/cytoscape.js/commit/cf39c72ab0c0175c05e854ecc0454ebd6f1ca06e
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M src/collection/dimensions/bounds.js
    M src/extensions/renderer/base/coord-ele-math/labels.js

  Log Message:
  -----------
  Label size calculations should not allow for a margin of error (MOE).  
Instead, the bounding box should be expanded slightly for the MOE.  The BB is 
bilaterally symmetric about the centre point, whereas the dimension 
calculations are not.

Refs. : Label alignment : Labels not centered #2749


  Commit: f3d084915b01a6a94e97e317fb81834cdeef4205
      
https://github.com/cytoscape/cytoscape.js/commit/f3d084915b01a6a94e97e317fb81834cdeef4205
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M debug/index.html
    M debug/view.js

  Log Message:
  -----------
  Add body bounds button to debug page & make `showBB()` global


  Commit: 0a752ee1a4f7beab52f35552f0651d091f5a8e7d
      
https://github.com/cytoscape/cytoscape.js/commit/0a752ee1a4f7beab52f35552f0651d091f5a8e7d
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M src/collection/dimensions/bounds.js

  Log Message:
  -----------
  `ele.boundingBox()` should be aware of `styleDirty` flag re. caching

Refs. :

- Rendering the label when it changes #2752
- Strange squished fonts on font size change #2754


  Commit: 46b11e06cedb4b9babf17aa64a2fbfd9c81922b3
      
https://github.com/cytoscape/cytoscape.js/commit/46b11e06cedb4b9babf17aa64a2fbfd9c81922b3
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M documentation/md/intro.md

  Log Message:
  -----------
  Add 3.16.2 to the list of releases in the docs


  Commit: 3aea50be00202a4bcf60d8e9eb527f80b5bded68
      
https://github.com/cytoscape/cytoscape.js/commit/3aea50be00202a4bcf60d8e9eb527f80b5bded68
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M .size-snapshot.json
    M dist/cytoscape.cjs.js
    M dist/cytoscape.esm.js
    M dist/cytoscape.esm.min.js
    M dist/cytoscape.min.js
    M dist/cytoscape.umd.js
    M documentation/index.html
    M documentation/js/cytoscape.min.js

  Log Message:
  -----------
  Build 3.16.2


  Commit: 74b27f43ebc4571683131bf6d011c67c448075f2
      
https://github.com/cytoscape/cytoscape.js/commit/74b27f43ebc4571683131bf6d011c67c448075f2
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

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

  Log Message:
  -----------
  3.16.2


  Commit: b0c9286450318301ca394fb8dbeed87a1328350d
      
https://github.com/cytoscape/cytoscape.js/commit/b0c9286450318301ca394fb8dbeed87a1328350d
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
    M README.md
    M documentation/md/extensions.md
    M documentation/md/links.md

  Log Message:
  -----------
  Add `cosep` layout to the docs


  Commit: 985c9a71f2ba80bbd9314f251aacb0754ebba264
      
https://github.com/cytoscape/cytoscape.js/commit/985c9a71f2ba80bbd9314f251aacb0754ebba264
  Author: Salih Altun <muhammedsalihal...@gmail.com>
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
    M src/extensions/renderer/base/coord-ele-math/labels.js

  Log Message:
  -----------
  Change ellipsis label logic

 - Fixes cytoscape/cytoscape.js#2761
 - New logic will first test if the full label fits in the node, if it
 does, use the full label. Otherwise, the old logic will apply since
 we know we are going to be using ellipsis (label doesn't fit).


  Commit: 3a399e71f986682db6ad0ea50685d27bdfcc3c84
      
https://github.com/cytoscape/cytoscape.js/commit/3a399e71f986682db6ad0ea50685d27bdfcc3c84
  Author: joliroot <jonathan.lindr...@gmail.com>
  Date:   2020-10-18 (Sun, 18 Oct 2020)

  Changed paths:
    M package.json

  Log Message:
  -----------
  npm run benchmark runs all benchmarks


  Commit: 5742ae1c46b1ffcff19610494180473341af01bb
      
https://github.com/cytoscape/cytoscape.js/commit/5742ae1c46b1ffcff19610494180473341af01bb
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M src/extensions/renderer/base/coord-ele-math/labels.js

  Log Message:
  -----------
  Merge pull request #2762 from msalihaltun/bugfix/ellipsis-labels

Change ellipsis label logic


  Commit: 20a651d492ea21dd2cdf594c3b4147bfaedbaaf4
      
https://github.com/cytoscape/cytoscape.js/commit/20a651d492ea21dd2cdf594c3b4147bfaedbaaf4
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M package.json

  Log Message:
  -----------
  Merge pull request #2763 from joliroot/all-benchmarks

"npm run benchmark" runs all benchmarks


  Commit: 8e67584ee9d5ff7876eae836ecb29d908b4d603e
      
https://github.com/cytoscape/cytoscape.js/commit/8e67584ee9d5ff7876eae836ecb29d908b4d603e
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M src/extensions/renderer/base/load-listeners.js

  Log Message:
  -----------
  Merge pull request #2764 from blazespinnaker/unstable

Allow eles.panify() to work with compound nodes #2759


  Commit: 613b00cd07143d4ef96a1c8fadc7aed4b0c26e37
      
https://github.com/cytoscape/cytoscape.js/commit/613b00cd07143d4ef96a1c8fadc7aed4b0c26e37
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M documentation/md/intro.md

  Log Message:
  -----------
  Add 3.15.4 and 3.16.3 to the list of releases in the docs


  Commit: e5df11a10eda560863daa9a77c60afb79ef38a57
      
https://github.com/cytoscape/cytoscape.js/commit/e5df11a10eda560863daa9a77c60afb79ef38a57
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M .size-snapshot.json
    M dist/cytoscape.cjs.js
    M dist/cytoscape.esm.js
    M dist/cytoscape.esm.min.js
    M dist/cytoscape.min.js
    M dist/cytoscape.umd.js
    M documentation/index.html
    M documentation/js/cytoscape.min.js

  Log Message:
  -----------
  Build 3.16.3


  Commit: 259185256ecc6c8181e9e3770a8a67dbaaee699c
      
https://github.com/cytoscape/cytoscape.js/commit/259185256ecc6c8181e9e3770a8a67dbaaee699c
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

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

  Log Message:
  -----------
  3.16.3


  Commit: 326a9da9fe5c6337c4efa1e42d596ae290c65638
      
https://github.com/cytoscape/cytoscape.js/commit/326a9da9fe5c6337c4efa1e42d596ae290c65638
  Author: Jan Hartmann <1107383+janhartm...@users.noreply.github.com>
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
    M src/extensions/renderer/canvas/ele-texture-cache.js

  Log Message:
  -----------
  Short circuit when `b` is not defined (#2770)


  Commit: 24435588a1bb0757461fc39a2ebec7937309716c
      
https://github.com/cytoscape/cytoscape.js/commit/24435588a1bb0757461fc39a2ebec7937309716c
  Author: Jan Hartmann <1107383+janhartm...@users.noreply.github.com>
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
    M src/extensions/renderer/canvas/ele-texture-cache.js

  Log Message:
  -----------
  Update ele-texture-cache.js


  Commit: ab85d3553cf4e533454740e2824fd41cd7fe263a
      
https://github.com/cytoscape/cytoscape.js/commit/ab85d3553cf4e533454740e2824fd41cd7fe263a
  Author: Jan Hartmann <1107383+janhartm...@users.noreply.github.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M src/extensions/renderer/canvas/ele-texture-cache.js

  Log Message:
  -----------
  Ensure element is not removed


  Commit: 0073d3672dc3438684b16209e73afa396299ae4d
      
https://github.com/cytoscape/cytoscape.js/commit/0073d3672dc3438684b16209e73afa396299ae4d
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M documentation/md/notation.md
    M src/collection/element.js

  Log Message:
  -----------
  Soften the `style` bypass at element creation warning.

- Soften the language in the warning.
- Keep as a warning instead of a deprecation for v4.


  Commit: eebc185803363dfa065bcc332dc5f1b9ef9bd4f0
      
https://github.com/cytoscape/cytoscape.js/commit/eebc185803363dfa065bcc332dc5f1b9ef9bd4f0
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M documentation/md/intro.md

  Log Message:
  -----------
  Add 3.17.0, 3.16.4, & 3.15.5 to the release list


  Commit: 727e98bd4db184102ac1f15bbc1bb2c340323c2d
      
https://github.com/cytoscape/cytoscape.js/commit/727e98bd4db184102ac1f15bbc1bb2c340323c2d
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M src/extensions/renderer/canvas/ele-texture-cache.js

  Log Message:
  -----------
  Merge pull request #2771 from janhartmann/patch-1

Short circuit when `bb` is not defined


  Commit: 79c13af11adcbcf92dd23b4424e4a91261f2fc03
      
https://github.com/cytoscape/cytoscape.js/commit/79c13af11adcbcf92dd23b4424e4a91261f2fc03
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M .size-snapshot.json
    M dist/cytoscape.cjs.js
    M dist/cytoscape.esm.js
    M dist/cytoscape.esm.min.js
    M dist/cytoscape.min.js
    M dist/cytoscape.umd.js
    M documentation/index.html
    M documentation/js/cytoscape.min.js

  Log Message:
  -----------
  Build 3.16.4


  Commit: d59a4c4baf152a2b6dc2b8ec3c476812307bb545
      
https://github.com/cytoscape/cytoscape.js/commit/d59a4c4baf152a2b6dc2b8ec3c476812307bb545
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

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

  Log Message:
  -----------
  3.16.4


  Commit: 617f84b978e56497902f22eed724e6bd0358e9b9
      
https://github.com/cytoscape/cytoscape.js/commit/617f84b978e56497902f22eed724e6bd0358e9b9
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:

  Log Message:
  -----------
  Merge master and unstable together for 3.17.0

Merge branch 'master' into unstable

git merge -s ours master


  Commit: 719b4d4d4d3ebc3b9c09275be6b6494c46a2075a
      
https://github.com/cytoscape/cytoscape.js/commit/719b4d4d4d3ebc3b9c09275be6b6494c46a2075a
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

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

  Log Message:
  -----------
  Upgrade package file to 3.18.0-unstable


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/11c02363a673...719b4d4d4d3e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/unstable/11c023-719b4d%40github.com.

Reply via email to