github xyflow/xyflow 8.4.1
Release 8.4.1

latest releases: 11.11.3, reactflow@11.11.3, @reactflow/node-toolbar@1.3.13...
3 years ago

We separated the base styles from the theming styles so that you can do:

import ReactFlow from 'react-flow-renderer/nocss';

// basic styling - you need this in order to use React Flow properly
import 'react-flow-renderer/dist/style.css';

// default theming
import 'react-flow-renderer/dist/theme-default.css';
  • refactor(rollup): cleanup tasks (301e210)
  • refactor(theming): split up styles (27a98d6)

Don't miss a new xyflow release

NewReleases is sending notifications on new releases.