Branch: refs/heads/unstable
Home: https://github.com/cytoscape/cytoscape.js
Commit: 8f09578aa5a578b171cc0e82197de6f2dd2a6752
https://github.com/cytoscape/cytoscape.js/commit/8f09578aa5a578b171cc0e82197de6f2dd2a6752
Author: Max Franz <[email protected]>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M src/extensions/renderer/canvas/drawing-edges.js
Log Message:
-----------
Severe performance degradation with edge arrows in firefox #2367
Commit: fd44b205c1800919dc6150a05cb0649d85086e0b
https://github.com/cytoscape/cytoscape.js/commit/fd44b205c1800919dc6150a05cb0649d85086e0b
Author: Max Franz <[email protected]>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M documentation/md/intro.md
Log Message:
-----------
Add Naver Pinpoint to the who-uses list #914
Commit: 571e794025ec434a0f9f515d02893e0d4ca8aacb
https://github.com/cytoscape/cytoscape.js/commit/571e794025ec434a0f9f515d02893e0d4ca8aacb
Author: Max Franz <[email protected]>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M README.md
Log Message:
-----------
Remove build:unmin from the readme and add build:esm #2648
Commit: ab3cda9295a9f08df1b28ddd89ac4f922e787864
https://github.com/cytoscape/cytoscape.js/commit/ab3cda9295a9f08df1b28ddd89ac4f922e787864
Author: Max Franz <[email protected]>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M documentation/md/notation.md
Log Message:
-----------
Docs: Revision in wording to "Architecture & API"
Let's focus on more productive issues in future, rather than politics.
Closes #2649
Commit: 5aa22d74dd7289fbb126d058ceedf378982bfd57
https://github.com/cytoscape/cytoscape.js/commit/5aa22d74dd7289fbb126d058ceedf378982bfd57
Author: Max Franz <[email protected]>
Date: 2020-03-18 (Wed, 18 Mar 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
M package-lock.json
Log Message:
-----------
Build 3.14.1
Commit: c994f431b66712df239e8a53e82ba08cc58126ee
https://github.com/cytoscape/cytoscape.js/commit/c994f431b66712df239e8a53e82ba08cc58126ee
Author: Max Franz <[email protected]>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M package-lock.json
M package.json
Log Message:
-----------
3.14.1
Commit: 4e9aa967628fab8e1eb00e751a151f48386a0a86
https://github.com/cytoscape/cytoscape.js/commit/4e9aa967628fab8e1eb00e751a151f48386a0a86
Author: Max Franz <[email protected]>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M documentation/md/intro.md
Log Message:
-----------
Add 3.14.1 and 3.13.2 to the list of releases in the docs
Commit: 45133f9a8703be6290723e09e05c53ad16ad0b09
https://github.com/cytoscape/cytoscape.js/commit/45133f9a8703be6290723e09e05c53ad16ad0b09
Author: Max Franz <[email protected]>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M documentation/md/getting-started.md
Log Message:
-----------
Merge pull request #2654 from icalvo/getting-started-arrow-fix
Add curve-style: bezier to the tutorial example
Commit: 4ebdfd4b2ca4062c29bf2e4da6ffeee8158d38c6
https://github.com/cytoscape/cytoscape.js/commit/4ebdfd4b2ca4062c29bf2e4da6ffeee8158d38c6
Author: Max Franz <[email protected]>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M src/collection/index.js
M test/core-graph-manipulation.js
Log Message:
-----------
`ele.json({ data })` modifies the parent only if the `parent` key is defined
in `data`
- `ele.json({ data: { parent: null } })` : remove parent
- `ele.json({ data: { parent: undefined } })` : remove parent
- `ele.json({ data: { } })` : no change w.r.t. parent (no parent key)
Ref #2653
Commit: 78c572bdde2d1e4c0b3b76e7b61946819fb96452
https://github.com/cytoscape/cytoscape.js/commit/78c572bdde2d1e4c0b3b76e7b61946819fb96452
Author: Max Franz <[email protected]>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M documentation/md/intro.md
Log Message:
-----------
Add 3.14.2 and 3.13.3 to the list of releases in the docs
Commit: 2fc99f62933892ea9a4a7ea23f40afececd84a58
https://github.com/cytoscape/cytoscape.js/commit/2fc99f62933892ea9a4a7ea23f40afececd84a58
Author: Max Franz <[email protected]>
Date: 2020-04-24 (Fri, 24 Apr 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.14.2
Commit: 422e732aff7e9a90694a5ea42a87c461f286dfa1
https://github.com/cytoscape/cytoscape.js/commit/422e732aff7e9a90694a5ea42a87c461f286dfa1
Author: Max Franz <[email protected]>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M package-lock.json
M package.json
Log Message:
-----------
3.14.2
Commit: 639e400dbb4d8c24354acbb0b7e7e33770768d1e
https://github.com/cytoscape/cytoscape.js/commit/639e400dbb4d8c24354acbb0b7e7e33770768d1e
Author: Max Franz <[email protected]>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
Log Message:
-----------
Merge master and unstable together, post 3.15.0 release
git checkout unstable
git merge -s ours master
git checkout master
git merge unstable
Compare:
https://github.com/cytoscape/cytoscape.js/compare/decfe0ae9866...639e400dbb4d
--
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/unstable/decfe0-639e40%40github.com.