maxGraph/ChangeLog

101 lines
5.5 KiB
Plaintext

30-JUL-2013: 2.1.0.6
- Fixes scaling for HTML labels in non-IE browsers [JavaScript]
- Fixes rendering bugs in IE8 standards mode with filters [JavaScript]
- Fixes maximizing mxWindow in standards mode [JavaScript]
26-JUL-2013: 2.1.0.5
- Adds mxRubberband.start, isForcePanningEvent hook [JavaScript]
- Fixes mxRubberband.isForceRubberbandEvent, changes argument to mxMouseEvent [JavaScript]
25-JUL-2013: 2.1.0.4
- Fixes edge calculations in mxGraph.getBoundingBoxFromGeometry [JavaScript]
- Fixes event handling on background image in IE8 standards mode [JavaScript]
- Adds mxGraphView.validateBackgroundImage/Page hooks [JavaScript]
- Redraws edge handlers during live preview in mxVertexHandler [JavaScript]
19-JUL-2013: 2.1.0.3
- Removes internal handler in mxKeyHandler.destroy [JavaScript]
- Fixes possible NPE in mxGraph.getConnectionPoint [JavaScript]
- Fixes mxShape.getSvgScreenOffset for stencils [JavaScript]
- Fixes text wrapping alignment for long words [JavaScript]
- Adds mxClipboard.getCells, setCells hooks [JavaScript]
- Fixes default arcsize for roundrects in stencils [JavaScript]
- Fixes possible NPE in mxAbstractCanvas2D.arcTo [JavaScript]
12-JUL-2013: 2.1.0.2
- Fixes possible index out of bounds in mxPolyline [JavaScript]
- Adds option in tree layout to align ranks [JavaScript]
12-JUL-2013: 2.1.0.1
- Ignores overlapping points in mxConnector, mxPolyline [JavaScript]
- Removes mxClient.CSS_PREFIX, adds mxUtils.setPrefixedStyle [JavaScript]
- Uses mxText base spacing, getLabelBounds hook in mxCellEditor [JavaScript]
- Fixes scaling of dash array in mxSvgCanvas2D [JavaScript]
- Adds hoverstyle.html example [JavaScript]
28-JUN-2013: 2.1.0.0
- Fixes mxDragSource inner mouseDown call for overriding [JavaScript]
- Improves event handling for auto size in mxCellEditor [JavaScript]
- Returns event in mxGraph.updateMouseEvent [JavaScript]
- Improves touch support, hit detection and event handling [JavaScript]
- Adds tolerance before moving handles in mxVertexHandler.checkTolerance [JavaScript]
- Fixes handling of pointer-events in mxSvgCanvas2D.image [JavaScript]
- Moves mxGraph.isForceMarqueeEvent to mxRubberband.isForceRubberbandEvent [JavaScript]
- Moves mxGraph.handleGesture to fireGestureEvent [JavaScript]
- Adds mxGraph.tapAndHold, isEventIgnored, getStateForEvent [JavaScript]
- Moves mxPanningHandler after mxGraphHandler in mxGraph.createHandlers [JavaScript]
- Adds mxEvent.GESTURE, mxEvent.TAP_AND_HOLD in mxGraph [JavaScript]
- Moves tapAndHold detection from mxConnectionHandler to mxGraph [JavaScript]
- Adds handling of touch gestures via event source in mxGraph, mxDragSource [JavaScript]
- Fixes rendering of image background and border in mxImageShape for HTML [JavaScript]
- Uses graph.tolerance for hit detection of zoom handle in mxOutline [JavaScript]
- Adds lod.html, folding.html and collapse.html examples [JavaScript]
- Adds mxCellEditor.selectText, fixes selection for iOS [JavaScript]
- Adds mxClient.IS_IOS, mxClient.IS_FF [JavaScript]
- Fixes hit detection for iOS, removes live preview in mxEdgeHandler [JavaScript]
- No longer consumes events for cursor changes in mxGraphHandler.mouseMove [JavaScript]
- Creates mxPopupMenuHandler in mxGraph.createHandlers [JavaScript]
- Adds mxVertexHandler.manageSizers, live preview for iOS [JavaScript]
- Adds mxTooltipHandler.ignoreTouchEvents switch [JavaScript]
- Adds mxPopupMenuHandler, removes from mxPanningHandler [JavaScript]
- Enables mxConnectionHandler.tapAndHold for mouse events [JavaScript]
- Adds mxShape.createSvgCanvas, createVmlCanvas hooks [JavaScript]
- Fixes handling of disabled pointerEvents in mxSvgCanvas2D [JavaScript]
- Fixes rendering of underlined text in mxText, mxSvgCanvas2D [JavaScript]
- Adds mxEvent.isTouchEvent, isMouseEvent [JavaScript]
- Adds mxOutline.prototype.labelsVisible switch [JavaScript]
- Adds new autolayout.html, touch.html examples [JavaScript]
23-MAY-2013: 2.0.0.1
- Adds mxPanningHandler.prototype.scaleGraph for pinch gesture events [JavaScript]
- Uses capability check for mxClient.IS_TOUCH, adds mxClient.IS_POINTER [JavaScript]
- Adds new visibility.html example [JavaScript]
- Adds support for Microsoft pointer events in IE10 and later [JavaScript]
- Updates Visual Studio files for VS Express for Web 2012 [Dotnet]
- Adds experimental mxVertexHandler, mxEdgeHandler.livePreview switch [JavaScript]
- Adds Sidebar.itemClicked, EditorUi.createSidebarFooterContainer hooks in grapheditor
- Adds layers menu, new shapes in grapheditor [JavaScript]
- Adds overflow=width and changes vertical align for overflow=fill [JavaScript]
- Removes mxCellRenderer.shapes, makes registerShape static, adds getShape [JavaScript]
- Adds mxText.baseSpacingTop/-Bottom/-Left/-Right for legacy support [JavaScript]
- Fixes order of edits in mxGraph.groupCells [JavaScript]
- Changes arguments of mxPrintPreview.renderPage, takes callback [JavaScript]
- Adds mxPrintPreview.getAppendices, getCoverPages hooks [JavaScript]
- Adds mxCellEditor.autoSize, fixes lineHeight and fontStyle [JavaScript]
- Adds mxPanningHandler.triggerX, triggerY for initial event coordinates [JavaScript]
- Adds mxGraph-/mxVertexHandler.prototype.rotationEnabled, rotationRaster [JavaScript]
- Changes default for mxResources.resourcesEncoded to false [JavaScript]
- Adds mxResourceExtension global variable, sets default to .txt [JavaScript]
- Adds align-shape, rotation attributes in text element for stencils [JavaScript]
- Adds mxConstants.STYLE_SWIMLANE_FILLCOLOR, STYLE_SWIMLANE_LINE, LINE_HEIGHT [JavaScript]
- Adds mxClient.VML_PREFIX, OFFICE_PREFIX, CSS_PREFIX [JavaScript]
- Adds dashed option to mxCellHighlight [JavaScript]