Skip to content

Commit 83f392c

Browse files
committed
3.2.0.0 release
1 parent 74c7f9d commit 83f392c

1,123 files changed

Lines changed: 9437 additions & 10582 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
13-MAR-2015: 3.2.0.0
2+
3+
- Adds arcSize handle in grapheditor [JavaScript]
4+
- Fixes scrolling in scrollbars.html example [JavaScript]
5+
- Adds padding in mxGraph.fit for IE 9 and later [JavaScript]
6+
- Adds shape argument in mxCellRenderer.initializeLabel [JavaScript]
7+
- Fixes secondlabel.html example, adds wrapping [JavaScript]
8+
- Adds keyboard shortcuts for zoom actions in grapheditor
9+
- Adds Or-, Sum- and LineEllipse shape in Advanced sidebar
10+
- Adds live preview for custom edge handles, fixes mxHandle.reset [JavaScript]
11+
- Shows/hides link hint if link changes in grapheditor
12+
- Removes text format change for edit link action in grapheditor
13+
- Fixes conversion of newlines for formattedText action in grapheditor
14+
- Adds rounding in mxConnectionHandler.createTargetVertex [JavaScript]
15+
- Adds EditorUi.setFoldingEnabled, foldingEnabledChanged event in grapheditor
16+
- Adds mxCellRenderer.createControlClickHandler hook [JavaScript]
17+
- Adds key shortcuts for select next/previous/parent/child (Ctrl+Tab/Ctrl+Shift+Tab) in grapheditor
18+
- Changes key shortcuts for edit and enter group (Ctrl+Shift+Home/End) in grapheditor
19+
- Changes key shortcuts for expand and collapse (Ctrl+Home/End) in grapheditor
20+
- Fixes focus after stop editing with Ctrl+Enter in grapheditor
21+
- Adds Ctrl+Enter for cloning cells "in-place" in grapheditor
22+
- Shift+expand/collapse moves siblings cells (experimental) in grapheditor
23+
- Removes mxSpaceManager class [Java,JavaScript]
24+
- Shift+expand/collapse moves neighbour cells in grapheditor (experimental)
25+
- Sets collapsed swimlane in vertical/horizontal stack to horizontal/vertical in grapheditor
26+
- Ignores previous width/height for stack child folding in grapheditor
27+
- Disables extending parents with stack layouts on add in grapheditor
28+
- Fixes format panel close icon position in grapheditor
29+
- Fixes delayed selection after folding in grapheditor
30+
- Adds mxMouseEvnet argument in mxGraphHandler.isDelayedSelection [JavaScript]
31+
- Maintains cell order for duplicates in grapheditor
32+
- Selects parents after deleting cells in grapheditor
33+
- Adds optional event argument in mxGraph.foldCells [JavaScript]
34+
- Adds optional cell argument in mxGraph.isExtendParentsOnAdd [JavaScript]
35+
- Adds capture/bubble phase in mxLayoutManager [JavaScript]
36+
- Adds mxStackLayout.resizeParentMax switch [JavaScript]
37+
- Adds UML shapes and elements in grapheditor UML sidebar
38+
- Changes UML lifeline container state in grapheditor
39+
- Adds support for childLayout style in grapheditor
40+
- Fixes size handles for locked shape in grapheditor
41+
- Adds capture phase, fixes duplicates in mxLayoutManager [JavaScript]
42+
- Fixes mxStackLayout.moveCell for scaled graphs [JavaScript]
43+
- Changes title and size of edit style dialog in grapheditor
44+
- Changes default of mxStencil.allowEval to false [JavaScript]
45+
- Adds control key to apply arrow handle to opposite side in grapheditor
46+
- Fixes arrow handles to appear on same side in grapheditor
47+
- Removes shadow action in mxEditor [JavaScript]
48+
- Removes mxConstants.FONT_SHADOW [Java,JavaScript,Dotnet,Php]
49+
150
05-MAR-2015: 3.1.3.0
251

352
- Invokes turn for click on rotate handle in grapheditor [JavaScript]

docs/js-api/files/editor/mxDefaultKeyHandler-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/js-api/files/editor/mxDefaultPopupMenu-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/js-api/files/editor/mxDefaultToolbar-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/js-api/files/editor/mxEditor-js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/js-api/files/handler/mxCellHighlight-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/js-api/files/handler/mxCellMarker-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/js-api/files/handler/mxCellTracker-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/js-api/files/handler/mxConnectionHandler-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/js-api/files/handler/mxConstraintHandler-js.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)