Skip to content

Commit f8bdd58

Browse files
committed
Publish
- @hpcc-js/api@3.4.15 - @hpcc-js/chart@3.7.4 - @hpcc-js/codemirror@3.7.4 - @hpcc-js/common@3.7.5 - @hpcc-js/comms@3.15.4 - @hpcc-js/composite@3.5.5 - @hpcc-js/dataflow@9.6.9 - @hpcc-js/ddl-shim@3.3.4 - @hpcc-js/dgrid@3.7.5 - @hpcc-js/dgrid-shim@3.4.5 - @hpcc-js/dgrid2@3.6.4 - @hpcc-js/eclwatch@3.6.5 - @hpcc-js/esbuild-plugins@1.8.7 - @hpcc-js/form@3.4.4 - @hpcc-js/graph@3.7.4 - @hpcc-js/html@3.3.15 - @hpcc-js/layout@3.5.10 - @hpcc-js/map@3.5.4 - @hpcc-js/markdown-it-plugins@1.5.10 - @hpcc-js/observablehq-compiler@3.7.8 - @hpcc-js/other@3.5.4 - @hpcc-js/phosphor@3.5.4 - @hpcc-js/react@3.4.15 - @hpcc-js/timeline@3.4.4 - @hpcc-js/tree@3.2.15 - @hpcc-js/util@3.5.4
1 parent 561c03d commit f8bdd58

53 files changed

Lines changed: 678 additions & 245 deletions

Some content is hidden

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

package-lock.json

Lines changed: 119 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.4.15](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/api@3.4.9...@hpcc-js/api@3.4.15) (2026-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6))
12+
13+
14+
15+
16+
17+
618
## [3.4.14](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.13...api-v3.4.14) (2026-04-03)
719

820

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/api",
3-
"version": "3.4.14",
3+
"version": "3.4.15",
44
"description": "hpcc-js - Viz api",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -37,10 +37,10 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/common": "^3.7.4"
40+
"@hpcc-js/common": "^3.7.5"
4141
},
4242
"devDependencies": {
43-
"@hpcc-js/esbuild-plugins": "^1.8.6",
43+
"@hpcc-js/esbuild-plugins": "^1.8.7",
4444
"d3-collection": "^1",
4545
"d3-color": "3.1.0",
4646
"d3-format": "^1",

packages/chart/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.7.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@3.6.5...@hpcc-js/chart@3.7.4) (2026-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6))
12+
13+
14+
### Features
15+
16+
* embed dgrid-shim as a self loading resource ([#4531](https://github.com/hpcc-systems/Visualization/issues/4531)) ([c37c597](https://github.com/hpcc-systems/Visualization/commit/c37c5971439f2e9886faa927ac57b2ed828a7e44))
17+
18+
19+
20+
21+
22+
623
## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/chart-v3.7.2...chart-v3.7.3) (2026-04-03)
724

825

packages/chart/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/chart",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "hpcc-js - Viz Chart",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -37,12 +37,12 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/api": "^3.4.14",
41-
"@hpcc-js/common": "^3.7.4",
42-
"@hpcc-js/util": "^3.5.3"
40+
"@hpcc-js/api": "^3.4.15",
41+
"@hpcc-js/common": "^3.7.5",
42+
"@hpcc-js/util": "^3.5.4"
4343
},
4444
"devDependencies": {
45-
"@hpcc-js/esbuild-plugins": "^1.8.6",
45+
"@hpcc-js/esbuild-plugins": "^1.8.7",
4646
"@types/d3-shape": "1.3.12",
4747
"@types/d3-transition": "1.3.6",
4848
"d3-array": "^1",

packages/codemirror/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.7.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror@3.6.9...@hpcc-js/codemirror@3.7.4) (2026-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6))
12+
* update dependencies and overrides in package.json files ([#4540](https://github.com/hpcc-systems/Visualization/issues/4540)) ([033f39f](https://github.com/hpcc-systems/Visualization/commit/033f39f903b1dad50260934dc7c4ed6d34bb14c0))
13+
14+
15+
### Features
16+
17+
* embed dgrid-shim as a self loading resource ([#4531](https://github.com/hpcc-systems/Visualization/issues/4531)) ([c37c597](https://github.com/hpcc-systems/Visualization/commit/c37c5971439f2e9886faa927ac57b2ed828a7e44))
18+
19+
20+
21+
22+
23+
624
## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.7.2...codemirror-v3.7.3) (2026-04-03)
725

826

packages/codemirror/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/codemirror",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "hpcc-js - Viz Code Mirror",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -37,10 +37,10 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/common": "^3.7.4"
40+
"@hpcc-js/common": "^3.7.5"
4141
},
4242
"devDependencies": {
43-
"@hpcc-js/esbuild-plugins": "^1.8.6",
43+
"@hpcc-js/esbuild-plugins": "^1.8.7",
4444
"codemirror": "5.65.21"
4545
},
4646
"repository": {

packages/common/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.7.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@3.6.5...@hpcc-js/common@3.7.5) (2026-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6))
12+
* bump versions (security) ([b730dd4](https://github.com/hpcc-systems/Visualization/commit/b730dd43d15a5ff0823d3d34d69fde184d23c984))
13+
* update dependencies and overrides in package.json files ([#4540](https://github.com/hpcc-systems/Visualization/issues/4540)) ([033f39f](https://github.com/hpcc-systems/Visualization/commit/033f39f903b1dad50260934dc7c4ed6d34bb14c0))
14+
15+
16+
### Features
17+
18+
* enhance Table class with dynamic column width sampling ([#4528](https://github.com/hpcc-systems/Visualization/issues/4528)) ([e996827](https://github.com/hpcc-systems/Visualization/commit/e996827f8625a216f247845052409147bc7bcd74))
19+
20+
21+
22+
23+
24+
625
## [3.7.4](https://github.com/hpcc-systems/Visualization/compare/common-v3.7.3...common-v3.7.4) (2026-04-03)
726

827

packages/common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/common",
3-
"version": "3.7.4",
3+
"version": "3.7.5",
44
"description": "hpcc-js - Viz Common",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -39,7 +39,7 @@
3939
"update-major": "npx --yes npm-check-updates -u"
4040
},
4141
"dependencies": {
42-
"@hpcc-js/util": "^3.5.3",
42+
"@hpcc-js/util": "^3.5.4",
4343
"@types/d3-array": "1.2.12",
4444
"@types/d3-brush": "1.1.8",
4545
"@types/d3-collection": "1.0.13",
@@ -57,7 +57,7 @@
5757
"@types/d3-zoom": "1.8.7"
5858
},
5959
"devDependencies": {
60-
"@hpcc-js/esbuild-plugins": "^1.8.6",
60+
"@hpcc-js/esbuild-plugins": "^1.8.7",
6161
"colorbrewer": "1.7.0",
6262
"d3-array": "^1",
6363
"d3-brush": "^1",

packages/comms/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.15.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/comms@3.14.4...@hpcc-js/comms@3.15.4) (2026-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* bump typescript to version 6 ([#4551](https://github.com/hpcc-systems/Visualization/issues/4551)) ([c42a5eb](https://github.com/hpcc-systems/Visualization/commit/c42a5ebc63be90d7d1842238119bce0815a056a6))
12+
* bump versions (security) ([b730dd4](https://github.com/hpcc-systems/Visualization/commit/b730dd43d15a5ff0823d3d34d69fde184d23c984))
13+
* **comms:** refactor the wsLogaccess GetLogs filter creation ([#4546](https://github.com/hpcc-systems/Visualization/issues/4546)) ([0ac7ad6](https://github.com/hpcc-systems/Visualization/commit/0ac7ad66b3832497abfc7849bbcaa5f7df98b7e3))
14+
* update dependencies across multiple packages ([e014d5d](https://github.com/hpcc-systems/Visualization/commit/e014d5dc20e3028d7cbfbfe7b9f2fa82829f89fd))
15+
* update dependencies and overrides in package.json files ([#4540](https://github.com/hpcc-systems/Visualization/issues/4540)) ([033f39f](https://github.com/hpcc-systems/Visualization/commit/033f39f903b1dad50260934dc7c4ed6d34bb14c0))
16+
17+
18+
### Features
19+
20+
* **comms:** expose the DFUWUTypes enum ([#4533](https://github.com/hpcc-systems/Visualization/issues/4533)) ([4be0025](https://github.com/hpcc-systems/Visualization/commit/4be0025ae50b1ffb399e733d043f49abd3bfcf5b))
21+
* embed dgrid-shim as a self loading resource ([#4531](https://github.com/hpcc-systems/Visualization/issues/4531)) ([c37c597](https://github.com/hpcc-systems/Visualization/commit/c37c5971439f2e9886faa927ac57b2ed828a7e44))
22+
23+
24+
25+
26+
27+
628
## [3.15.3](https://github.com/hpcc-systems/Visualization/compare/comms-v3.15.2...comms-v3.15.3) (2026-04-03)
729

830

0 commit comments

Comments
 (0)