[cytoscape/cytoscape.js] c20489: Merge pull request #3149 from MarkBoyes/MarkBoyes-...

2023-10-30 Thread 'Max Franz' via cytoscape-cvs
  Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: c2048942c76553432cc304217fe53970ca8c935b
  
https://github.com/cytoscape/cytoscape.js/commit/c2048942c76553432cc304217fe53970ca8c935b
  Author: Max Franz 
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
M documentation/demos/edge-arrows/data.json

  Log Message:
  ---
  Merge pull request #3149 from MarkBoyes/MarkBoyes-patch-1

Add chevron arrow to edge-arrows documentation


  Commit: 8e373daac771b8a3a069e4cdbc5633fe16337ec8
  
https://github.com/cytoscape/cytoscape.js/commit/8e373daac771b8a3a069e4cdbc5633fe16337ec8
  Author: Max Franz 
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
M debug/tests.js
M src/extensions/renderer/base/index.js
M src/style/properties.js

  Log Message:
  ---
  Merge pull request #3151 from cytoscape/fix/events_style

Clear z-order cache on style change.

@mikekucera


  Commit: 6e400045911765158657cdd5eb1e59da63c8569f
  
https://github.com/cytoscape/cytoscape.js/commit/6e400045911765158657cdd5eb1e59da63c8569f
  Author: Max Franz 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
A .github/workflows/feature-release.yml
A .github/workflows/md/Feature_Release.md
A .github/workflows/md/Manual_Release.md
A .github/workflows/md/Patch_Backport_Release.md
A .github/workflows/md/blog-issue-template.md
A .github/workflows/md/repo-setup.md
A .github/workflows/patch-release.yml
A .github/workflows/scripts/merge_unstable_to_master.sh
A .github/workflows/scripts/new-feature-version.sh
A .github/workflows/scripts/new-patch-version.sh
A .github/workflows/scripts/pre_release_test.sh
M .gitignore
M README.md
M documentation/docmaker.js
M documentation/docmaker.json
M documentation/md/intro.md
A documentation/versions.json
M package.json

  Log Message:
  ---
  Cherry-pick to master: Add support for automated releases via GitHub Actions 
from Akash's GSOC project.

Merge pr/AkMo3/3153 into unstable

Ref: Github Action for Automated Release #3153


  Commit: 879c06bc3cbefa3edaa293035562d06ad3f3e1b7
  
https://github.com/cytoscape/cytoscape.js/commit/879c06bc3cbefa3edaa293035562d06ad3f3e1b7
  Author: Max Franz 
  Date:   2023-09-11 (Mon, 11 Sep 2023)

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

  Log Message:
  ---
  Add Cloudflare badge to the documentation


  Commit: 06da45480a5e45e9a69f4a6187ebd98fc79e655d
  
https://github.com/cytoscape/cytoscape.js/commit/06da45480a5e45e9a69f4a6187ebd98fc79e655d
  Author: Max Franz 
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
M documentation/index.html

  Log Message:
  ---
  Build docs


  Commit: 0ed1494fa6045c20b7f823b60ef7cafdabc17b70
  
https://github.com/cytoscape/cytoscape.js/commit/0ed1494fa6045c20b7f823b60ef7cafdabc17b70
  Author: Max Franz 
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
M src/extensions/layout/cose.js

  Log Message:
  ---
  Merge pull request #3178 from cytoscape/fix/cose-3170

Fixes COSE TypeError by filtering the edges in the passed-in options


  Commit: b63259195b052304ec7b705655f98e1a505d31f3
  
https://github.com/cytoscape/cytoscape.js/commit/b63259195b052304ec7b705655f98e1a505d31f3
  Author: maxkfranz 
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
M documentation/versions.json

  Log Message:
  ---
  Docs: Add 3.25.2 to versions.json


  Commit: d10a773dda9825db7845014b71da3be6f1c25823
  
https://github.com/cytoscape/cytoscape.js/commit/d10a773dda9825db7845014b71da3be6f1c25823
  Author: Max Franz 
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
M documentation/versions.json

  Log Message:
  ---
  Update versions.json with 3.25.1


  Commit: 7a22275c348698ed7613b342cf924b85044b1829
  
https://github.com/cytoscape/cytoscape.js/commit/7a22275c348698ed7613b342cf924b85044b1829
  Author: maxkfranz 
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
M documentation/versions.json

  Log Message:
  ---
  Docs: Add 3.26.1 to versions.json


  Commit: 917bb7a56eb606dc31250ad4302e638794199711
  
https://github.com/cytoscape/cytoscape.js/commit/917bb7a56eb606dc31250ad4302e638794199711
  Author: maxkfranz 
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
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.26.1


  Commit: 5dc5d3b2d1a86ab4b4fbb7d51b36a5dad51638d2
  
https://github.com/cytoscape/cytoscape.js/commit/5dc5d3b2d1a86ab4b4fbb7d51b36a5dad51638d2
  Author: maxkfranz 
  Date:   2023-10-30 (Mon, 30 Oct 2023)

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

  Log Message:
  ---
  3.26.1


  

[cytoscape/cytoscape.js] c20489: Merge pull request #3149 from MarkBoyes/MarkBoyes-...

2023-08-14 Thread 'Max Franz' via cytoscape-cvs
  Branch: refs/heads/master
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: c2048942c76553432cc304217fe53970ca8c935b
  
https://github.com/cytoscape/cytoscape.js/commit/c2048942c76553432cc304217fe53970ca8c935b
  Author: Max Franz 
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
M documentation/demos/edge-arrows/data.json

  Log Message:
  ---
  Merge pull request #3149 from MarkBoyes/MarkBoyes-patch-1

Add chevron arrow to edge-arrows documentation


-- 
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/master/2f9863-c20489%40github.com.