[cytoscape/cytoscape.js] d5bbea: Update version to 3.29.0-unstable

2024-04-17 Thread 'Mike Kucera' via cytoscape-cvs
  Branch: refs/heads/master
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: d5bbea7eea02d73d09878a271eae035367fbf9f3
  
https://github.com/cytoscape/cytoscape.js/commit/d5bbea7eea02d73d09878a271eae035367fbf9f3
  Author: maxkfranz 
  Date:   2023-12-11 (Mon, 11 Dec 2023)

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

  Log Message:
  ---
  Update version to 3.29.0-unstable


  Commit: 6bbb9f37cf7cfc4e5ff0654159b1465858226ebc
  
https://github.com/cytoscape/cytoscape.js/commit/6bbb9f37cf7cfc4e5ff0654159b1465858226ebc
  Author: EliotRagueneau 
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
M debug/tests.js
M src/extensions/renderer/canvas/drawing-nodes.js
M src/style/properties.js

  Log Message:
  ---
  :sparkles: Introduce new properties `border-cap`, `border-dash-pattern`, 
`border-dash-offset` + include test


  Commit: 3bd0676117280de66ed8b0dd7c72b11f1431ba65
  
https://github.com/cytoscape/cytoscape.js/commit/3bd0676117280de66ed8b0dd7c72b11f1431ba65
  Author: EliotRagueneau 
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
M documentation/md/style.md

  Log Message:
  ---
  :memo: Include documentation


  Commit: 7e7bb8fb17691c99c475c8dcdb4501a04a576e5b
  
https://github.com/cytoscape/cytoscape.js/commit/7e7bb8fb17691c99c475c8dcdb4501a04a576e5b
  Author: Eliot Ragueneau <42945601+eliotraguen...@users.noreply.github.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.md
M .github/PULL_REQUEST_TEMPLATE.md
M README.md
M documentation/md/style.md
M documentation/versions.json
M package-lock.json
M package.json
M src/style/apply.js

  Log Message:
  ---
  Merge pull request #1 from cytoscape/unstable

Update to last unstable


  Commit: 29a3aa63e021911c441b5258ea168d95e126449d
  
https://github.com/cytoscape/cytoscape.js/commit/29a3aa63e021911c441b5258ea168d95e126449d
  Author: EliotRagueneau 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M debug/init.js
M src/extensions/renderer/base/coord-ele-math/coords.js
M src/extensions/renderer/base/coord-ele-math/edge-endpoints.js
M src/extensions/renderer/base/node-shapes.js
M src/extensions/renderer/canvas/drawing-images.js
M src/extensions/renderer/canvas/drawing-nodes.js
M src/extensions/renderer/canvas/drawing-shapes.js
M src/extensions/renderer/canvas/node-shapes.js
M src/math.js
M src/style/properties.js

  Log Message:
  ---
  :construction: WIP


  Commit: 2110d1ac9fbf776bdc6d4b275e53cc87cb0ff6a9
  
https://github.com/cytoscape/cytoscape.js/commit/2110d1ac9fbf776bdc6d4b275e53cc87cb0ff6a9
  Author: EliotRagueneau 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M debug/tests.js
M documentation/md/style.md
M src/extensions/renderer/canvas/drawing-nodes.js
M src/style/properties.js

  Log Message:
  ---
  :sparkles: Support border-position


  Commit: 1116084809526e712e0f3e5b511570048164353c
  
https://github.com/cytoscape/cytoscape.js/commit/1116084809526e712e0f3e5b511570048164353c
  Author: EliotRagueneau 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M debug/tests.js

  Log Message:
  ---
  :white_check_mark: Add self crossing shape to test outside border


  Commit: c82b19407e93408125e7c060f01e541eda725ec7
  
https://github.com/cytoscape/cytoscape.js/commit/c82b19407e93408125e7c060f01e541eda725ec7
  Author: EliotRagueneau 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M debug/tests.js
M documentation/md/style.md
M src/extensions/renderer/canvas/drawing-nodes.js
M src/style/properties.js

  Log Message:
  ---
  :sparkles: Add border-join property


  Commit: 620b277b5f3d7ce2db8f9a79ca71462e5b1e5506
  
https://github.com/cytoscape/cytoscape.js/commit/620b277b5f3d7ce2db8f9a79ca71462e5b1e5506
  Author: EliotRagueneau 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M debug/init.js
M src/extensions/renderer/canvas/drawing-edges.js
M src/extensions/renderer/canvas/drawing-shapes.js

  Log Message:
  ---
  :construction: WIP


  Commit: f07be5829600f03418b539fa5c2c6af3b6acbcdc
  
https://github.com/cytoscape/cytoscape.js/commit/f07be5829600f03418b539fa5c2c6af3b6acbcdc
  Author: EliotRagueneau 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M src/extensions/renderer/canvas/drawing-nodes.js

  Log Message:
  ---
  :art: Add missing semicolons


  Commit: 79ce93e19f73f988e2554aa7d14f7bef622082ea
  
https://github.com/cytoscape/cytoscape.js/commit/79ce93e19f73f988e2554aa7d14f7bef622082ea
  Author: EliotRagueneau 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M debug/init.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 

[cytoscape/cytoscape.js] d5bbea: Update version to 3.29.0-unstable

2023-12-11 Thread 'Max Franz' via cytoscape-cvs
  Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: d5bbea7eea02d73d09878a271eae035367fbf9f3
  
https://github.com/cytoscape/cytoscape.js/commit/d5bbea7eea02d73d09878a271eae035367fbf9f3
  Author: maxkfranz 
  Date:   2023-12-11 (Mon, 11 Dec 2023)

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

  Log Message:
  ---
  Update version to 3.29.0-unstable


-- 
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/ad8573-d5bbea%40github.com.