This repository has been archived by the owner on May 15, 2024. It is now read-only.
Releases: Planning-nl/vugel
Releases · Planning-nl/vugel
v1.0.20
- chore(eslint) 59c627b
- feat(tree2d): update to latest 925ed82
- fix(cursor): when no cursor is chosen, use the CSS cursor property of the ancestor HTML elements 34c06ee
- feat(VugelStage): export VugelStage as external modules may need it 080c46b
- feat(cursor): add cursor-type support, which changes the cursor type based on the hovered node 0009560
- fix(package): use latest vue 1b895f1
v1.0.19
- Merge pull request #5 from Planning-nl/dependabot/npm_and_yarn/lodash-4.17.19 c3daa8e
- chore(wrapper): cleanup watchEffect as it's not needed. ad33397
- chore(deps): bump lodash from 4.17.15 to 4.17.19 4311d9a
- fix(renderer): fix null pointer exception that occurs after vuejs/core@165068d ace01bd
- feat(package.json): add watch scripts 5f8ae88
- fix(render): also pass Vue runtime into render function 4bebf77
Output ESM
- feat(output): also output esm to vugel/esm b61e933
Added support for provide/inject
v1.0.14
- fix: package 2edd8e2
v1.0.13
- chore: correct version 790c652
- chore: prettier 157f86a
- chore: apply prettier c3ba1a9
- feat: latest vue & tree2d 7de8162
- feat: latest vue & tree2d 003cd1a
- feat(setItems): return information about added/removed elements/nodes 679b2b7
- feat(vue): upgrade to latest vue d2da2ef
- feat(vue): upgrade 3236dd5
- feat(tree2d): upgrade d333e5c
- fix(types): add text settings to text texture type aea5d20
- feat: direct 5f35c36
- feat(direct-container): improve direct container support c567e7d
- feat(position): allow setting a different position than 'relative'. 662c1f5
- fix(textureSize): fix aspect ratio issues when zooming out d470c85
- feat(grid): implement grid aefffc2
- chore(exports): do not re-export vue runtime-core stuff, devs should use the vue exports faa068f
- feat(types): export node event types c12d4da
- Merge branch 'master' of github.com:Planning-nl/vugel 3e173ee
- feat(eventsTarget): add Vugel option 'eventsTarget' that sets the HTMLElement to bind event listeners to (defaults to the canvas itself) 51827bc
- feat(warning): improve warning when using an unknown tag 46f3566
- Update README.md dea9fa2
- fix(colors): use 'top' instead of 'color' like everywhere else 739698a
v1.0.12
- feat(vue): upgrade to latest vue beta a257a3a
- feat(vue): upgrade to latest vue beta 7526c20
- feat(reactivity): disable reactive proxification on Nodes (vuejs/core#1060) f5b00cb
- feat(getters): add node property getters for direct access 34f85e4
- feat(direct-container): add tag to allow direct access to children 9442204
- feat(getters): add property getters for direct access 3dad7f4
- feat(texture): revert reusability; you can easily do that manually (see ParticlesExample) e2b3dd1
- fix(nodeOps): mark nodeOp-related functions as internal only. e3fb3e4
v1.0.11
- cleanup(lint) 79475b8
- cleanup(lint) b9da7b3
- feat(vue): use queuePostFlushCb, available in new vue beta fe3bbea
- feat(texture): specify whether factory results are reusable e968dbc
- feat(vugel): allow using a factory when creating shaders or textures cd47a69
- chore(events): refactor 0faac81
- feat(events): translate tree2d element events to node events c1f2ab2
- feat(Teleport): support teleport 70641e7
v1.0.10
- feat(upgrade): upgrade to latest tree2d 642e56f
- fix(type): patchProp type 75cc9b2
- feat(optimizations) c0265c1
- fix: linked list bugs, sync with tree2d in a single operation c2613cb
- perf: performance test with linked lists b251fad
- fix(children): reset children properly when clearing them on a container 6ae47f1
- feat(shader/texture): simplify direct shader/texture tags: just provide a reference to the texture element (make sure not to use ref). fef1bf8