Skip to content

Commit 15a1a33

Browse files
committed
Merge branch 'candidate-3.x.x' into trunk
2 parents cf824d8 + 1c379cc commit 15a1a33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+4818
-3717
lines changed

.release-please-manifest.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
".": "3.4.0",
3-
"packages/api": "3.3.0",
4-
"packages/chart": "3.3.0",
5-
"packages/codemirror": "3.2.0",
6-
"packages/common": "3.3.0",
7-
"packages/comms": "3.4.0",
8-
"packages/composite": "3.2.1",
9-
"packages/dataflow": "9.3.0",
10-
"packages/dgrid": "3.2.1",
2+
".": "3.6.2",
3+
"packages/api": "3.3.1",
4+
"packages/chart": "3.3.1",
5+
"packages/codemirror": "3.3.1",
6+
"packages/common": "3.3.1",
7+
"packages/comms": "3.5.2",
8+
"packages/composite": "3.2.2",
9+
"packages/dataflow": "9.3.1",
10+
"packages/dgrid": "3.2.2",
1111
"packages/dgrid-shim": "3.1.1",
12-
"packages/dgrid2": "3.2.0",
13-
"packages/eclwatch": "3.2.2",
14-
"packages/esbuild-plugins": "1.4.0",
15-
"packages/form": "3.2.0",
16-
"packages/graph": "3.2.1",
17-
"packages/html": "3.2.1",
18-
"packages/layout": "3.2.0",
19-
"packages/map": "3.2.1",
20-
"packages/markdown-it-plugins": "1.3.0",
21-
"packages/observablehq-compiler": "3.3.0",
22-
"packages/other": "3.2.0",
23-
"packages/phosphor": "3.2.0",
24-
"packages/react": "3.2.1",
12+
"packages/dgrid2": "3.2.1",
13+
"packages/eclwatch": "3.2.7",
14+
"packages/esbuild-plugins": "1.4.1",
15+
"packages/form": "3.2.1",
16+
"packages/graph": "3.3.3",
17+
"packages/html": "3.2.2",
18+
"packages/layout": "3.2.1",
19+
"packages/map": "3.2.5",
20+
"packages/markdown-it-plugins": "1.3.1",
21+
"packages/observablehq-compiler": "3.3.1",
22+
"packages/other": "3.2.1",
23+
"packages/phosphor": "3.2.1",
24+
"packages/react": "3.2.2",
2525
"packages/timeline": "3.0.0",
2626
"packages/tree": "3.0.0",
27-
"packages/util": "3.3.0"
27+
"packages/util": "3.3.1"
2828
}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.6.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.6.1...hpcc-js-v3.6.2) (2025-04-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Add try/catch for xml parsing ([9eada21](https://github.com/hpcc-systems/Visualization/commit/9eada21b6bf058d2c551589f67e5e9dac8198639))
11+
12+
## [3.6.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.6.0...hpcc-js-v3.6.1) (2025-04-03)
13+
14+
15+
### Bug Fixes
16+
17+
* Add missing build steps ([5247e18](https://github.com/hpcc-systems/Visualization/commit/5247e18efa7ac44d95f10f1a3ee251d1c01b8564))
18+
* Add missing build steps ([564506d](https://github.com/hpcc-systems/Visualization/commit/564506d94d4538b8bf57d4e27919efff6ea357a4))
19+
* **comms:** add more info to unhelpful exception logging ([59b62af](https://github.com/hpcc-systems/Visualization/commit/59b62af3dd08142495b16199ca79649e5c163b6d))
20+
* **comms:** fix assigment to undefined in QueryGraph.walkDocument ([d0c886a](https://github.com/hpcc-systems/Visualization/commit/d0c886ad2fdf83e75bada71b9cc2c38423efadb5))
21+
* **comms:** map Kind ints to strings in normalizeDetails ([b3aab81](https://github.com/hpcc-systems/Visualization/commit/b3aab8150962ddcb9a4b906ed5d944d5cce42b7a))
22+
23+
## [3.6.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.5.1...hpcc-js-v3.6.0) (2025-02-05)
24+
25+
26+
### Features
27+
28+
* add YAML support to codemirror ([bf7cb0f](https://github.com/hpcc-systems/Visualization/commit/bf7cb0fd321036620264e3fe332d84ce5343df77))
29+
30+
31+
### Bug Fixes
32+
33+
* Resize markers and ensure correct colours ([b74d3ea](https://github.com/hpcc-systems/Visualization/commit/b74d3eaef37840ce1362e7ff570ce6884e7de242))
34+
35+
## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.5.0...hpcc-js-v3.5.1) (2025-01-31)
36+
37+
38+
### Bug Fixes
39+
40+
* Prevent React from being included in the bundle ([280db7a](https://github.com/hpcc-systems/Visualization/commit/280db7a82c01ce1a7c5ac8713e02eb4df9609bf3))
41+
42+
## [3.5.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.4.0...hpcc-js-v3.5.0) (2025-01-31)
43+
44+
45+
### Features
46+
47+
* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))
48+
* Add support for NodeJS CJS package ([658e0fd](https://github.com/hpcc-systems/Visualization/commit/658e0fd4be17ce45cad945e6859ca046882e4dc9))
49+
550
## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.3.1...hpcc-js-v3.4.0) (2025-01-22)
651

752

demos/gallery/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,39 @@
2020
"update-major": "npx --yes npm-check-updates -u"
2121
},
2222
"dependencies": {
23-
"d3-random": "1.1.0",
23+
"d3-random": "1.1.2",
2424
"es6-promise": "4.2.8",
25-
"tslib": "2.7.0"
25+
"tslib": "2.8.1"
2626
},
2727
"devDependencies": {
28-
"@hpcc-js/api": "^3.3.0",
29-
"@hpcc-js/dataflow": "^9.3.0",
30-
"@hpcc-js/chart": "^3.3.0",
31-
"@hpcc-js/codemirror": "^3.2.0",
28+
"@hpcc-js/api": "^3.3.1",
29+
"@hpcc-js/dataflow": "^9.3.1",
30+
"@hpcc-js/chart": "^3.3.1",
31+
"@hpcc-js/codemirror": "^3.3.1",
3232
"@hpcc-js/codemirror-shim": "^2.37.0",
33-
"@hpcc-js/common": "^3.3.0",
34-
"@hpcc-js/comms": "^3.4.0",
35-
"@hpcc-js/composite": "^3.2.1",
33+
"@hpcc-js/common": "^3.3.1",
34+
"@hpcc-js/comms": "^3.5.1",
35+
"@hpcc-js/composite": "^3.2.2",
3636
"@hpcc-js/ddl-shim": "^3.0.0",
3737
"@hpcc-js/deck-shim": "^2.8.0",
38-
"@hpcc-js/dgrid": "^3.2.1",
38+
"@hpcc-js/dgrid": "^3.2.2",
3939
"@hpcc-js/dgrid-shim": "^3.1.1",
40-
"@hpcc-js/dgrid2": "^3.2.0",
41-
"@hpcc-js/form": "^3.2.0",
42-
"@hpcc-js/graph": "^3.2.1",
43-
"@hpcc-js/html": "^3.2.1",
44-
"@hpcc-js/layout": "^3.2.0",
40+
"@hpcc-js/dgrid2": "^3.2.1",
41+
"@hpcc-js/form": "^3.2.1",
42+
"@hpcc-js/graph": "^3.3.3",
43+
"@hpcc-js/html": "^3.2.2",
44+
"@hpcc-js/layout": "^3.2.1",
4545
"@hpcc-js/leaflet-shim": "^2.5.0",
46-
"@hpcc-js/map": "^3.2.1",
46+
"@hpcc-js/map": "^3.2.5",
4747
"@hpcc-js/map-deck": "^2.9.0",
48-
"@hpcc-js/marshaller": "^2.27.1",
49-
"@hpcc-js/other": "^3.2.0",
50-
"@hpcc-js/phosphor": "^3.2.0",
48+
"@hpcc-js/marshaller": "^2.27.5",
49+
"@hpcc-js/other": "^3.2.1",
50+
"@hpcc-js/phosphor": "^3.2.1",
5151
"@hpcc-js/phosphor-shim": "^2.16.0",
52-
"@hpcc-js/react": "^3.2.1",
52+
"@hpcc-js/react": "^3.2.2",
5353
"@hpcc-js/timeline": "^3.0.0",
5454
"@hpcc-js/tree": "^3.0.0",
55-
"@hpcc-js/util": "^3.3.0",
55+
"@hpcc-js/util": "^3.3.1",
5656
"d3-selection": "^1"
5757
}
5858
}

demos/imdb/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"update": "npx --yes npm-check-updates -u -t minor"
1111
},
1212
"dependencies": {
13-
"@hpcc-js/common": "^3.2.0",
14-
"@hpcc-js/dgrid": "^3.1.0",
15-
"@hpcc-js/dgrid-shim": "^3.1.0",
16-
"@hpcc-js/graph": "^3.1.1",
17-
"@hpcc-js/layout": "^3.1.1",
18-
"@hpcc-js/phosphor": "^3.1.0",
19-
"@hpcc-js/util": "^3.2.0",
13+
"@hpcc-js/common": "^3.3.1",
14+
"@hpcc-js/dgrid": "^3.2.2",
15+
"@hpcc-js/dgrid-shim": "^3.1.1",
16+
"@hpcc-js/graph": "^3.3.3",
17+
"@hpcc-js/layout": "^3.2.1",
18+
"@hpcc-js/phosphor": "^3.2.1",
19+
"@hpcc-js/util": "^3.3.1",
2020
"d3-fetch": "^1"
2121
},
2222
"devDependencies": {}

0 commit comments

Comments
 (0)