|
| 1 | +01-02-2024 (v4.0.0) |
| 2 | + |
| 3 | + * switch to a monorepo |
| 4 | + |
| 5 | + @joint/core |
| 6 | + * rename package from `jointjs` to `@joint/core` |
| 7 | + * remove `jQuery`, `backbone`, and `lodash` dependencies |
| 8 | + * drop `CSS` (`JointJS` no longer distributed with CSS) |
| 9 | + * dia.Paper - change the default cell sorting to `APPROX` type |
| 10 | + * dia.Paper - remove deprecated `perpendicularLinks` option |
| 11 | + * dia.Paper - remove deprecated `linkConnectionPoint` option |
| 12 | + * dia.Paper - change the value of the `defaultConnectionPoint` option to `boundary` |
| 13 | + * dia.Paper - add SVG `grid` layer |
| 14 | + * dia.Paper - drop `drawGrid()` and `clearGrid()` methods |
| 15 | + * dia.Paper - new `transform` event added |
| 16 | + * dia.Paper - allow passing custom data along with transformation events |
| 17 | + * dia.Paper - allow passing custom data along with resize events |
| 18 | + * dia.Paper - `origin` option removed |
| 19 | + * dia.Paper - `setOrigin` method removed |
| 20 | + * dia.Paper - `scale()` no longer accepts scaling origin |
| 21 | + * dia.Paper - add `scaleUniformAtPoint()` method |
| 22 | + * dia.Paper - fix `paper:pinch` dispatched event type |
| 23 | + * dia.LinkView - remove support for legacy |
| 24 | + * dia.CellView - early evaluation of `calc` attributes |
| 25 | + * dia.CellView - disable `useCSSSelectors` by default |
| 26 | + * dia.Graph - throw exception when cell constructor not found |
| 27 | + * dia.Link - become an abstract class (same as `dia.Element`) |
| 28 | + * dia.Link - replace legacy attributes in the default label definition |
| 29 | + * dia.Link - remove the deprecated `smooth` attribute |
| 30 | + * dia.Link - remove the deprecated `manhattan` attribute |
| 31 | + * dia.Cell - add `mergeArrays` options to constructor |
| 32 | + * dia.Cell - remove the `parent(id)` setter |
| 33 | + * shapes.standard - use `calc` expressions instead of legacy attributes (drop use of `refWidth`, `refHeight`, `refX`, `refY`, etc.) |
| 34 | + * shapes.basic - remove in favor of `shapes.standard` |
| 35 | + * shapes.devs - remove from package, define as custom shapes in demos |
| 36 | + * shapes.pn - remove from package, define as custom shapes in demos |
| 37 | + * shapes.uml - remove from package, define as custom shapes in demos |
| 38 | + * shapes.logic - remove from package, define as custom shapes in demos |
| 39 | + * shapes.org - remove from package, define as custom shapes in demos |
| 40 | + * shapes.chess - remove from package, define as custom shapes in demos |
| 41 | + * shapes.fsa - remove from package, define as custom shapes in demos |
| 42 | + * highlighters.opacity - add `alphaValue` option |
| 43 | + * highlighters.stroke - add `nonScalingStroke` option |
| 44 | + * elementTools.Remove - change type to `remove` |
| 45 | + * linkTools.Remove - change type to `remove` |
| 46 | + * linkTools.Vertices - fix to trigger `link:mouseleave` event when the user stops dragging a vertex |
| 47 | + * attributes.filter - change the coordinate system of the filters from `objectBoundingBox` to `userSpaceOnUse` |
| 48 | + * util - remove deprecated `shapePerimeterConnectionPoint` |
| 49 | + * Vectorizer - enable camel case attribute support by default |
| 50 | + * Vectorizer - make the `attributeNames` property public |
| 51 | + |
| 52 | + @joint/layout-directed-graph |
| 53 | + * move the `DirectedGraph` layout into separate package |
| 54 | + * upgrade `dagre` to version `1.0.4` (free from `lodash` dependency) |
| 55 | + |
1 | 56 | 07-11-2023 (v3.7.7)
|
2 | 57 |
|
3 | 58 | * dia.Paper - fix custom events on link label
|
|
0 commit comments