eaglus
eaglus
react-dnd-scrollzone don't work with react-dnd >= 4.0.0, because it uses new React context API (Provider/Consumer from React 16.3). This PR add support latest versions of react-dnd, which uses new React...
Otherwise, candle is shown without any horizontal line
Support multiline text in InteractiveText (also, support textPadding property there)
Add reexport of internal components (required for correct import from es/index.js module, in webpack4 to make treeshaking work). Importing something directly from '/lib/axes/' or something else imports specified module from...
set sideEffects = false to package.json for webpack treeshaking optimizations: https://webpack.js.org/guides/tree-shaking/ see also https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free i've checked all code, and i've not found any side effects on modules initialization (access to...