Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/visjs/vis_original

READ ONLY
https://github.com/visjs/vis_original

Delegate the onRender function to the correct property

d51be3bbf57b2420bcb549ae8e2da8bf7ba20558 authored over 9 years ago by Manuel Schallar <[email protected]>
- Fixed bug where 0 axis was always in the automatically fitted range.

f7326745aa25c7e9dd51250f681f789cbdec79d3 authored over 9 years ago by AlexDM0 <[email protected]>
- Fixed updating bounding box of nodes without drawing.

0cf8c4aae06d3e78d12dfd73670edc6169b967ca authored over 9 years ago by AlexDM0 <[email protected]>
added getDataSet to network manipulation edge add and edit functions to match existing remove and node equivalents

dc77069284e7fb4b0f3473416cdaa2333dcca17c authored over 9 years ago by Eric VanDever <[email protected]>
exposed keycharm as vis.keycharm

f0c18f7ed06ae53a9d65245b64335b0a8750a764 authored over 9 years ago by Alex de Mulder <[email protected]>
removed clear() from graph2d docs

378c2e44d5d57f1f0475e9b2eb17b8146c6c4f29 authored over 9 years ago by Alex de Mulder <[email protected]>
updated history

94d63c25553c34c310890695f31022bf0e593f84 authored over 9 years ago by Alex de Mulder <[email protected]>
Made graph2d robust against strings for y values.

04aea9e37ae174c919527534b2774d7e79d67556 authored over 9 years ago by Alex de Mulder <[email protected]>
Fixed static smooth edges not being handled correctly in all angles

b75ccbaf065a96cdd6bdfeb376588f4ae78d8126 authored over 9 years ago by Alex de Mulder <[email protected]>
Only set backgroundColor if specified in setOptions

729ee128bde50227430f0d6d5d148050ab4c1557 authored over 9 years ago by Andrew Schwartz <[email protected]>
added templating for groups

6cf519175c3a8afbfd1f691fbc4e87eebca120e9 authored over 9 years ago by Martin Fischer <[email protected]>
- Fixed #987 proper cleaning of support nodes.

e7bfa9ccd69a653ac9a0e18c61d9a838093df1da authored over 9 years ago by Alex de Mulder <[email protected]>
- Improved handling of empty image field.

af396494582e09bbde9d189032c224ce3adc41c2 authored over 9 years ago by Alex de Mulder <[email protected]>
- Fixed #974 connecting static smooth and straight edges. also bug introduced in the layout

f699061e2999647f30fb08ec8b198ebd2687cfa8 authored over 9 years ago by Alex de Mulder <[email protected]>
- No longer start stabilization with an empty node set.

3d09e62acd04ebfbb897d537062c7548f2050be8 authored over 9 years ago by Alex de Mulder <[email protected]>
Fixed #953 - Added zoom events from keyboard and navigation buttons.

4d8ade5c67d36f65714afac2c39a40b4e5f0367e authored over 9 years ago by Alex de Mulder <[email protected]>
Fixed #949 delete callbacks with null argument not showing toolbar afterwards.

3507d267f652505c1267ac8f56f13e376e563b67 authored over 9 years ago by Alex de Mulder <[email protected]>
fixed accidental redrawing during stabilization. Fixed infinite recursion when fixing node without coordinates

f7eee473bdfe6064d94f86be7a288c1b2758347a authored over 9 years ago by Alex de Mulder <[email protected]>
fixed hammerjs direction issue

e23e2351ecf3663f6949cbc0de57994cf5cc9ef8 authored over 9 years ago by Alex de Mulder <[email protected]>
placed dragEnd event after restoration of fixed state of node

302f2f66252b66f942c4ff37c4b61dfc84fe271d authored over 9 years ago by Alex de Mulder <[email protected]>
Fixed default value of option backgroundColor

aeba17b0c5f2c34508e345b0f6ef333855d94dce authored over 9 years ago by jos <[email protected]>
Ordered the options alphabetically

7b313824cef1a74fef79018673c61978c7f545fd authored over 9 years ago by jos <[email protected]>
Fixed #970: Implemented options `dataColor`, `axisColor`, and `gridColor`.

01a351f6ac909041cedafa4ee89ba19527b9451d authored over 9 years ago by jos <[email protected]>
Bumped version number to 4.3.1-SNAPSHOT

bf49a3013242d53240f07985644fa5eb11a01537 authored over 9 years ago by jos <[email protected]>
Released version 4.3.0

dae3c3d893b839987c4444bf7b05a4d0923515eb authored over 9 years ago by jos <[email protected]>
Added css class `vis-editable`, created an example demonstrating individually editable items (see #980)

b750d2e4dc40813fda1c8a28476cbd80f600a30d authored over 9 years ago by jos <[email protected]>
Merge pull request #980 from danbertolini/develop

Timeline - editable option for individual items

07fd970bf6ae71293137bd64279810c21df2ff45 authored over 9 years ago by Jos de Jong <[email protected]>
Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964)

7c22bd3c3b88ca463d10af74c9821dbd5dd7d4af authored over 9 years ago by jos <[email protected]>
Fixed #964: `Timeline`, `Graph2d`, and `Network` not working on IE9

96afb72d17b9a5b1f4ae4c8f00db194522d85a58 authored over 9 years ago by jos <[email protected]>
Throw an error from abstract method `Core.prototype.getDataRange` (see #966)

79e35e3bc0bc74dfb72756b714587420b86aa801 authored over 9 years ago by jos <[email protected]>
Merge remote-tracking branch 'upstream/develop' into develop

2f23c2f7ef04770cf1f2d4549d026aaad2102a71 authored over 9 years ago by bertolds <[email protected]>
Issues #275, #363 - individual Timeline items editable or readonly

Timeline will check for the property 'editable' on individual items.

if editable === true
...

f43e935bef5987d202b59ab82e41e6fdc5cab3b1 authored over 9 years ago by bertolds <[email protected]>
Removed redundant code from `Core.prototype.getDataRange` (see #966)

dd575adf25258922fff3812c693fa1b614ce49f1 authored over 9 years ago by jos <[email protected]>
Merge pull request #966 from mschallar/master

Core.prototype.fit and Core.prototype.getDataRange fixes

c5c221dfc23c572ac1ffeae2d58d13d7997b4086 authored over 9 years ago by Jos de Jong <[email protected]>
fixed #974, requesting a redraw on update in case of physics being disabled.

8fe640854147ebfd7aa8ffe2444430c310e4306e authored over 9 years ago by Alex de Mulder <[email protected]>
changing the properties from getDataRange

+ according to the documentation
+ changed from 'start' and 'end' to 'min' and 'max'

d894d0efe5e4560ab8bcd71538c830fdb7bc3e01 authored over 9 years ago by Manuel Schallar <[email protected]>
returning meaningful values in getDataRange

+ instead of returning 'null', returning the
calculated values

d1e01bccf0eb39ca489d48a646af971c14ec7c53 authored over 9 years ago by Manuel Schallar <[email protected]>
accessing the correct properties in dataRange

+ replaced property name 'start' to 'min'
+ replaced property name 'end' to 'max'

38cdcf23bb35a3567816acb8154806ccde70fd2e authored over 9 years ago by Manuel Schallar <[email protected]>
Improved locales validation again

ecb525c7a86857415866db29da10479bf0baa205 authored over 9 years ago by jos <[email protected]>
proper fix for validator locales

8ab51a7378d2d7700ea53c594e0e20b1742215ca authored over 9 years ago by AlexDM0 <[email protected]>
Fixed #950: option `locales` broken in `Timeline`, `Graph2d`, and `Network`

4178e4c943516b80aefdc8aeea1b9280c9f7eaa2 authored over 9 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
HISTORY.md

4ddf0fe557628dc9d7028c4fe52ab2fb570003b4 authored over 9 years ago by jos <[email protected]>
Fixed #942: bug when data is empty

eef693113e54c7acb94dd9db187a31be8e305c47 authored over 9 years ago by jos <[email protected]>
fixed dragStart, dragging and dragEnd events when nodes are selected but the viewport is dragged

3c34a7dd78470dfffc6285ff47a903022b45355e authored over 9 years ago by AlexDM0 <[email protected]>
added --SNAPSHOT to dev

e2b3d2d0513ebda39d0b5fb0d168b1d7006fa422 authored over 9 years ago by Alex de Mulder <[email protected]>
release 4.2.0

0242a35b32418b53b510e0d1bbdfa117ce7a27e5 authored over 9 years ago by Alex de Mulder <[email protected]>
rebuilt

9d8ac5998ecdedb3e9d1b7df762ce15f4faa3d36 authored over 9 years ago by AlexDM0 <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

356d5b23ff5a493957c3f01460ba9989607f4d4d authored over 9 years ago by AlexDM0 <[email protected]>
- Fixed #927, dragStart event didnt contain node that was being dragged

0987a84e04cf562cee4012f95fca41f88d5479af authored over 9 years ago by AlexDM0 <[email protected]>
Fixed #925: Event `timechanged` did not fire when mouse has been moved outside the timeline.

805efd3e6e8c04710fc09a978bcf085e80560055 authored over 9 years ago by jos <[email protected]>
Fixed #923: Added a property `event` to the properties emitted with the `select` event

7a417337c9d0049532b1a27f804c175f17a12621 authored over 9 years ago by jos <[email protected]>
added physics:enabled field. Updated docs

42596ab0538997a48162f642315b8c211df1e376 authored over 9 years ago by Alex de Mulder <[email protected]>
Fixed bug where the network could flicker when the pixelRatio is not integer.

1302a6b3e0894081ee0cf3bceb7c7cd4dd2a60ad authored over 9 years ago by AlexDM0 <[email protected]>
updated build

68d432fdff2e9fe34b306403c04dfde9ddda0f16 authored over 9 years ago by AlexDM0 <[email protected]>
changed autoResize to only draw when change is detected.

760c3e92458d92a084b7b16c705b53abe184f7dc authored over 9 years ago by AlexDM0 <[email protected]>
added from and to to docs, fixed hoverConnectedEdges in docs

40141de85cffa676118e84303c9a609158f03b5c authored over 9 years ago by AlexDM0 <[email protected]>
Added axis orientation option `'none'`

a58f4e2cb7d9164ef7f1461e8a9132a9f882be7e authored over 9 years ago by jos <[email protected]>
Removed some redundant css files from the docs

7d5ec023fb51ddb22f04c22799a9d095d888fe55 authored over 9 years ago by jos <[email protected]>
Merge pull request #906 from btmills/master

Ignore folders unneeded by Bower

6530614a8b8bfc9444d73864040a2d38659d0c89 authored over 9 years ago by Jos de Jong <[email protected]>
Fix broken links to docs assets

92bf2c3684c12864563134ae984d21bff9da8bd5 authored over 9 years ago by Brandon Mills <[email protected]>
Ignore lib folder in Bower package

856348d108d8eacd0726637239373d18417f9e0e authored over 9 years ago by Brandon Mills <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

263f21bfc2c808fa2b7ae96f3d5af025af063264 authored over 9 years ago by jos <[email protected]>
Removed left over console.log statement

7ca06bc01999e17ece612983f527d1d27ab7af90 authored over 9 years ago by jos <[email protected]>
fixed small bug

a2fd26e2f6ffcf2de3ff86e06e0bc0ab450d98b2 authored over 9 years ago by Alex de Mulder <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

801a71ddb82c81775845c712b9f708c0bb9b3361 authored over 9 years ago by jos <[email protected]>
Fixed #897: Timeline option `{snap: null}` did give a validation error

3e9ccebf2717d8c0885e2f5520dc8db02acb8c15 authored over 9 years ago by jos <[email protected]>
expanded docs, added buttons, fixed titles

f17401c03dbf5ea92118f9ca15c489d77b831f96 authored over 9 years ago by Alex de Mulder <[email protected]>
expanded docs

4f17eb4f3ef7a38a07b6c250729a9be928eaff84 authored over 9 years ago by Alex de Mulder <[email protected]>
Fixed #893, #911: the `clickToUse` option of Network, Graph2d, and Network was blocking click events in the web page.

ba5cf07b089eb64f0e3fc5a04cd0a63e5434bbc4 authored over 9 years ago by jos <[email protected]>
parseFloat of edges

85765f92a827f899d6aad3fb2d1b334c7cad9315 authored over 9 years ago by Alex de Mulder <[email protected]>
Added releaseFunction to openCluster.

e96d228ab84144c76f2865709c4259f9eb3eca9e authored over 9 years ago by Alex de Mulder <[email protected]>
Fixed #908, unselecting nodes and edges now only when clicking in void.

9111c23ff9330dccc59cecdaf02f43a591057796 authored over 9 years ago by Alex de Mulder <[email protected]>
make sure an stabilized event is always fired atleast once.

f1f6989f8e8e5b552541d88e2ddab8b3c9c9fe92 authored over 9 years ago by Alex de Mulder <[email protected]>
updated history

ad1332375bbdc9b55c63d64e588234cf67d2f821 authored over 9 years ago by Alex de Mulder <[email protected]>
reverted example

e44bc8f19b6939c0563dac24783fa1b084ae8a90 authored over 9 years ago by Alex de Mulder <[email protected]>
added stochastic option check to the testing. Fixed few bugs

ab112d8a40bdca1ce21a9213bb428b2a02221e0a authored over 9 years ago by Alex de Mulder <[email protected]>
updated docs

633e689d901ce519b2d9be8a44c01af287823465 authored over 9 years ago by Alex de Mulder <[email protected]>
- Fixed dataView support for storePositions

5ab819595986bfe260cdc363a4b807345c8f8a36 authored over 9 years ago by Alex de Mulder <[email protected]>
- Fixed dataView support for storePositions

5b1aecffd75fadfaf4e5cacb76997767d1113413 authored over 9 years ago by Alex de Mulder <[email protected]>
- fixed minor bugs

a1d4b27ef35c5bb8a055dd3624a9fce34f80f234 authored over 9 years ago by Alex de Mulder <[email protected]>
- Fixed #904, correctly parsing global font options now.

8732beefa0140a33c604072d78b5dabecc5b8a4d authored over 9 years ago by Alex de Mulder <[email protected]>
fixed #899, self referencing edges do not use orientation other than horizontal

d1b0c59357e191c6b03526c674cd7b507c1fa781 authored over 9 years ago by Alex de Mulder <[email protected]>
- Fixed few functions including storePositions().

- Added beginnings of unit testing for network.

0150255c87132b927bc265f715dfdd14d295ad2a authored over 9 years ago by Alex de Mulder <[email protected]>
- Improved robustness against people molesting the Function.prototype.bind()

629e5965c2914fdcf22dda257f6f99ec3d78860e authored over 9 years ago by Alex de Mulder <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

23c6db6503342c02f78046e1c7f331c7d4d338ec authored over 9 years ago by Alex de Mulder <[email protected]>
- Improved robustness against people molesting the Function.prototype.bind()

34be08fd516bec14cf3c51cc588f6aa373f2fa66 authored over 9 years ago by Alex de Mulder <[email protected]>
Updated /dist

80f7ac769c0408210c793c31d3628750c646e1c4 authored over 9 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
HISTORY.md
dist/vis.js

fef525b6620e266e968f21c575f0a3fbc3dbe804 authored over 9 years ago by jos <[email protected]>
Updated /dist

cedae98217da99777cbc3ae26fa6c03118f31228 authored over 9 years ago by jos <[email protected]>
Improved function `fit()` to take into account the actual width of items (see #847)

ba5a6d2cef7647ac1b6dcca10ed761208e57ad3a authored over 9 years ago by jos <[email protected]>
Reorganized `Timeline.fit()` a bit

7771406dcd9723f4e14dc487976cab2c530f8e92 authored over 9 years ago by jos <[email protected]>
updated history

bc1d1748e7f53348390e7141a8f7ec3d6e9eff78 authored over 9 years ago by Alex de Mulder <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

ee24fdbcc92a1d31bdc0a892727dcf9151fa5fbd authored over 9 years ago by Alex de Mulder <[email protected]>
fixed #892, added case for any format

1cf66f6ac9a949a6d76a65425547177028f7601d authored over 9 years ago by Alex de Mulder <[email protected]>
Fit working (still needs simplification)

ac0563e408fff4218a46834c4f1c33985c15f36c authored over 9 years ago by jos <[email protected]>
Added a usage example for `getEventPropeties(event)` (see #901)

3970ccce5d7d852339d934148fb7cdde2b1fa077 authored over 9 years ago by jos <[email protected]>
Merge branch 'develop' into develop_fit

654cec34f42c7f682a4d8bf66142f861b0f3ccf0 authored over 9 years ago by jos <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

7d8f0a65bd49f4f18eabd60f07c45ddd33acc0e8 authored over 9 years ago by jos <[email protected]>
Replaced spdx license expression with array with identifiers for bower (see #876)

14a5752ea2e52fd127fd61bcef691e96e42ad259 authored over 9 years ago by jos <[email protected]>
Halfway implementing improved Timeline.fit()

16486044019d1fa8e013837ab54b96528ef1108b authored over 9 years ago by jos <[email protected]>