Releases: MrBlenny/react-flow-chart
Releases · MrBlenny/react-flow-chart
0.0.14
Fixed
- Drag and drop nodes now reflects the correct position when zoomed ajuhos
- Fixed some link positioning errors ajuhos
- Fix canvas drop creating 2 nodes IdealSystemsMCP
- Remove depricated findDOMNode method IdealSystemsMCP
Added
- Class names to all default components davidanitoiu
- Arrow heads to links davidanitoiu
- Add generics to main chart types andrewadams32
- Add readonly mode to nodes ielijose
- Add selectable mode ielijose
0.0.13
0.0.12
Fixed
- Fix a bad type annotation for
onLinkClick
lukewarlow - Pass config to
onCanvasDrop
LeonZamel
Added
- Use the data.id if it exists on the drag and drop data transfer object NoyTse
- Add an onNodeDoubkeClick handler jetmar
- Add properties.linkColor support to the default link component ielijose
- Zoom support! ielijose
Breaking
- Readonly mode will no longer disable canvas drag parasg1999
- Updated styled components to
^5.1.0
ophirg - Zoom is enabled by default
- Chart state must have now have a scale property
0.0.11
0.0.10
0.0.9
Fixed
- The
onNodeClick
action will no longer be called when dragging fenech - Fix data consistency when
snapToGrid
is on/off sinan - Update node size when size changes in the DOM zetavg
- Prevent links and ports displaying as active when in readonly mode.
Breaking
- Updated styled components to
^5.0.0
yuyokk
0.0.7
Added
- Readonly mode. yukai-w
- Offset position to dropped item position. phlickey
snapToGrid
andgridSize
config options. msteinmnvalidateLink
config function. msteinmn- misc other fixes. msteinmn
- Config object that is accessible by all components and actions.
Breaking
- Changed the callbacks / action type signatures so they are always functions with a single object param - hopefully preventing some future breaking changes. If you use custom callbacks, these will need to be updated. New type interface
0.0.6
Added
- Upgrade Typescript and Storybook.
- Prevent re-rendering for nodes and links that are not in use. alexkuz PR7
- Render only nodes currently visible for user. alexkuz PR7
- Fix calculating link position when canvas is not positioned in top left corner. alexkuz PR7
Breaking
- Added a new onNodeSizeChange action that is required for calculating which nodes are visible. If you are using external state, this will need to be implemented.