Skip to content

Commit b4a7c04

Browse files
committed
Update for yFiles for HTML 3.0.0.4
1 parent 77dff07 commit b4a7c04

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This basic yFiles integration can be used as a starting point to test the capabi
4343

4444
You can browse through the demos and look for features that you find interesting for your use case and integrate it in this basic component to build a more sophisticated application.
4545

46-
The yFiles package also contains a more extensive [Vue integration demo](https://www.yfiles.com/demos/toolkit/vue/) ([GitHub](https://github.com/yWorks/yfiles-for-html-demos/blob/master/demos/toolkit/vue)), as well as a specialized [Vue.js Template Node Style](https://www.yfiles.com/demos/style/vue-template-node-style/) ([GitHub](https://github.com/yWorks/yfiles-for-html-demos/tree/master/demos/style/vue-template-node-style)) that leverages the powerful data binding and conditional rendering features of Vue.js.
46+
The yFiles package also contains a more extensive [Vue integration demo](https://www.yfiles.com/demos/toolkit/vue/) ([GitHub](https://github.com/yWorks/yfiles-for-html-demos/blob/master/demos/toolkit/vue)), as well as a specialized [Vue.js Component Node Style](https://www.yfiles.com/demos/style/vue-component-node-style/) ([GitHub](https://github.com/yWorks/yfiles-for-html-demos/tree/master/demos/style/vue-component-node-style)) that leverages the powerful data binding and conditional rendering features of Vue.js.
4747

4848
Furthermore, there is an extensive [Developer's Guide](https://docs.yworks.com/yfileshtml/#/dguide/introduction#top) that covers anything from graph creation and styling to automatic layouts and advanced customizations.
4949

integration-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Adding yFiles as a dependency is almost as easy as installing an external librar
3030
```
3131
"dependencies": {
3232
...
33-
"@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.3-Evaluation/lib/yfiles-30.0.3+eval-dev.tgz"
33+
"@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.4-Evaluation/lib/yfiles-30.0.4+eval-dev.tgz"
3434
},
3535
```
3636

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"name": "@yfiles/yfiles-vue-integration-basic",
3-
"version": "30.0.3",
3+
"version": "30.0.4",
44
"author": "yWorks GmbH <[email protected]>",
55
"private": true,
66
"scripts": {
77
"dev": "vite",
88
"preview": "vite preview",
99
"build": "vite build",
1010
"postinstall": "npm run copy-eval-license",
11-
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0.0.3-Evaluation/lib/license.json','./src/license.json')\""
11+
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0.0.4-Evaluation/lib/license.json','./src/license.json')\""
1212
},
1313
"dependencies": {
1414
"vue": "^3.5.18",
15-
"@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.3-Evaluation/lib/yfiles-30.0.3+eval-dev.tgz"
15+
"@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.4-Evaluation/lib/yfiles-30.0.4+eval-dev.tgz"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-vue": "^6.0.1",
1919
"@vue/eslint-config-prettier": "^10.2.0",
2020
"@vue/tsconfig": "^0.7.0",
2121
"eslint": "^9.32.0",
2222
"eslint-plugin-vue": "^10.4.0",
23-
"typescript": "~5.8.3",
24-
"vite": "^7.0.6",
23+
"typescript": "~5.9.0",
24+
"vite": "^7.1.0",
2525
"vue-tsc": "^3.0.5"
2626
}
2727
}

src/assets/yfiles-logo.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)