Skip to content

Commit b09f6ca

Browse files
committed
Version 1.6.1
* Adjusted BoundingBox widget so it will function in TW v5.4.0 * Introduced ability to deprecate and hide enum options from dropdowns * Introduced a lot of automation to build process to make it easier for others to get involved. * Updated Vis-Network to 10.5.4 * (#80) Added vis-network support for minWidth and maxWidth
1 parent 54bbafa commit b09f6ca

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tw5-graph",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Lightweight and programmable graphing for Tiddlywiki",
55
"main": "index.js",
66
"directories": {

plugins/graph/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "$:/plugins/flibbles/graph",
44
"description": "Lightweight and programmable graphing for Tiddlywiki",
55
"author": "Flibbles",
6-
"version": "1.6.0",
6+
"version": "1.6.1",
77
"stability": "STABILITY_2_STABLE",
88
"core-version": ">=5.3.7",
99
"source": "https://github.com/flibbles/tw5-graph",

tiddlers/Versions/1.6.1.tid

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
created: 0
1+
created: 20260112202216615
22

33
* Removed unnecessary x and y variables from `hover` and `drag` events. They are unreliable, unneed for core macro widgets, and not something other engines can match parity with.
4+
* Fixed BoundingBox widget to work correctly under the upcoming TW5.4.0 release.
5+
* Numerous minor improvements to the documentation
6+
* Now allowing for hidden enum options that don't show up in a property's dropdown, but are accepted. This is largely to handle deprecated options.
7+
** Such as how Vis-Network's " " option for arrows.
8+
* Revamped build process to make it more automatic, and easier for others to get involved. `npm install` and `npm run build` should do all now.
9+
10+
Engine changes
11+
12+
* Mermaid has a text-only option, which was supposed to help with AI consumption, but apparently it doesn't...
13+
* Vis-Network Deprecated the " " option for arrows. Now uses "no".
14+
* Added documentation for ECharts, but it's not quite ready to be showcased yet.
15+
* (#80) vis-network now supports minWidth and maxWidth

0 commit comments

Comments
 (0)