Branch: refs/heads/master
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: e171e2fd05c96ecd65066a51d8c83fbca71b1c89
      
https://github.com/cytoscape/cytoscape.js/commit/e171e2fd05c96ecd65066a51d8c83fbca71b1c89
  Author: rett gerst <[email protected]>
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
    M src/extensions/renderer/base/load-listeners.js
    M src/extensions/renderer/canvas/drawing-redraw.js
    M src/extensions/renderer/canvas/index.js

  Log Message:
  -----------
  use cy.window() instead of global window in several more cases


  Commit: 0adefe9534baa51457b8711b6e0aa1cda199ead0
      
https://github.com/cytoscape/cytoscape.js/commit/0adefe9534baa51457b8711b6e0aa1cda199ead0
  Author: rett gerst <[email protected]>
  Date:   2024-03-21 (Thu, 21 Mar 2024)

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

  Log Message:
  -----------
  update calculateLabelDimensions method to use cy.window() intead of global 
window/document


  Commit: 194b8decf136be087997635eaf0e6e93e110e072
      
https://github.com/cytoscape/cytoscape.js/commit/194b8decf136be087997635eaf0e6e93e110e072
  Author: rett gerst <[email protected]>
  Date:   2024-03-21 (Thu, 21 Mar 2024)

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

  Log Message:
  -----------
  remove global document comment


  Commit: 8bf33bb3f7d99714983bdc9748431802fa908ce0
      
https://github.com/cytoscape/cytoscape.js/commit/8bf33bb3f7d99714983bdc9748431802fa908ce0
  Author: EliotRagueneau <[email protected]>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

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

  Log Message:
  -----------
  :sparkles: Keep original separator instead of using space when text-wrapping


  Commit: 86af5deca94b9e3b14e38e7134d17bab8e28760b
      
https://github.com/cytoscape/cytoscape.js/commit/86af5deca94b9e3b14e38e7134d17bab8e28760b
  Author: mikekucera <[email protected]>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

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

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


  Commit: 12f63352de61f812844b17412ee0c61c45fc7c0f
      
https://github.com/cytoscape/cytoscape.js/commit/12f63352de61f812844b17412ee0c61c45fc7c0f
  Author: Mike Kucera <[email protected]>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
    M dist/cytoscape.cjs.js
    R dist/cytoscape.esm.js
    R dist/cytoscape.esm.min.js
    A dist/cytoscape.esm.min.mjs
    A dist/cytoscape.esm.mjs
    M dist/cytoscape.min.js
    M dist/cytoscape.umd.js
    M package-lock.json
    M package.json
    M rollup.config.js

  Log Message:
  -----------
  exports for dist folder in package.json, change esm extension to .mjs

Refs #3239


  Commit: ef1b7e536b396b4b254b69f0221b8f9d0dba5936
      
https://github.com/cytoscape/cytoscape.js/commit/ef1b7e536b396b4b254b69f0221b8f9d0dba5936
  Author: mikekucera <[email protected]>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
    M documentation/versions.json

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


  Commit: bed664570a9796f3990395058b34fc6e8faa1cd9
      
https://github.com/cytoscape/cytoscape.js/commit/bed664570a9796f3990395058b34fc6e8faa1cd9
  Author: Jan Molak <[email protected]>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
    M package.json

  Log Message:
  -----------
  fix(umd): exported cytoscape.umd, closes #3239


  Commit: c0bd5df243dd165cd7ed0a5cb7c4067402156a80
      
https://github.com/cytoscape/cytoscape.js/commit/c0bd5df243dd165cd7ed0a5cb7c4067402156a80
  Author: Mike Kucera <[email protected]>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
    M package.json

  Log Message:
  -----------
  add require for cytoscape.umd.js


  Commit: 6da4c8e8011e5f7c8acf03b57aafdb1a6c256306
      
https://github.com/cytoscape/cytoscape.js/commit/6da4c8e8011e5f7c8acf03b57aafdb1a6c256306
  Author: mikekucera <[email protected]>
  Date:   2024-04-25 (Thu, 25 Apr 2024)

  Changed paths:
    M documentation/versions.json

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


  Commit: 3ea4144d21f361e4c65a14d2ae0ec2cd8e2234f6
      
https://github.com/cytoscape/cytoscape.js/commit/3ea4144d21f361e4c65a14d2ae0ec2cd8e2234f6
  Author: Christian Lopes <[email protected]>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

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

  Log Message:
  -----------
  Merge pull request #3236 from EliotRagueneau/fix-text-wrap

Keep original separator instead of using space when text-wrapping


  Commit: 2bfefff1f35045076ea7a6d73a0a34adf7412cf7
      
https://github.com/cytoscape/cytoscape.js/commit/2bfefff1f35045076ea7a6d73a0a34adf7412cf7
  Author: Christian Lopes <[email protected]>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
    M src/extensions/renderer/base/coord-ele-math/labels.js
    M src/extensions/renderer/base/load-listeners.js
    M src/extensions/renderer/canvas/drawing-redraw.js
    M src/extensions/renderer/canvas/index.js

  Log Message:
  -----------
  Merge pull request #3229 from leaksignal/unstable

use cy.window() instead of global window in canvas renderer (jsdom/node-canvas 
support)


  Commit: 5d09bdff993af962c206d216147a37044b4a36a1
      
https://github.com/cytoscape/cytoscape.js/commit/5d09bdff993af962c206d216147a37044b4a36a1
  Author: Mike Kucera <[email protected]>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    M documentation/docmaker.json

  Log Message:
  -----------
  Add cy.renderedExtent() to docs

Fixes #3242


  Commit: 325be34a1ef599fcbff1530a4a1a76aefa9f50be
      
https://github.com/cytoscape/cytoscape.js/commit/325be34a1ef599fcbff1530a4a1a76aefa9f50be
  Author: Dmitry K <[email protected]>
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
    M src/extensions/renderer/canvas/drawing-edges.js
    M src/style/properties.js

  Log Message:
  -----------
  line-outline properties


  Commit: 2ac26ae18bfdeac7d5d1575f48ff6e3bb1cd8521
      
https://github.com/cytoscape/cytoscape.js/commit/2ac26ae18bfdeac7d5d1575f48ff6e3bb1cd8521
  Author: Dmitry K <[email protected]>
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
    M documentation/md/style.md

  Log Message:
  -----------
  Documentation of line-outline feature


  Commit: 6ad45bf2acc3c3d899813176dd1e341aa46350cd
      
https://github.com/cytoscape/cytoscape.js/commit/6ad45bf2acc3c3d899813176dd1e341aa46350cd
  Author: Dmitry K <[email protected]>
  Date:   2024-05-16 (Thu, 16 May 2024)

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

  Log Message:
  -----------
  changed drawLineOutline lineWidth calculation


  Commit: d9e23d88dc86a5088969fd0d8925a0db3b6b112a
      
https://github.com/cytoscape/cytoscape.js/commit/d9e23d88dc86a5088969fd0d8925a0db3b6b112a
  Author: Dmitry K <[email protected]>
  Date:   2024-05-17 (Fri, 17 May 2024)

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

  Log Message:
  -----------
  rolled back drawLineOutline lineWidth calculation


  Commit: 42516fba91cdd515cdf232f6ea0fea9d64192334
      
https://github.com/cytoscape/cytoscape.js/commit/42516fba91cdd515cdf232f6ea0fea9d64192334
  Author: Mike Kucera <[email protected]>
  Date:   2024-05-24 (Fri, 24 May 2024)

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

  Log Message:
  -----------
  Merge pull request #3244 from xkdgo/feature/lineOutline

Feature/line outline


  Commit: f6f28ee2aa6480670aac2f7be5313c970a3a458c
      
https://github.com/cytoscape/cytoscape.js/commit/f6f28ee2aa6480670aac2f7be5313c970a3a458c
  Author: Mike Kucera <[email protected]>
  Date:   2024-05-24 (Fri, 24 May 2024)

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

  Log Message:
  -----------
  missing semicolons


  Commit: fafab60ea054e24dcc2dafd4683fe541d4dcef0a
      
https://github.com/cytoscape/cytoscape.js/commit/fafab60ea054e24dcc2dafd4683fe541d4dcef0a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-06-11 (Tue, 11 Jun 2024)

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

  Log Message:
  -----------
  Build(deps): Bump braces and cpy-cli

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates 
ancestor dependency [cpy-cli](https://github.com/sindresorhus/cpy-cli). These 
dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `cpy-cli` from 3.1.1 to 5.0.0
- [Release notes](https://github.com/sindresorhus/cpy-cli/releases)
- [Commits](https://github.com/sindresorhus/cpy-cli/compare/v3.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: cpy-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: ed3f70319bbf470d45664689c826c52450fdd000
      
https://github.com/cytoscape/cytoscape.js/commit/ed3f70319bbf470d45664689c826c52450fdd000
  Author: Max Franz <[email protected]>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

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

  Log Message:
  -----------
  Merge pull request #3247 from 
cytoscape/dependabot/npm_and_yarn/multi-bc502840e7

Build(deps): Bump braces and cpy-cli


  Commit: 4129f71094cd812993f49d47b00e652989a06e8b
      
https://github.com/cytoscape/cytoscape.js/commit/4129f71094cd812993f49d47b00e652989a06e8b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
    M package-lock.json

  Log Message:
  -----------
  Build(deps-dev): Bump ws from 7.5.8 to 7.5.10

Bumps [ws](https://github.com/websockets/ws) from 7.5.8 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.8...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 4bdb04c9842b26e4894359cb6e6655e4984e5acc
      
https://github.com/cytoscape/cytoscape.js/commit/4bdb04c9842b26e4894359cb6e6655e4984e5acc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

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

  Log Message:
  -----------
  Build(deps-dev): Bump gh-pages from 2.2.0 to 5.0.0

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 2.2.0 to 5.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v2.2.0...v5.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 2a77c3457f804967e6bf58584737c9afa24d9a35
      
https://github.com/cytoscape/cytoscape.js/commit/2a77c3457f804967e6bf58584737c9afa24d9a35
  Author: Max Franz <[email protected]>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

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

  Log Message:
  -----------
  Merge pull request #3240 from cytoscape/dependabot/npm_and_yarn/gh-pages-5.0.0

Build(deps-dev): Bump gh-pages from 2.2.0 to 5.0.0


  Commit: 5aa4baf3eabd0528933552410965244afd51cbee
      
https://github.com/cytoscape/cytoscape.js/commit/5aa4baf3eabd0528933552410965244afd51cbee
  Author: Max Franz <[email protected]>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
    M package-lock.json

  Log Message:
  -----------
  Merge pull request #3248 from cytoscape/dependabot/npm_and_yarn/ws-7.5.10

Build(deps-dev): Bump ws from 7.5.8 to 7.5.10


  Commit: e83d34b0d489c045a4a985e3e3f04e3884c5444c
      
https://github.com/cytoscape/cytoscape.js/commit/e83d34b0d489c045a4a985e3e3f04e3884c5444c
  Author: Max Franz <[email protected]>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

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

  Log Message:
  -----------
  Ignore other mouse buttons during a left button gesture

Ref: "free" event doesn't fire if you right click during drag and drop #3005


  Commit: a3b684f00a7f4f64d4785fea0215eb7ed45bd927
      
https://github.com/cytoscape/cytoscape.js/commit/a3b684f00a7f4f64d4785fea0215eb7ed45bd927
  Author: maxkfranz <[email protected]>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

  Changed paths:
    M documentation/versions.json

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


  Commit: 7dc1f6e6567e88adbd1a43c515c79fc3dfb5f874
      
https://github.com/cytoscape/cytoscape.js/commit/7dc1f6e6567e88adbd1a43c515c79fc3dfb5f874
  Author: maxkfranz <[email protected]>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

  Changed paths:
    M documentation/versions.json

  Log Message:
  -----------
  Documentation 3.30.0: Append 3.30.0 to versions.json


  Commit: d9fb9f616bf6a6a36e632bbb33a6fa2e339ea930
      
https://github.com/cytoscape/cytoscape.js/commit/d9fb9f616bf6a6a36e632bbb33a6fa2e339ea930
  Author: maxkfranz <[email protected]>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

  Changed paths:

  Log Message:
  -----------
  Merge master to unstable


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/e62a1cfc1a44...d9fb9f616bf6

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/e62a1c-d9fb9f%40github.com.

Reply via email to