Skip to content

Commit 96642d4

Browse files
authored
chore: add v4.0.0 changelog (#2518)
1 parent 5916642 commit 96642d4

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

packages/joint-core/CHANGELOG CHANGELOG

+55
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
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+
156
07-11-2023 (v3.7.7)
257

358
* dia.Paper - fix custom events on link label

0 commit comments

Comments
 (0)