Commit Graph

21 Commits (e976ab30dd13da51ffaa1eda225513daf6ed267f)

Author SHA1 Message Date
Junsik Shim 6658ff658f - Exports everything in mxConstants separately. 2021-04-30 20:05:49 +09:00
Junsik Shim aef7586beb - Removed unused imports. 2021-04-27 21:52:02 +09:00
Junsik Shim c5899e0955 - Removed mxUtils.indexOf(). 2021-04-27 21:40:09 +09:00
Junsik Shim 654736d23d - Removed mxUtils.bind(). 2021-04-27 21:23:17 +09:00
mcyph 2bcacecc7e various bugfixes 2021-04-25 20:47:53 +10:00
mcyph b7c46c06a7 Merge remote-tracking branch 'upstream/development'
# Conflicts:
#	src/pages/connections/HelloPort.js
#	src/pages/dnd_copypaste/Clipboard.js
#	src/pages/effects/Morph.js
#	src/pages/events/Boundary.js
#	src/pages/layout/AutoLayout.js
#	src/pages/layout/SwimLanes.js
#	src/pages/layout/Tree.js
#	src/pages/printing/PageBreaks.js
#	src/pages/shapes_stencils/Shape.js
#	src/pages/shapes_stencils/Stencils.js
#	src/pages/styles/HoverStyle.js
#	src/pages/styles/Stylesheet.js
#	src/pages/windows/Windows.js
#	src/pages/xml_json/FileIO.js
#	src/pages/xml_json/JsonData.js
#	src/pages/xml_json/UserObject.js
#	src/pages/zoom_offpage/OffPage.js
#	src/public/editors/config/editor-commons.xml
#	src/public/map-background/map-background.html
2021-04-25 18:11:00 +10:00
mcyph 7409ea5ee0 changed graph.model.beginUpdate to graph.batchUpdate 2021-04-25 17:40:22 +10:00
mcyph 6f9c47802b moved calls isCellCollapsed and others from mxGraph to mxCell 2021-04-25 17:22:00 +10:00
Junsik Shim e95ab5679d - Add more images.
- Convert the rest examples.
- src/ is removed.
2021-04-25 12:39:40 +09:00
mcyph f8d762c849 started moving batch operations on arrays of mxCells to mxCells.ts from mxGraphModel.ts 2021-04-25 13:04:22 +10:00
mcyph 6191c9944d changed mxGraph.getCellGeometry(cell) calls to be cell.getGeometry() directly 2021-04-25 12:12:27 +10:00
Junsik Shim b5b12a225a - Add more images.
- Convert more examples.
2021-04-24 21:33:15 +09:00
Junsik Shim f673a59dc6 - Fix a bug. 2021-04-24 21:33:07 +09:00
Junsik Shim 9bdf0aac08 - Convert more examples. 2021-04-24 21:33:07 +09:00
Junsik Shim 59e39cb312 - Convert more examples. 2021-04-24 21:32:54 +09:00
Junsik Shim 8c3afdfc77 - Add images for the examples.
- Convert more examples to storybook.
2021-04-24 21:32:54 +09:00
Junsik Shim 1d05e161c9 - Add css support in storybook.
- Add icons to mxgraph.
- Convert some examples to storybook.
2021-04-24 21:30:30 +09:00
Dave Morrissey a3ae5d9fb6 bugfix 2021-04-19 21:30:50 +10:00
mcyph cace21a0a9 bugfix for getting cell ancestors 2021-04-18 22:21:03 +10:00
mcyph b0d978fb8e reverted to using mxCell functions directly rather than through mxGraphModel 2021-04-17 22:19:36 +10:00
Junsik Shim 1b0f3d6b9e - Restructure into a monorepo.
- Add Storybook to packages.
- Remove circular dependencies.
2021-04-15 13:12:12 +09:00