Ecosyste.ms: OpenCollective

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

github.com/visjs/vis-timeline

📅 Create a fully customizable, interactive timelines and 2d-graphs with items and ranges.
https://github.com/visjs/vis-timeline

Merge pull request #980 from danbertolini/develop

Timeline - editable option for individual items

044ee2ffb402da10124daffdd3436df6f1699aff authored over 9 years ago
Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964)

9ad55c434fa69a8bbf19769d0066b6990f1e34f1 authored over 9 years ago
Fixed #964: `Timeline`, `Graph2d`, and `Network` not working on IE9

eb1a1f4f9752fbc3227c232757f5e06b93a8a7aa authored over 9 years ago
Throw an error from abstract method `Core.prototype.getDataRange` (see #966)

f0db598b44d75b5b30f3c735430625b7bb231ee4 authored over 9 years ago
Merge remote-tracking branch 'upstream/develop' into develop

43603c490d082197fa3a6089d2efba694dbebca2 authored over 9 years ago
Issues #275, #363 - individual Timeline items editable or readonly

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

if editable === true
...

bf3907100daa4cb298f25d4be43920a87bc9e80c authored over 9 years ago
Removed redundant code from `Core.prototype.getDataRange` (see #966)

470d26cdc997fd67e380f7e6493ae2c34264d001 authored over 9 years ago
Merge pull request #966 from mschallar/master

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

0c28872c8761b6785a5412d9d83893f5e6ea894b authored over 9 years ago
changing the properties from getDataRange

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

a5bd67c6df1fac693f1454c5da183409a4cfc3d6 authored over 9 years ago
returning meaningful values in getDataRange

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

6e04fd43df266100acd5bed1d7c541e03a46a32b authored over 9 years ago
accessing the correct properties in dataRange

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

4c8cfaf0e2e4128fc485c2d60efe21ec17caf3bc authored over 9 years ago
Improved locales validation again

2d1ba945e85d158c98619538fc137ec04746912c authored over 9 years ago
proper fix for validator locales

f988a840af6be9dcc2b8a3e7e9d3f19895bff238 authored over 9 years ago
Fixed #950: option `locales` broken in `Timeline`, `Graph2d`, and `Network`

2b534111a1d644c0621381560dc70044316f729c authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
HISTORY.md

c8d546fafffbaa9ed2b0d6636e0f1a64011ca9c3 authored over 9 years ago
Fixed #942: bug when data is empty

b952d68606c82345df1886aeee28dcad94e605dc authored over 9 years ago
fixed dragStart, dragging and dragEnd events when nodes are selected but the viewport is dragged

c5b56b992b5fde05b342f8399cbf4f2a9a7c4aba authored over 9 years ago
added --SNAPSHOT to dev

b2e31fbdaa9c964e161259ccefc95d0e1acfa3f7 authored over 9 years ago
release 4.2.0

5d4ba3c50ad0264dcdbac006629b48f737989fd5 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

3d1257382fb06a243fcbdf7c4059e12eb54d00b4 authored over 9 years ago
- Fixed #927, dragStart event didnt contain node that was being dragged

7c98e6484ff32ab775f52cab0e6063dab7354a0b authored over 9 years ago
Fixed #925: Event `timechanged` did not fire when mouse has been moved outside the timeline.

7c19d5cdd45406dd9be270b575402890ee6ae03a authored over 9 years ago
Fixed #923: Added a property `event` to the properties emitted with the `select` event

4cf3515275f663863e4f9fbd4ae5d987fab2b7d3 authored over 9 years ago
added physics:enabled field. Updated docs

a69903a630ed1e773613761f82041c71700df6f4 authored over 9 years ago
Fixed bug where the network could flicker when the pixelRatio is not integer.

28d805b5ac88298ba0ebda9dfea48c2ea83ecad0 authored over 9 years ago
Added axis orientation option `'none'`

6a52145c24e6db1922d970dc2e6fabb8d0850fc1 authored over 9 years ago
Removed some redundant css files from the docs

9feaa80e113ebf46ee0725b3d2facab14fe01e75 authored over 9 years ago
Merge pull request #906 from btmills/master

Ignore folders unneeded by Bower

bb6de528d17e0bc764c5eb57073dd6eef61bbc1d authored over 9 years ago
Fix broken links to docs assets

d94f67fac659225fad3de0b72e564bdb360fbc8b authored over 9 years ago
Ignore lib folder in Bower package

fc1ca8b6796dbeac4415d7724d63c47b5f7353eb authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

d1f9e939e80cfbf3b91956e16664d30a59515af2 authored over 9 years ago
Removed left over console.log statement

373cd0fcb5424d38da394fb8c60aeb372463ee63 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

d5701ce6f8cd105867cdde614248b34a2b356c57 authored over 9 years ago
Fixed #897: Timeline option `{snap: null}` did give a validation error

f342d5e6137760f6c8aa70a535df138b67ed5084 authored over 9 years ago
Fixed #893, #911: the `clickToUse` option of Network, Graph2d, and Network was blocking click events in the web page.

e7bf088e25fc7d32147a9aecb377c1b7ffb3f401 authored over 9 years ago
Added releaseFunction to openCluster.

d6ae844109b06d1e1555aa87c211b7c297019d95 authored over 9 years ago
Fixed #908, unselecting nodes and edges now only when clicking in void.

d285fb0948e0785d8cadab0e9d7cfb5522f8b6ca authored over 9 years ago
updated history

240bfa22b0e0f97a52fb9bce1693d18bc6dff18e authored over 9 years ago
added stochastic option check to the testing. Fixed few bugs

01453632844bc9df56e0a4e623eff63de88fd048 authored over 9 years ago
updated docs

32611fabf71d4988f0bd3600cfc16a23bb4caee9 authored over 9 years ago
- Fixed dataView support for storePositions

c388826668819b8b09aab22bed0a703bd9b71299 authored over 9 years ago
- Fixed #904, correctly parsing global font options now.

1bbc261e9f785547dc632cee8d4b3e18f1b87a2a authored over 9 years ago
- Fixed few functions including storePositions().

- Added beginnings of unit testing for network.

48088f1b2113f73c825c89f4a7b97d0b584cc1ea authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

bbff3048ef738dd94a35bf622a351e6d37752019 authored over 9 years ago
- Improved robustness against people molesting the Function.prototype.bind()

f3553ae6eb630d479a13e08c97454aa2b1bbe681 authored over 9 years ago
Updated /dist

db95e79010a1342da54a91f58d893bb853018b7d authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
HISTORY.md
dist/vis.js

e6dc066790a9391fea4e0d56d3e10b9d058f2995 authored over 9 years ago
Updated /dist

5c365b1b5b4b7d041b5eb297ccda12d76b4ff9f1 authored over 9 years ago
Improved function `fit()` to take into account the actual width of items (see #847)

bb52ff9adaa07c33d18443fe9178e22a25197186 authored over 9 years ago
Reorganized `Timeline.fit()` a bit

af5308f0c11c12e2c86a76c6796d4c215d5724fc authored over 9 years ago
updated history

90714f3da2f0d5715532b3dc4ea64f3d6ad68a12 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
dist/vis.js

3ecf3373d3678b4899b6bbbb8629a065b862e813 authored over 9 years ago
fixed #892, added case for any format

acb74bc7bbced49d1b54a6795bd587744e149822 authored over 9 years ago
Fit working (still needs simplification)

4893df1c0a2b4ecfa7fa0f9a4334fd9205a3914c authored over 9 years ago
Added a usage example for `getEventPropeties(event)` (see #901)

162c58fd700abb7cc75a75da3318a3f85a7d8eda authored over 9 years ago
Merge branch 'develop' into develop_fit

ed1e9a4e67e7881e6b68cac2e3642a27e6c38e41 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

4941edc15089fe03492fcb77b071b15446fbecbd authored over 9 years ago
Replaced spdx license expression with array with identifiers for bower (see #876)

65028a8fc46a989c93d2a48b3df00db029546ad1 authored over 9 years ago
Halfway implementing improved Timeline.fit()

e7a24a7ec699f3458a1554c6b3e18199a6c8308b authored over 9 years ago
Merge branch 'develop' into develop_fit

e62cd3bf8fc88df8bf01dfab866158029de61b7f authored over 9 years ago
Merge pull request #890 from Gillingham/patch-1

Tell browserify to apply babelify transform

1d498116f0c798e2c8d95de16ffed502e21f3342 authored over 9 years ago
Tell browserify to apply babelify transform

Fixes #874
See https://github.com/babel/babelify#why-arent-files-in-node_modules-being-transformed

51c2a4243e1449f243995cda48f4f283d39abf8f authored over 9 years ago
Bumped version number to 4.1.1-SNAPSHOT

56e2318157e5224998a00ae00fb52a2f9713fb5b authored over 9 years ago
Released version 4.1.0

9c8c10e6ae07fcf0f5e4237e61cab7d350e9d88a authored over 9 years ago
Halfway improving Timeline.fit()

188a419ec8a3fb385c3f0813213f382e3c0b4446 authored over 9 years ago
Renamed example

df687b85cbdd2dcde18dafa03ee6273e660b2026 authored over 9 years ago
Deleted old docs

8cb127bf1b79514765c06dea3a023a6c5e39a23f authored over 9 years ago
Replaced underscores in example names with camel case

9f636a41905ba0129ed68639f4e6b468b6d9f7b5 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

7b49b84fef7e9296bbe70fafba5315acd1852669 authored over 9 years ago
Renamed an example

fe8891880381e4af46975088f3415aac17126dd3 authored over 9 years ago
rebuilt, updated history

988d2800cd091934c1baaa39d7f97e035f35c321 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

49055df759f3a5538f1e5cddf1cd34131121f524 authored over 9 years ago
Disable `yAxisOrientation` in configurator. (isn't stable)

ef544e070c75e0a24d44e408e7668dd1c859fb57 authored over 9 years ago
Fixed #877: Added support for metaKey to select multiple items.

d22d17d7e27e997e9ebc41413b39a653b9335181 authored over 9 years ago
Removed accidentally committed tooltips example

01327468f4977c7b020f9d8a65e49ef5bf35c386 authored over 9 years ago
Removed promt and confirm in example with fancy looking (non-blocking) prompt/confirm

1cca20e5f1ee7b4a54d6c4d4d8868a0f08a3fb69 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

0a168c535e655041b316d53242f40e1ebdd1ee4d authored over 9 years ago
Call event.stopPropagation() before adding or removing items (see #577)

6b8268d4ea00105818084bcff8dfb088b5fb3966 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

9b26e80b540e090de6395fa9802fb242be226ddf authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

6bda9c4ae6fe35cd3c52b5dd43e0146c090d6d3a authored over 9 years ago
Changed license information to a spdx composite license expression

fadd5848d3c17a9e36f58d81535385457362b6cd authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

9af55bb5fd2ca8fb64829f60f9aaf37cfaf043a5 authored over 9 years ago
- Fixed #884, selectNode event.

b6954395b8d772d1d67548f45094d3c5f310226f authored over 9 years ago
Added license information to package.json too (see #876)

0b50005d64c13f961debd97729c01c546de1bfdd authored over 9 years ago
Fixed #876: added license information to bower.json

a231b4b63a1a438f2c2087af04b8daf1a30cecbf authored over 9 years ago
Fixed browserify command in custom bundle example 3

6fa4e2218c4e7d46b1ee0888497bb7374fc93b2d authored over 9 years ago
- Fixed hoverNode and blurNode events and added them to the docs.

5ec3ddc5e83a94418c5450415c097ad2df77dd01 authored over 9 years ago
- Fixed #861, brokenImage only working for one node if nodes have the same image.

f301067d7e51dc0d893e2d75928c4d25c0b8610b authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

Conflicts:
HISTORY.md
dist/vis.js

a4526db4f5f85b29ac56b059aef8b65c03dcea4e authored over 9 years ago
- Fixed bug with the moveTo and getViewPosition methods.

ba5dcfc65f9a02cf2d487dd8b1a9c612bd0819f6 authored over 9 years ago
Fixed #869: add className with id to custom time bars

83c733df9251471aeadfcfdbe1c4a98fff168765 authored over 9 years ago
Merge remote-tracking branch 'origin/develop' into develop

021d00801f181d4e45280d77c5c326eb171fcbd6 authored over 9 years ago
Fixed #872: error about deprecated function `unsubscribe`

4d95a603e017d24d792f371eea98dd772ef6e0c6 authored over 9 years ago
Removed depricated dynamic entree, allow any smooth curve style for hierarchical layout.

e85b8cec6a1e8ba18a1e4324dec20511f8607966 authored over 9 years ago
#870, added multiselect to the docs

9843954e6331505baf85500c661fee367a876193 authored over 9 years ago
fixed little bug in configurator

aee6c5275ae8683258fa6df0db1470fc2ded3091 authored over 9 years ago
fixed little bug in configurator

ccf0a807c9c34eff30bca091de79b8fac1399b45 authored over 9 years ago
- Fixed clustering bug

19d54f81cd15c0fe1de7ad1dd177b4dac65096d2 authored over 9 years ago
- Fixed #866, manipulation can now be set to false without crashing.

3174aefc392d9ce161313a9bcdcaebca4ac210a8 authored over 9 years ago
fixed #858

4e9c81beed3510b32e27827c59c25fd161e1a0b5 authored over 9 years ago