Branch: refs/heads/master
Home: https://github.com/cytoscape/cytoscape.js
Commit: d5bbea7eea02d73d09878a271eae035367fbf9f3
https://github.com/cytoscape/cytoscape.js/commit/d5bbea7eea02d73d09878a271eae035367fbf9f3
Author: maxkfranz <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 src/extensions/renderer/base/node-shapes.js
M src/math.js
Log Message:
-----------
:sparkles: Support rounded rectangle up to pill shape
Commit: 6514eb33585b995507d87fe32271042014095d64
https://github.com/cytoscape/cytoscape.js/commit/6514eb33585b995507d87fe32271042014095d64
Author: EliotRagueneau <[email protected]>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M src/extensions/renderer/base/node-shapes.js
M src/extensions/renderer/canvas/drawing-shapes.js
M src/math.js
A src/round.js
Log Message:
-----------
:sparkles: Support rounded polygons (path + intersect + checkPoint)
Commit: 4a245ea8c757d995379272d131ad45c7fa4cea78
https://github.com/cytoscape/cytoscape.js/commit/4a245ea8c757d995379272d131ad45c7fa4cea78
Author: EliotRagueneau <[email protected]>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M debug/init.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/canvas/drawing-edges.js
M src/style/properties.js
Log Message:
-----------
:sparkles: Support rounded edges (round-segments + round-taxi)
Commit: 8bf1725f5a3afe76281fb0dabc6d481633b4e1a8
https://github.com/cytoscape/cytoscape.js/commit/8bf1725f5a3afe76281fb0dabc6d481633b4e1a8
Author: EliotRagueneau <[email protected]>
Date: 2023-12-16 (Sat, 16 Dec 2023)
Changed paths:
M debug/init.js
M documentation/demos/edge-types/cy-style.json
M documentation/demos/edge-types/data.json
M documentation/md/style.md
Log Message:
-----------
:memo::boom: Start documentation + WARNING noticed bug within
demos/edge-types, need fixing
Commit: de3f031289a810b6219ef2db8a40e8416e5cb457
https://github.com/cytoscape/cytoscape.js/commit/de3f031289a810b6219ef2db8a40e8416e5cb457
Author: Mike Kucera <[email protected]>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M debug/tests.js
M src/extensions/renderer/canvas/drawing-label-text.js
Log Message:
-----------
Draw text border for 'text-background-shape':'round-rectangle'
Refs #3093
Commit: 7a526facf2bd2f67aebcf415a98e0aedd53399df
https://github.com/cytoscape/cytoscape.js/commit/7a526facf2bd2f67aebcf415a98e0aedd53399df
Author: Max Franz <[email protected]>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M debug/tests.js
M src/extensions/renderer/canvas/drawing-label-text.js
Log Message:
-----------
Merge pull request #3205 from cytoscape/fix/bug3093
Draw text border for 'text-background-shape':'round-rectangle'
Commit: 7ee5f7c41f16d544459b4840922087df80bad07c
https://github.com/cytoscape/cytoscape.js/commit/7ee5f7c41f16d544459b4840922087df80bad07c
Author: Max Franz <[email protected]>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M documentation/md/extensions.md
Log Message:
-----------
List extension : cytoscape-tidytree #3204
Commit: ae8bb3280829be501368fc29d917d6da2e646c1d
https://github.com/cytoscape/cytoscape.js/commit/ae8bb3280829be501368fc29d917d6da2e646c1d
Author: Max Franz <[email protected]>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M README.md
M documentation/md/extensions.md
M documentation/md/links.md
Log Message:
-----------
Update extension count to 68
Commit: 709f9af158974624629d8620778f653f6ab36b42
https://github.com/cytoscape/cytoscape.js/commit/709f9af158974624629d8620778f653f6ab36b42
Author: maxkfranz <[email protected]>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M documentation/versions.json
Log Message:
-----------
Docs: Add 3.27.2 to versions.json
Commit: bf2ecaed35cb6cddc7a5533adc74096c0632eb46
https://github.com/cytoscape/cytoscape.js/commit/bf2ecaed35cb6cddc7a5533adc74096c0632eb46
Author: maxkfranz <[email protected]>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M documentation/versions.json
Log Message:
-----------
Docs: Add 3.28.1 to versions.json
Commit: 6f67e969603703780b683b499d1fe18fb78589e4
https://github.com/cytoscape/cytoscape.js/commit/6f67e969603703780b683b499d1fe18fb78589e4
Author: cqgong <[email protected]>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M documentation/demos/edge-types/code.js
M documentation/demos/edge-types/data.json
M src/extensions/renderer/base/coord-ele-math/edge-arrows.js
Log Message:
-----------
:lipstick: update edge types demo
Commit: e4ecb4497e7d6ec7d066ba0bf512686ccea85620
https://github.com/cytoscape/cytoscape.js/commit/e4ecb4497e7d6ec7d066ba0bf512686ccea85620
Author: cqgong <[email protected]>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M documentation/demos/edge-types/code.js
M documentation/demos/edge-types/data.json
Log Message:
-----------
:lipstick: grid layout up to 6 columns in edge types demo
Commit: 15c32ec39afdfba20db8072641e61c36a1597f99
https://github.com/cytoscape/cytoscape.js/commit/15c32ec39afdfba20db8072641e61c36a1597f99
Author: cqgong <[email protected]>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M documentation/md/style.md
Log Message:
-----------
:lipstick: round edge types documentation
Commit: 2bb77bd8f82a856dc22941c0040d047229dc38e0
https://github.com/cytoscape/cytoscape.js/commit/2bb77bd8f82a856dc22941c0040d047229dc38e0
Author: Max Franz <[email protected]>
Date: 2023-12-24 (Sun, 24 Dec 2023)
Changed paths:
M README.md
M documentation/md/extensions.md
M documentation/md/links.md
Log Message:
-----------
Add `cytoscape-html` to the list of extensions
Ref: List extension : cytoscape-html #3207
Commit: 8bfdee27a4f783bb8c231c537cf1f5e0385703fb
https://github.com/cytoscape/cytoscape.js/commit/8bfdee27a4f783bb8c231c537cf1f5e0385703fb
Author: EliotRagueneau <[email protected]>
Date: 2024-01-08 (Mon, 08 Jan 2024)
Changed paths:
M src/extensions/renderer/base/coord-ele-math/edge-arrows.js
Log Message:
-----------
:memo: Avoid using midVector cache when not available (not round)
Commit: 53ccf2ff7686d149b39b4dd4a102b4275b5ebcbf
https://github.com/cytoscape/cytoscape.js/commit/53ccf2ff7686d149b39b4dd4a102b4275b5ebcbf
Author: EliotRagueneau <[email protected]>
Date: 2024-01-08 (Mon, 08 Jan 2024)
Changed paths:
M documentation/md/style.md
Log Message:
-----------
:memo: Update documentation
Commit: 6222b6fc66f1088a94c104305da4ce869644498d
https://github.com/cytoscape/cytoscape.js/commit/6222b6fc66f1088a94c104305da4ce869644498d
Author: EliotRagueneau <[email protected]>
Date: 2024-01-08 (Mon, 08 Jan 2024)
Changed paths:
M documentation/demos/compound-nodes/code.js
M documentation/md/style.md
M src/style/properties.js
Log Message:
-----------
:memo: Add corner radius documentation
Commit: 58fc19b518a4ec277630bce346ae59b5865f1295
https://github.com/cytoscape/cytoscape.js/commit/58fc19b518a4ec277630bce346ae59b5865f1295
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M package-lock.json
Log Message:
-----------
Build(deps-dev): Bump follow-redirects from 1.15.1 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
-
[Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Commit: edcec914597e5df6d8b5e4da05e6e3db27db82c1
https://github.com/cytoscape/cytoscape.js/commit/edcec914597e5df6d8b5e4da05e6e3db27db82c1
Author: Max Franz <[email protected]>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M package-lock.json
Log Message:
-----------
Merge pull request #3210 from
cytoscape/dependabot/npm_and_yarn/follow-redirects-1.15.4
Build(deps-dev): Bump follow-redirects from 1.15.1 to 1.15.4
Commit: acff4291f03feb69714354931dda7a29de4a4138
https://github.com/cytoscape/cytoscape.js/commit/acff4291f03feb69714354931dda7a29de4a4138
Author: EliotRagueneau <[email protected]>
Date: 2024-01-11 (Thu, 11 Jan 2024)
Changed paths:
M src/extensions/renderer/canvas/drawing-nodes.js
Log Message:
-----------
:sparkles: update corner radius for outline
Commit: ada36c2d989f39546b5eacec0a7d58434db371fc
https://github.com/cytoscape/cytoscape.js/commit/ada36c2d989f39546b5eacec0a7d58434db371fc
Author: Max Franz <[email protected]>
Date: 2024-01-11 (Thu, 11 Jan 2024)
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:
-----------
Merge pull request #3202 from EliotRagueneau/border-properties
Border properties
Commit: 9377211ddfde1a24f95060c0e0e1afcb3a879c1d
https://github.com/cytoscape/cytoscape.js/commit/9377211ddfde1a24f95060c0e0e1afcb3a879c1d
Author: EliotRagueneau <[email protected]>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M src/round.js
Log Message:
-----------
:zap: Optimise round calculation by using previous vectors when possible
Commit: 7e99cf769d5c245b93f3642fd385e5ea5b9448e4
https://github.com/cytoscape/cytoscape.js/commit/7e99cf769d5c245b93f3642fd385e5ea5b9448e4
Author: EliotRagueneau <[email protected]>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
M src/extensions/renderer/base/node-shapes.js
M src/extensions/renderer/canvas/drawing-edges.js
M src/extensions/renderer/canvas/drawing-images.js
M src/extensions/renderer/canvas/drawing-shapes.js
M src/round.js
Log Message:
-----------
:rotating_light: Fix lint issues
Commit: 4221f78a04922b68dba24ec1438a5ae79adb382e
https://github.com/cytoscape/cytoscape.js/commit/4221f78a04922b68dba24ec1438a5ae79adb382e
Author: EliotRagueneau <[email protected]>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M src/round.js
Log Message:
-----------
:zap: Optimise vector inversion angle recalculation (atan2 average time
0.004922 vs PI average time 0.001984)
Commit: 5c274a6fb6a7913324435f09d8af966a33e789f7
https://github.com/cytoscape/cytoscape.js/commit/5c274a6fb6a7913324435f09d8af966a33e789f7
Author: Robin Vobruba <[email protected]>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M documentation/md/getting-started.md
Log Message:
-----------
Getting-started: Adds links and long-form to all the JS dev. specific
abbreviations
Commit: 95c3670fb57355c58e7863a478c1d95f90a25442
https://github.com/cytoscape/cytoscape.js/commit/95c3670fb57355c58e7863a478c1d95f90a25442
Author: Robin Vobruba <[email protected]>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M documentation/md/getting-started.md
Log Message:
-----------
Getting-started: Converts build files list into a table
Commit: 619c3e22168809ee52f43503f9a62a746775040b
https://github.com/cytoscape/cytoscape.js/commit/619c3e22168809ee52f43503f9a62a746775040b
Author: Eliot Ragueneau <[email protected]>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M README.md
M debug/tests.js
M documentation/md/extensions.md
M documentation/md/links.md
M documentation/md/style.md
M documentation/versions.json
M package-lock.json
M src/extensions/renderer/canvas/drawing-label-text.js
M src/extensions/renderer/canvas/drawing-nodes.js
M src/style/properties.js
Log Message:
-----------
Merge branch 'cytoscape:unstable' into border-radius
Commit: 530ee3e8559888b6779fe5545eb4d26903c05066
https://github.com/cytoscape/cytoscape.js/commit/530ee3e8559888b6779fe5545eb4d26903c05066
Author: EliotRagueneau <[email protected]>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M debug/init.js
M debug/tests.js
M src/extensions/renderer/base/coord-ele-math/coords.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/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:
-----------
:sparkles: Introduce node caching + support outline + include test for
outline + support corner-radius impact on cut-rectangle + fix outline for
hexagons
Commit: d2b66b30c77ed0f50f4f8aa7677faf11591ee1de
https://github.com/cytoscape/cytoscape.js/commit/d2b66b30c77ed0f50f4f8aa7677faf11591ee1de
Author: EliotRagueneau <[email protected]>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M documentation/md/style.md
Log Message:
-----------
:memo: Include corner-radius cut-rectangle support in documentation
Commit: 3013eefb51f2aa0f2b1fcb778490ed1a6976a1bd
https://github.com/cytoscape/cytoscape.js/commit/3013eefb51f2aa0f2b1fcb778490ed1a6976a1bd
Author: EliotRagueneau <[email protected]>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M debug/init.js
M src/extensions/renderer/canvas/drawing-nodes.js
Log Message:
-----------
:bug: Avoid caching issue with different corner-radii
Commit: 7c54ec14f9c48b01d5ec13e83167406cf88c9e42
https://github.com/cytoscape/cytoscape.js/commit/7c54ec14f9c48b01d5ec13e83167406cf88c9e42
Author: EliotRagueneau <[email protected]>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M src/extensions/renderer/canvas/drawing-nodes.js
Log Message:
-----------
:mute: Remove logs
Commit: d8941d169c9304af844ecb7a701fb23f93f368a4
https://github.com/cytoscape/cytoscape.js/commit/d8941d169c9304af844ecb7a701fb23f93f368a4
Author: EliotRagueneau <[email protected]>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M src/extensions/renderer/canvas/node-shapes.js
Log Message:
-----------
:wastebasket: Remove TODO
Commit: d8a25b6983231bfd07b81b208b02e74563a65551
https://github.com/cytoscape/cytoscape.js/commit/d8a25b6983231bfd07b81b208b02e74563a65551
Author: Max Franz <[email protected]>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M documentation/css/style.css
Log Message:
-----------
Add CSS to avoid table overflowing the page on small screens
Ref:
- Improve getting-started guide #3212
- Associated issues: #3213
Commit: 6e49d3fe81c2f4343097c1efe5e513490057223c
https://github.com/cytoscape/cytoscape.js/commit/6e49d3fe81c2f4343097c1efe5e513490057223c
Author: Max Franz <[email protected]>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M documentation/css/style.css
M documentation/md/getting-started.md
Log Message:
-----------
Merge pr/hoijui/3213-1 into unstable
Ref: Improve links & table in 'Getting Started' section of docs #3213
Commit: 3892b9b084f49779b6037d81f226b8a4973f9e0b
https://github.com/cytoscape/cytoscape.js/commit/3892b9b084f49779b6037d81f226b8a4973f9e0b
Author: Max Franz <[email protected]>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M debug/init.js
M debug/tests.js
M documentation/demos/compound-nodes/code.js
M documentation/demos/edge-types/code.js
M documentation/demos/edge-types/cy-style.json
M documentation/demos/edge-types/data.json
M documentation/md/style.md
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/node-shapes.js
M src/extensions/renderer/canvas/drawing-edges.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
A src/round.js
M src/style/properties.js
Log Message:
-----------
Merge pull request #3203 from EliotRagueneau/border-radius
Border radius
Commit: dd2a0ad176063101f47290e7888ef04ec4b0793a
https://github.com/cytoscape/cytoscape.js/commit/dd2a0ad176063101f47290e7888ef04ec4b0793a
Author: Max Franz <[email protected]>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M documentation/md/intro.md
Log Message:
-----------
Add Github
Commit: c70505886319adde117971913b192f1fe49ffcd9
https://github.com/cytoscape/cytoscape.js/commit/c70505886319adde117971913b192f1fe49ffcd9
Author: Max Franz <[email protected]>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M documentation/md/intro.md
Log Message:
-----------
Add Mermaid.js to the who-uses list #914
Commit: c24c50a6a806f9d1fd9a522ebcad9e79944fec56
https://github.com/cytoscape/cytoscape.js/commit/c24c50a6a806f9d1fd9a522ebcad9e79944fec56
Author: EliotRagueneau <[email protected]>
Date: 2024-01-31 (Wed, 31 Jan 2024)
Changed paths:
M src/round.js
Log Message:
-----------
:bug: Fix loop on collinear points
Commit: 70262b95e4f8b484fff324a13da0fcd80eb6030d
https://github.com/cytoscape/cytoscape.js/commit/70262b95e4f8b484fff324a13da0fcd80eb6030d
Author: EliotRagueneau <[email protected]>
Date: 2024-02-01 (Thu, 01 Feb 2024)
Changed paths:
M src/collection/dimensions/bounds.js
Log Message:
-----------
:bug: Fix disappearing edge on zooming because wrong bounding box
Commit: e6b675e58145ce2a6993bfba79e7623786c02398
https://github.com/cytoscape/cytoscape.js/commit/e6b675e58145ce2a6993bfba79e7623786c02398
Author: EliotRagueneau <[email protected]>
Date: 2024-02-01 (Thu, 01 Feb 2024)
Changed paths:
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
M src/extensions/renderer/canvas/drawing-edges.js
M src/round.js
M src/style/properties.js
Log Message:
-----------
:zap: Cache edge round corners + include new strategy for acute corners
Commit: afd68be8daf2128c72a477fe7b77ebb7927ca4e2
https://github.com/cytoscape/cytoscape.js/commit/afd68be8daf2128c72a477fe7b77ebb7927ca4e2
Author: EliotRagueneau <[email protected]>
Date: 2024-02-01 (Thu, 01 Feb 2024)
Changed paths:
M src/round.js
Log Message:
-----------
:zap: Use radius 0 instead of ignore flag to ignore round corner
Commit: a82f06b7ad7ae0b807d93b3863e91b32a186b055
https://github.com/cytoscape/cytoscape.js/commit/a82f06b7ad7ae0b807d93b3863e91b32a186b055
Author: EliotRagueneau <[email protected]>
Date: 2024-02-01 (Thu, 01 Feb 2024)
Changed paths:
M documentation/md/style.md
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
M src/round.js
M src/style/properties.js
Log Message:
-----------
:truck: Change `acute-corner-strategy` to `radius-type` + add documentation
Commit: 1f7efaee0053f2bd98d1c141c871f65e0c17e8ab
https://github.com/cytoscape/cytoscape.js/commit/1f7efaee0053f2bd98d1c141c871f65e0c17e8ab
Author: EliotRagueneau <[email protected]>
Date: 2024-02-01 (Thu, 01 Feb 2024)
Changed paths:
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
Log Message:
-----------
:rotating_light: Fix lint
Commit: fada8545a824a1048cc1b21e328acb7b381ff96d
https://github.com/cytoscape/cytoscape.js/commit/fada8545a824a1048cc1b21e328acb7b381ff96d
Author: Eliot Ragueneau <[email protected]>
Date: 2024-02-01 (Thu, 01 Feb 2024)
Changed paths:
M documentation/css/style.css
M documentation/md/getting-started.md
M documentation/md/intro.md
Log Message:
-----------
Merge branch 'cytoscape:unstable' into border-radius
Commit: 1ca5a71cd89839b547c4f28a7c5f1f41c082085c
https://github.com/cytoscape/cytoscape.js/commit/1ca5a71cd89839b547c4f28a7c5f1f41c082085c
Author: EliotRagueneau <[email protected]>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
A documentation/demos/radius-types/code.js
A documentation/demos/radius-types/cy-style.json
A documentation/demos/radius-types/data.json
A documentation/demos/radius-types/index.html
A documentation/demos/radius-types/style.css
M documentation/md/style.md
Log Message:
-----------
:memo: Add demo for radius type
Commit: 33d3c7debb630b63bd1dace710db856fc9cbbbef
https://github.com/cytoscape/cytoscape.js/commit/33d3c7debb630b63bd1dace710db856fc9cbbbef
Author: EliotRagueneau <[email protected]>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
M documentation/css/style.css
M documentation/md/getting-started.md
M documentation/md/intro.md
Log Message:
-----------
Merge remote-tracking branch 'origin/border-radius' into border-radius
Commit: e8f6919d6abb54e869a2088c5f13b4be6fd77d23
https://github.com/cytoscape/cytoscape.js/commit/e8f6919d6abb54e869a2088c5f13b4be6fd77d23
Author: Andrew Pikul <[email protected]>
Date: 2024-02-04 (Sun, 04 Feb 2024)
Changed paths:
M rollup.config.js
Log Message:
-----------
Change roll.config to bundle deps in esm.js
Commit: f45142794da18a49836032f8d2bd7b335f2254b9
https://github.com/cytoscape/cytoscape.js/commit/f45142794da18a49836032f8d2bd7b335f2254b9
Author: EliotRagueneau <[email protected]>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M documentation/demos/radius-types/index.html
M documentation/docmaker.json
A documentation/img/demos/radius-types.png
Log Message:
-----------
:memo: Add demo for radius type to demos list
Commit: b81d341f1d74c940f7229883167f8de1564775dd
https://github.com/cytoscape/cytoscape.js/commit/b81d341f1d74c940f7229883167f8de1564775dd
Author: EliotRagueneau <[email protected]>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M src/round.js
Log Message:
-----------
:bug: Fix collinear points using previous coords
Commit: 759ef49d3eeb5e52f5c624ccac45d0dad84ea600
https://github.com/cytoscape/cytoscape.js/commit/759ef49d3eeb5e52f5c624ccac45d0dad84ea600
Author: Max Franz <[email protected]>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M documentation/demos/radius-types/code.js
Log Message:
-----------
Ungrabify the circle radius nodes in the demo
Ref: Border radius 2 #3219
Commit: b3daf3cbda801bd1b412da1a7048619f37dede58
https://github.com/cytoscape/cytoscape.js/commit/b3daf3cbda801bd1b412da1a7048619f37dede58
Author: Max Franz <[email protected]>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
A documentation/demos/radius-types/code.js
A documentation/demos/radius-types/cy-style.json
A documentation/demos/radius-types/data.json
A documentation/demos/radius-types/index.html
A documentation/demos/radius-types/style.css
M documentation/docmaker.json
A documentation/img/demos/radius-types.png
M documentation/md/style.md
M src/collection/dimensions/bounds.js
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
M src/extensions/renderer/canvas/drawing-edges.js
M src/round.js
M src/style/properties.js
Log Message:
-----------
Merge pr/EliotRagueneau/3219 into unstable
Commit: dc2412be3094001d8114028a21f82e4d2198cf06
https://github.com/cytoscape/cytoscape.js/commit/dc2412be3094001d8114028a21f82e4d2198cf06
Author: Max Franz <[email protected]>
Date: 2024-02-20 (Tue, 20 Feb 2024)
Changed paths:
M documentation/md/getting-started.md
Log Message:
-----------
Update docs table for ESM build re. deps
Ref:
- Improving ESM support and documentation, esp. for browsers #3217
- Change rollup.config to bundle deps in esm.js #3221
Commit: 9bd7a73d59b64d52f5511bed7cd46aeb5804c8fb
https://github.com/cytoscape/cytoscape.js/commit/9bd7a73d59b64d52f5511bed7cd46aeb5804c8fb
Author: Max Franz <[email protected]>
Date: 2024-02-20 (Tue, 20 Feb 2024)
Changed paths:
M package.json
Log Message:
-----------
Add exports key in package.json
Ref:
- Improving ESM support and documentation, esp. for browsers #3217
- Change rollup.config to bundle deps in esm.js #3221
Commit: 43f152cfd858e09302cfa3eec2f7340a6f93b8ae
https://github.com/cytoscape/cytoscape.js/commit/43f152cfd858e09302cfa3eec2f7340a6f93b8ae
Author: Max Franz <[email protected]>
Date: 2024-02-20 (Tue, 20 Feb 2024)
Changed paths:
M documentation/md/getting-started.md
M package.json
M rollup.config.js
Log Message:
-----------
Merge pr/ayjayt/3221 into unstable
Commit: 4372a14065ed26aa781f3b563d5907b9fee80054
https://github.com/cytoscape/cytoscape.js/commit/4372a14065ed26aa781f3b563d5907b9fee80054
Author: Max Franz <[email protected]>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M LICENSE
A dist/cytoscape.cjs.js
A dist/cytoscape.esm.js
A dist/cytoscape.esm.min.js
A dist/cytoscape.min.js
A dist/cytoscape.umd.js
Log Message:
-----------
Update dist files re. :
- Improving ESM support and documentation, esp. for browsers #3217
- Adding exports map in package.json #3218
Commit: 27e01fd5618735bbd0cd350b18ea5e0b9ef285af
https://github.com/cytoscape/cytoscape.js/commit/27e01fd5618735bbd0cd350b18ea5e0b9ef285af
Author: Max Franz <[email protected]>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M documentation/css/style.css
M documentation/md/getting-started.md
M documentation/md/intro.md
M package-lock.json
M package.json
M rollup.config.js
Log Message:
-----------
Make Cytoscape zero-dependency, even for CJS builds
Parts of lodash are used:
- lodash/get
- lodash/set
- lodash/toPath
- lodash/debounce
`heap` is used, but it hasn't been updated in a long time. It probably never
needs to be updated unless there's a serious bug. Doubtful.
Ref:
- Improving ESM support and documentation, esp. for browsers #3217
- Adding exports map in package.json #3218
Commit: 84231b2899efc143ebafc8d8a474159f3d538066
https://github.com/cytoscape/cytoscape.js/commit/84231b2899efc143ebafc8d8a474159f3d538066
Author: Max Franz <[email protected]>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M dist/cytoscape.cjs.js
Log Message:
-----------
Do dist build re. 27e01fd5618735bbd0cd350b18ea5e0b9ef285af
Commit: 0754be3d8519b712bfb15ed2b7324fad3f24debb
https://github.com/cytoscape/cytoscape.js/commit/0754be3d8519b712bfb15ed2b7324fad3f24debb
Author: mikekucera <[email protected]>
Date: 2024-04-17 (Wed, 17 Apr 2024)
Changed paths:
M documentation/versions.json
Log Message:
-----------
Documentation 3.29.0: Append 3.29.0 to versions.json
Commit: 231952f0fddacd559b4205ec780fe1787101a51c
https://github.com/cytoscape/cytoscape.js/commit/231952f0fddacd559b4205ec780fe1787101a51c
Author: mikekucera <[email protected]>
Date: 2024-04-17 (Wed, 17 Apr 2024)
Changed paths:
Log Message:
-----------
Merge master to unstable
Compare:
https://github.com/cytoscape/cytoscape.js/compare/19b80b85fdcf...231952f0fdda
To unsubscribe from these emails, change your notification settings at
https://github.com/cytoscape/cytoscape.js/settings/notifications
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/master/19b80b-231952%40github.com.