Commit Graph

154 Commits

Author SHA1 Message Date
Braks
1f77b77fe7 v0.1.2 2021-11-23 13:01:38 +01:00
Braks
94dcb0c03d v0.1.1 2021-11-22 21:44:59 +01:00
Braks
c35673c622 refactor: pass props to edge/nodewrapper separately
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-22 01:22:27 +01:00
Braks
a03f658794 v0.1.0 2021-11-21 21:53:23 +01:00
Braks
fd71e1e16e update: Add names to components
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-21 16:54:59 +01:00
Braks
d335944e56 feat: offload parsing elements to worker
* when we're not in ssr environment we use a web worker to parse the elements as this blocks the main thread when there's a good amount of nodes/edges to parse
* when in ssr we don't really care about the main thread blocking so we just parse them like usual
* update vite to latest

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-20 16:22:31 +01:00
Braks
d1e59ef322 v0.0.34 2021-11-20 03:29:20 +01:00
Braks
f5f16b6c43 v0.0.33 2021-11-20 02:02:17 +01:00
Braks
a4e3bf52c7 v0.0.32 2021-11-20 01:21:41 +01:00
Braks
c40e4962e3 v0.0.31 2021-11-20 00:47:01 +01:00
Braks
52351c38a5 v0.0.30 2021-11-19 23:47:11 +01:00
Braks
08b9afb502 v0.0.29 2021-11-19 13:56:41 +01:00
Braks
9c0e293d82 v0.0.28 2021-11-19 13:50:08 +01:00
Braks
5e399a6cc1 v0.0.27 2021-11-19 02:14:56 +01:00
Braks
95550b3c1f v0.0.26 2021-11-19 01:56:07 +01:00
Braks
de934732c1 v0.0.25 2021-11-18 23:17:35 +01:00
Braks
0cca54e7e2 v0.0.24 2021-11-18 18:20:51 +01:00
Braks
e98be05d41 v0.0.23 2021-11-18 15:33:51 +01:00
Braks
156287b9d2 chore(deps): update deps
* replace fast-deep-equal with microdiff
* remove localforage (using useStorage instead)

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-18 15:29:50 +01:00
Braks
b2d124ef7a v0.0.22 2021-11-18 03:24:42 +01:00
Braks
6353f156b9 v0.0.21 2021-11-18 03:20:06 +01:00
Braks
f22a3baa90 v0.0.20 2021-11-18 03:08:02 +01:00
Braks
1deb41766b chore(deps): update revue-draggable to v0.3.4
* fix import path of utils in NodesSelection.vue
* remove scale (bug)

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-17 16:07:56 +01:00
Braks
03734364a0 v0.0.19 2021-11-17 10:05:41 +01:00
Braks
872ad1d05b revert: inject necessary styles directly to bundle
* Causes delayed stylings which gives a bad UE

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-17 09:49:26 +01:00
Braks
e9b3265c35 v0.0.18 2021-11-17 09:45:07 +01:00
Braks
7b9ca28505 v0.0.17 2021-11-17 09:34:43 +01:00
Braks
074d284a8e feat: inject necessary styles directly to bundle
* add vite plugin css injected by js

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-17 09:33:21 +01:00
Braks
688c0954e4 update: change docs url
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-17 02:24:48 +01:00
Braks
c7f735d933 v0.0.16 2021-11-17 01:40:36 +01:00
Braks
10215b4631 update: create vue.d.ts files
* add vue-tsc to emit d.ts files from vue components
* use absolute paths in components
* avoids conflicts with ts custom paths in vue-tsc generated vue.d.ts files

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-17 01:39:50 +01:00
Braks
a21238f9aa v0.0.15 2021-11-17 00:48:14 +01:00
Braks
e05e546671 v0.0.14 2021-11-16 23:20:57 +01:00
Braks
3b4e164511 v0.0.13 2021-11-16 20:05:03 +01:00
Braks
0bde39fa40 v0.0.12 2021-11-16 19:04:47 +01:00
Braks
2d730cf3fe v0.0.11 2021-11-16 17:55:58 +01:00
Braks
fc19ddec46 v0.0.10 2021-11-16 17:47:08 +01:00
Braks
525a1880b6 v0.0.9 2021-11-16 16:04:29 +01:00
Braks
a0921859ce v0.0.8 2021-11-16 13:35:24 +01:00
Braks
e560cdd257 v0.0.7 2021-11-16 13:08:28 +01:00
Braks
8414ee1ac1 update: remove js files after declaration generation
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-16 13:08:18 +01:00
Braks
b8c8142dc4 v0.0.6 2021-11-16 10:01:06 +01:00
Braks
d9e310403c v0.0.5 2021-11-16 09:06:19 +01:00
Braks
65b73d3f7b update: Transform d.ts file paths to resolve correctly
* Add typescript-transform-paths plugin as dev-dep
* Add ts-patch as dev-dep
* Use tsc instead of vue-tsc to build declaration files
* Update tsconfig.json to emit declaration and use transform plugin
* Remove vue-tsc from dev-deps

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-16 09:04:42 +01:00
Braks
814212e369 v0.0.4 2021-11-15 21:04:57 +01:00
Braks
30d667bf83 update: remove umd build
* default to es

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-15 21:04:12 +01:00
Braks
eeb604715f v0.0.3 2021-11-15 20:57:46 +01:00
Braks
b5e56f85bd update: switch to umd build
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2021-11-15 20:57:08 +01:00
Braks
9dc8c09ebe v0.0.2 2021-11-15 20:37:48 +01:00
Braks
4d7712fdb2 v0.0.1 2021-11-06 17:04:31 +01:00