[cytoscape/cytoscape.js] 3a9eea: Add support for float numbers in the z-index style...

2023-10-19 Thread 'Dylan Fong' via cytoscape-cvs
  Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 3a9eea58a16b405661330769416c3ae1f55d3986
  
https://github.com/cytoscape/cytoscape.js/commit/3a9eea58a16b405661330769416c3ae1f55d3986
  Author: Max Franz 
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
M documentation/md/style.md
M src/style/properties.js

  Log Message:
  ---
  Add support for float numbers in the z-index style property #3160

- Revise `z-index` property to use a `nonNegativeNumber` type rather than 
`nonNegativeInt`.
- Revise documentation accordingly.


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

  Changed paths:
M src/style/properties.js

  Log Message:
  ---
  Change the `z-index` to allow for negative values

Ref: Add support for float numbers in the z-index style property #3160


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

  Changed paths:
M documentation/md/style.md

  Log Message:
  ---
  Updated related docs re. : Add support for float numbers in the z-index style 
property #3160


  Commit: b1751b8253eade16c128a92ce4520df550ca77b7
  
https://github.com/cytoscape/cytoscape.js/commit/b1751b8253eade16c128a92ce4520df550ca77b7
  Author: Dylan Fong 
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
M documentation/md/style.md
M src/style/properties.js

  Log Message:
  ---
  Merge pull request #3171 from cytoscape/feature/float-z-index

Add support for float numbers (positive & negative) in the z-index style 
property


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/5351c063d7ee...b1751b8253ea

-- 
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/5351c0-b1751b%40github.com.


[PathwayCommons/factoid] eef4b3: Throw an articleID error or original Http status e...

2023-10-19 Thread 'Jeffrey' via cytoscape-cvs
  Branch: refs/heads/iss1201_fill-article-by-id
  Home:   https://github.com/PathwayCommons/factoid
  Commit: eef4b32f148dd647472b570df7d11bfaa7a75c84
  
https://github.com/PathwayCommons/factoid/commit/eef4b32f148dd647472b570df7d11bfaa7a75c84
  Author: Jeffrey Wong 
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js

  Log Message:
  ---
  Throw an articleID error or original Http status error.


-- 
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/PathwayCommons/factoid/push/refs/heads/iss1201_fill-article-by-id/c97479-eef4b3%40github.com.


[PathwayCommons/factoid] 1764f3: Extract string tests for string that look like DOI...

2023-10-19 Thread 'Jeffrey' via cytoscape-cvs
  Branch: refs/heads/iss1201_fill-article-by-id
  Home:   https://github.com/PathwayCommons/factoid
  Commit: 1764f31085cf3fe66e75dd1071d12eb2a30b37d2
  
https://github.com/PathwayCommons/factoid/commit/1764f31085cf3fe66e75dd1071d12eb2a30b37d2
  Author: Jeffrey Wong 
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js
M src/server/routes/api/document/pubmed/index.js
M src/util/is.js

  Log Message:
  ---
  Extract string tests for string that look like DOIs and PMIDs


  Commit: a6f0a4368b3b671155d30a288e6694767834a9a2
  
https://github.com/PathwayCommons/factoid/commit/a6f0a4368b3b671155d30a288e6694767834a9a2
  Author: Jeffrey 
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js
M src/server/routes/api/document/pubmed/index.js
M src/util/is.js

  Log Message:
  ---
  Merge pull request #1212 from PathwayCommons/iss1201_extract-doi-test

Extract string tests for items that resemble DOIs and PMIDs


  Commit: c97479da513d1b2a409c0729b0e51878b9ff9258
  
https://github.com/PathwayCommons/factoid/commit/c97479da513d1b2a409c0729b0e51878b9ff9258
  Author: Jeffrey Wong 
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js
M src/server/routes/api/document/pubmed/index.js
M src/util/is.js

  Log Message:
  ---
  Merge branch 'unstable' into iss1201_fill-article-by-id

# Conflicts:
#   src/server/routes/api/document/crossref/works.js


Compare: 
https://github.com/PathwayCommons/factoid/compare/f0e41094d291...c97479da513d

-- 
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/PathwayCommons/factoid/push/refs/heads/iss1201_fill-article-by-id/f0e410-c97479%40github.com.


[PathwayCommons/factoid] 1764f3: Extract string tests for string that look like DOI...

2023-10-19 Thread 'Jeffrey' via cytoscape-cvs
  Branch: refs/heads/unstable
  Home:   https://github.com/PathwayCommons/factoid
  Commit: 1764f31085cf3fe66e75dd1071d12eb2a30b37d2
  
https://github.com/PathwayCommons/factoid/commit/1764f31085cf3fe66e75dd1071d12eb2a30b37d2
  Author: Jeffrey Wong 
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js
M src/server/routes/api/document/pubmed/index.js
M src/util/is.js

  Log Message:
  ---
  Extract string tests for string that look like DOIs and PMIDs


  Commit: a6f0a4368b3b671155d30a288e6694767834a9a2
  
https://github.com/PathwayCommons/factoid/commit/a6f0a4368b3b671155d30a288e6694767834a9a2
  Author: Jeffrey 
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js
M src/server/routes/api/document/pubmed/index.js
M src/util/is.js

  Log Message:
  ---
  Merge pull request #1212 from PathwayCommons/iss1201_extract-doi-test

Extract string tests for items that resemble DOIs and PMIDs


Compare: 
https://github.com/PathwayCommons/factoid/compare/617ca3a6e80f...a6f0a4368b3b

-- 
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/PathwayCommons/factoid/push/refs/heads/unstable/617ca3-a6f0a4%40github.com.


[cytoscape/cytoscape.js] d1e33f: Updated related docs re. : Add support for float n...

2023-10-19 Thread 'Max Franz' via cytoscape-cvs
  Branch: refs/heads/feature/float-z-index
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: d1e33f2ef36f2cc3856648f08c26c41647116ab9
  
https://github.com/cytoscape/cytoscape.js/commit/d1e33f2ef36f2cc3856648f08c26c41647116ab9
  Author: Max Franz 
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
M documentation/md/style.md

  Log Message:
  ---
  Updated related docs re. : Add support for float numbers in the z-index style 
property #3160


-- 
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/feature/float-z-index/eff8c8-d1e33f%40github.com.


[cytoscape/cytoscape.js] eff8c8: Change the `z-index` to allow for negative values

2023-10-19 Thread 'Max Franz' via cytoscape-cvs
  Branch: refs/heads/feature/float-z-index
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: eff8c8c1b78a15779770a052727dc23c3cacbb23
  
https://github.com/cytoscape/cytoscape.js/commit/eff8c8c1b78a15779770a052727dc23c3cacbb23
  Author: Max Franz 
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
M src/style/properties.js

  Log Message:
  ---
  Change the `z-index` to allow for negative values

Ref: Add support for float numbers in the z-index style property #3160


-- 
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/feature/float-z-index/3a9eea-eff8c8%40github.com.