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
|
a58d952e9f
|
fix: disable inherting attrs on nodes/edges to avoid warnings
* disable context warnings for non-dev environments
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2021-11-16 16:01:44 +01:00 |
|
Braks
|
aaf5f608f5
|
feat: add path alias for src
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2021-11-06 09:38:02 +01:00 |
|
Braks
|
61779638ac
|
update(dist): Remove rollup and use vite to build lib
* Remove custom tsconfig paths to avoid resolving issues on published package
|
2021-11-06 08:54:35 +01:00 |
|
Braks
|
cb96b1ab00
|
fix: missing node id in node components/slots
|
2021-10-22 13:04:33 +02:00 |
|
Braks
|
636eeff9fe
|
feat: use v-html for node labels
* add span tag as wrapper for node labels
feat(examples):
* Add overview example
|
2021-10-21 15:29:17 +02:00 |
|
Braks
|
64a4b8c418
|
fix: nodes as fragments
feat: accept vnode as edge text
|
2021-10-20 22:39:54 +02:00 |
|
Braks
|
a5ae6a4e48
|
update(deps): Add unplugin-components
fix: Excessive rerender of edge texts
update(script-setup): Update some examples
* Remove more jsx files
|
2021-10-20 22:39:54 +02:00 |
|
Braks
|
560bdc203b
|
update(script-setup): Refactor remaining files to script setup style
|
2021-10-20 22:39:54 +02:00 |
|