Skip to content

Tags: visjs/vis-timeline

Tags

v7.7.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: remove add/remove event polyfills\n\nWe don't polyfill these br…

…owsers using core-js (i.e. it most likely doesn't work anyway) and barely anyone is using them nowadays. (#1702)

v7.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency uuid to v9 (#1518)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v7.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): synchronize peer dep versions across packages (#1599)

v7.7.0

chore: update contributors

v7.6.0

Merge branch 'dennissterzenbach-allow-day-scale-show-week-division'

v7.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(data): primarily use public API idProp (#1330)

* fix(data): primarily use public API idProp

The “private” _idProp has been removed and instead there idProp in the
official supported API. I kept the older version there as a fallback
just in case something actually depends on it.

* ci: add apt update

The databases may be stale and that's possibly why it's failing at the
moment.

v7.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add limitSize boolean to DataItems's typings (#1128)

Co-authored-by: PlannyMeal <plannymeal@gmail.com>
Co-authored-by: Yotam Berkowitz <yotamberk@gmail.com>

v7.4.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add back adding item by doubletap (#1081)

* Bugfix: wrong instance member name.

* Doubletap gesture to add item restored.

Co-authored-by: Benoît Pin <bp@kairos.mc>

v7.4.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add getItemsAtCurrentTime(timeOfEvent) & delay optimization on i…

…tem click for trackpads (#910)

* timeline fixes

lidakis several timeline fixes

* Update ItemSet.js

double tap new item disable

* Update Core.js

put delay on edit click item...

* getItemsAtCurrentTime(timeOfEvent)

* #getItemsAtCurrentTime()

* Delay on item click

Delay addition on item click optimised for trackpads, in order to not deselect the item.

* getItemsAtCurrentTime(timeOfEvent)

Addition of method getItemsAtCurrentTime(timeOfEvent): Returns {Array} of all items they are present at current time of click event on the timeline.
... addition of delay on item click (optimisation for laptop trackpads) in order not to deselect the item after 1 second when clicked with trackpad.

* getItemsAtCurrentTime(timeOfEvent)

Addition of method getItemsAtCurrentTime(timeOfEvent): Returns {Array} of all items they are present at current time of click event on the timeline.
... addition of delay on item click (optimisation for laptop trackpads) in order not to deselect the item after 1 second when clicked with trackpad.

* Optimize trackpad item click delay.

delay addition on item click for trackpads...

Co-authored-by: Manos <Manos@MSI>
Co-authored-by: Yotam Berkowitz <yotamberk@gmail.com>

v7.4.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow configuring the XSS protection behavior (#1010)

fixes #846