You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
10
10
* Allow to manipulate link vertices on touchscreen (only in Firefox for now due to [bug](https://gsap.com/community/forums/topic/15870-svg-draggable-chrome-android-problems/));
11
11
* Allow to select multiple elements with `Selection` with touch when `CanvasApi.pointerMode` is `selection`;
12
12
* Allow to establish new links with `SelectionActionEstablishLink` on touchscreen;
13
+
* Allow to move link source or target with `LinkActionMoveEndpoint` on touchscreen;
13
14
* Enable `showPointerModeToggle` on `ZoomControl` by default (can be disabled by passing `false`).
14
15
- Allow to customize how resource anchors and asset URLs (e.g. images or downloadable files) are resolved via `DataLocaleProvider.{prepareAnchor, resolveAssetUrl}`:
15
16
* Resolve anchors and image thumbnail URLs in `StandardEntity`, `ClassicEntity` and `SelectionActionAnchor`;
0 commit comments