Commit Graph

47 Commits

Author SHA1 Message Date
moklick
deea7cd514 refactor(bundle): dont use ts for creating es2015 code 2021-02-25 13:49:16 +01:00
Christopher Möller
505393fbd8 fix(babel-runtime): change babel runtime to external dependency 2021-02-25 12:51:21 +01:00
Christopher Möller
09906c3f6e fix(build): remove babel require statements from build 2021-02-25 12:17:05 +01:00
moklick
c5a8f6ba05 chore(replace): use preventAssignment option 2021-02-23 19:05:45 +01:00
moklick
301e2100a1 refactor(rollup): cleanup tasks 2021-01-20 14:35:09 +01:00
moklick
27a98d6a8f refactor(theming): split up styles 2021-01-20 14:01:22 +01:00
moklick
4b7c92beac refactor(rollup): replace FORCE_SIMILAR_INSTEAD_OF_MAP with false 2021-01-20 11:06:29 +01:00
moklick
571043b249 refactor(css): minimize when injected 2021-01-20 10:54:57 +01:00
moklick
040cf60699 refactor(build): copy style.css from dist/nocss to dist 2021-01-20 10:50:31 +01:00
moklick
6dd25d553c feat(rollup): create entry point without css 2021-01-18 14:51:13 +01:00
moklick
6c4d4985d2 refactor(rollup): use one babel config for examples and lib 2021-01-11 10:33:10 +01:00
moklick
345283c878 refactor(rollup): example config 2021-01-06 11:48:03 +01:00
moklick
9169bd766d refactor(examples): use rollup instead of cra/webpack #817 2021-01-05 15:18:04 +01:00
moklick
056e817031 refactor(rollup): use replace plugin before other plugins 2020-10-23 14:06:31 +02:00
moklick
269dfec535 refactor(globals): dont use process.env 2020-10-23 13:56:47 +02:00
moklick
f57e05301b chore(rollup): use new plugins 2020-10-21 11:03:12 +02:00
moklick
5cbeda5c3f feat(components): add ReactFlowProvider #275 2020-06-02 18:34:02 +02:00
Moritz
714c916121 refactor(styling): use css for default styles (#259)
* refactor(minimap): use css for default styles

* refactor(controls): use css for default styles

* refactor(background): use css for default styles

* refactor(edges): add edge type class name

* refactor(nodes): use css for default styles

* refactor(outputnode): add display name

* refactor(wrapnode): cleanup

* refactor(rollup): minimize css for prod build

* refactor(additional-comps): extract css

* test(graphs): adjust for new markup
2020-05-29 18:33:29 +02:00
moklick
7c53acf85d refactor(rollup): remove visualizer plugin 2020-05-11 13:17:15 +02:00
Moritz
9148229c19 Refactor/ts (#21)
* refactor(ts): add deps

* refactor(ts): add tsconfig

* refactor(rollup): configure ts
2019-10-09 22:56:59 +02:00
moklick
50e076dffa refactor(rollup): use svgr instead off svg-rollup-plugin 2019-10-09 19:28:17 +02:00
moklick
e144c9cd72 refactor(example): use create-react-app instead of parcel 2019-10-09 19:04:25 +02:00
moklick
52d1c0c918 refactor(rollup): cleanup 2019-10-09 17:14:49 +02:00
moklick
13391afc06 fix(rollup): use named export 2019-10-08 23:51:03 +02:00
moklick
722ecd75a8 refactor(rollup): remove unused code 2019-10-08 23:09:59 +02:00
moklick
c0b00b9490 refactor(rollup): dont extract css 2019-10-08 22:43:26 +02:00
moklick
ac2488b8d0 refactor(rollup): cleanup 2019-10-08 22:32:51 +02:00
moklick
bf3ed421b4 refactor(bundle): dont use minifier 2019-10-08 21:42:16 +02:00
moklick
1377a42f41 feat(bundle): add module bundle 2019-10-08 21:20:22 +02:00
moklick
b0949144d3 refactor(pkg): remove root 2019-10-08 21:13:26 +02:00
moklick
936550bdb2 refactor(bundle): only create one bundle #15 2019-10-08 21:12:07 +02:00
moklick
161ab7fdfd refactor(bundle): create separate plugins bundle closes #15 2019-10-08 20:53:00 +02:00
moklick
956f4fb978 refactor(rollup): use terser instead of uglify 2019-10-08 20:31:12 +02:00
moklick
1a797f7887 feat(controls): add icons #8 2019-10-08 13:52:38 +02:00
moklick
859ac67687 refactor(rollup): create new css file on build 2019-10-07 22:29:58 +02:00
moklick
c6b96e923b refactor(rollup): cleanup 2019-10-07 22:23:15 +02:00
moklick
a192176d32 feat(rollup): add uglify and sourcemap 2019-10-07 22:22:26 +02:00
moklick
2a20a8be74 feat(tests): add invalid connection test 2019-10-07 21:05:13 +02:00
moklick
0e67f5fefa refactor(build): dont include react-dom 2019-10-07 18:26:56 +02:00
moklick
562eddfa58 feat(selection): draggable 2019-07-25 13:49:02 +02:00
moklick
71c357ddfc fix(css): inject 2019-07-25 11:40:39 +02:00
moklick
e496cbe795 feat(rollup): extract css 2019-07-25 00:17:21 +02:00
moklick
f7a7ea2b22 feat(postcss): add nested plugin 2019-07-25 00:10:56 +02:00
moklick
52241d2be8 feat(rollup): add bundle size 2019-07-15 19:09:09 +02:00
moklick
e3b7916b82 feat(renderer): add onChange 2019-07-15 18:24:47 +02:00
moklick
1c382a799d refactor(tasks): add postinstall 2019-07-15 17:02:18 +02:00
moklick
cf4441ce6d init 🚀 2019-07-15 16:48:04 +02:00