Skip to content

Commit 4f9ae17

Browse files
committed
Publish
- @hpcc-js/api@3.4.9 - @hpcc-js/chart@3.6.5 - @hpcc-js/codemirror@3.6.9 - @hpcc-js/common@3.6.5 - @hpcc-js/comms@3.14.4 - @hpcc-js/composite@3.4.10 - @hpcc-js/dataflow@9.6.4 - @hpcc-js/ddl-shim@3.2.6 - @hpcc-js/dgrid@3.5.9 - @hpcc-js/dgrid-shim@3.3.3 - @hpcc-js/dgrid2@3.5.7 - @hpcc-js/eclwatch@3.5.10 - @hpcc-js/esbuild-plugins@1.8.3 - @hpcc-js/form@3.3.9 - @hpcc-js/graph@3.6.5 - @hpcc-js/html@3.3.9 - @hpcc-js/layout@3.5.4 - @hpcc-js/map@3.4.10 - @hpcc-js/markdown-it-plugins@1.5.6 - @hpcc-js/observablehq-compiler@3.7.4 - @hpcc-js/other@3.4.10 - @hpcc-js/phosphor@3.4.7 - @hpcc-js/react@3.4.9 - @hpcc-js/timeline@3.3.5 - @hpcc-js/tree@3.2.9 - @hpcc-js/util@3.4.8
1 parent d19198f commit 4f9ae17

Some content is hidden

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

53 files changed

+1858
-245
lines changed

package-lock.json

Lines changed: 118 additions & 118 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: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,75 @@
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.9](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/api@2.13.0...@hpcc-js/api@3.4.9) (2026-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))
12+
* revert vite back to the stable releases ([136469b](https://github.com/hpcc-systems/Visualization/commit/136469b0070c2d3090a128361ed411818347c41c))
13+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
14+
* sync test port numbers ([d1b8764](https://github.com/hpcc-systems/Visualization/commit/d1b8764acfeeb17ca91cec8b8f8428f40062b81d))
15+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
16+
17+
18+
### Features
19+
20+
* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
21+
* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b))
22+
* switch to simpler version stamp method ([d828033](https://github.com/hpcc-systems/Visualization/commit/d828033ec79f56c4d1579bca230bd03cf0d6328e))
23+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
24+
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
25+
26+
27+
28+
## 2.106.11 (2024-09-23)
29+
30+
31+
32+
## 2.106.10 (2024-09-13)
33+
34+
35+
36+
## 2.106.9 (2024-09-12)
37+
38+
39+
40+
## 2.106.8 (2024-09-05)
41+
42+
43+
44+
## 2.106.7 (2024-08-29)
45+
46+
47+
48+
## 2.106.5 (2024-08-29)
49+
50+
51+
52+
## 2.106.4 (2024-08-22)
53+
54+
55+
56+
## 2.106.3 (2024-08-01)
57+
58+
59+
60+
## 2.106.2 (2024-07-29)
61+
62+
63+
64+
## 2.106.1 (2024-07-24)
65+
66+
67+
68+
# 2.106.0 (2024-07-23)
69+
70+
71+
72+
73+
74+
675
## [3.4.8](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.7...api-v3.4.8) (2026-02-05)
776

877

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.8",
3+
"version": "3.4.9",
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.6.4"
40+
"@hpcc-js/common": "^3.6.5"
4141
},
4242
"devDependencies": {
43-
"@hpcc-js/esbuild-plugins": "^1.8.2",
43+
"@hpcc-js/esbuild-plugins": "^1.8.3",
4444
"d3-collection": "^1",
4545
"d3-color": "3.1.0",
4646
"d3-format": "^1",

packages/chart/CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,64 @@
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.6.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.85.0...@hpcc-js/chart@3.6.5) (2026-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **eclwatch:** add a multi-scale 24-hour tick formatter ([#4482](https://github.com/hpcc-systems/Visualization/issues/4482)) ([d05aacc](https://github.com/hpcc-systems/Visualization/commit/d05aacccd36e56daa562cd0a49747c5fc45bbf73))
12+
* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))
13+
* revert vite back to the stable releases ([136469b](https://github.com/hpcc-systems/Visualization/commit/136469b0070c2d3090a128361ed411818347c41c))
14+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
15+
* **timeline:** fix tickFormat being ignored ([d5d13fb](https://github.com/hpcc-systems/Visualization/commit/d5d13fb652e2fe6055b6bd8c4052c37d76e3cf98))
16+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
17+
18+
19+
### Features
20+
21+
* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414))
22+
* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
23+
* add keyboard navigation for select charts ([#4481](https://github.com/hpcc-systems/Visualization/issues/4481)) ([be68d17](https://github.com/hpcc-systems/Visualization/commit/be68d178704bb5132fe875e1a98e24ec22e3eee4))
24+
* Add title color pp to gauge ([433ae4a](https://github.com/hpcc-systems/Visualization/commit/433ae4a7711256489be33a1f86d922b24413896c))
25+
* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b))
26+
* switch to simpler version stamp method ([d828033](https://github.com/hpcc-systems/Visualization/commit/d828033ec79f56c4d1579bca230bd03cf0d6328e))
27+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
28+
* Upgrade dgrid2 to v3 ([3e2105a](https://github.com/hpcc-systems/Visualization/commit/3e2105a427937d0b202194f4538cc12e9becb04d))
29+
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
30+
31+
32+
33+
## 2.106.11 (2024-09-23)
34+
35+
36+
37+
## 2.106.10 (2024-09-13)
38+
39+
40+
41+
## 2.106.9 (2024-09-12)
42+
43+
44+
45+
## 2.106.8 (2024-09-05)
46+
47+
48+
49+
## 2.106.7 (2024-08-29)
50+
51+
52+
53+
## 2.106.5 (2024-08-29)
54+
55+
56+
57+
## 2.106.4 (2024-08-22)
58+
59+
60+
61+
62+
63+
664
## [3.6.4](https://github.com/hpcc-systems/Visualization/compare/chart-v3.6.3...chart-v3.6.4) (2026-02-05)
765

866

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.6.4",
3+
"version": "3.6.5",
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.8",
41-
"@hpcc-js/common": "^3.6.4",
42-
"@hpcc-js/util": "^3.4.7"
40+
"@hpcc-js/api": "^3.4.9",
41+
"@hpcc-js/common": "^3.6.5",
42+
"@hpcc-js/util": "^3.4.8"
4343
},
4444
"devDependencies": {
45-
"@hpcc-js/esbuild-plugins": "^1.8.2",
45+
"@hpcc-js/esbuild-plugins": "^1.8.3",
4646
"@types/d3-shape": "1.3.12",
4747
"@types/d3-transition": "1.3.6",
4848
"d3-array": "^1",

packages/codemirror/CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,76 @@
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.6.9](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror@2.63.0...@hpcc-js/codemirror@3.6.9) (2026-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* revert vite back to the stable releases ([136469b](https://github.com/hpcc-systems/Visualization/commit/136469b0070c2d3090a128361ed411818347c41c))
12+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
13+
* sync test port numbers ([d1b8764](https://github.com/hpcc-systems/Visualization/commit/d1b8764acfeeb17ca91cec8b8f8428f40062b81d))
14+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
15+
16+
17+
### Features
18+
19+
* add YAML support to codemirror ([bf7cb0f](https://github.com/hpcc-systems/Visualization/commit/bf7cb0fd321036620264e3fe332d84ce5343df77))
20+
* Bundle css files into index.js ([f2cd6bc](https://github.com/hpcc-systems/Visualization/commit/f2cd6bc8ff666bf5ae756b69ac8f0a677e02819e))
21+
* **codemirror:** expose codemirror line class methods ([2dc8884](https://github.com/hpcc-systems/Visualization/commit/2dc88845cd4166a1e6739e6ad76c2caf221b456f))
22+
* switch to simpler version stamp method ([d828033](https://github.com/hpcc-systems/Visualization/commit/d828033ec79f56c4d1579bca230bd03cf0d6328e))
23+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
24+
* Upgrade codemirror to v3 ([377d6b5](https://github.com/hpcc-systems/Visualization/commit/377d6b54cf476b9e0c6773cd31f99ddc42a8d6dc))
25+
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
26+
27+
28+
29+
## 2.106.11 (2024-09-23)
30+
31+
32+
33+
## 2.106.10 (2024-09-13)
34+
35+
36+
37+
## 2.106.9 (2024-09-12)
38+
39+
40+
41+
## 2.106.8 (2024-09-05)
42+
43+
44+
45+
## 2.106.7 (2024-08-29)
46+
47+
48+
49+
## 2.106.5 (2024-08-29)
50+
51+
52+
53+
## 2.106.4 (2024-08-22)
54+
55+
56+
57+
## 2.106.3 (2024-08-01)
58+
59+
60+
61+
## 2.106.2 (2024-07-29)
62+
63+
64+
65+
## 2.106.1 (2024-07-24)
66+
67+
68+
69+
# 2.106.0 (2024-07-23)
70+
71+
72+
73+
74+
75+
676
## [3.6.8](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.6.7...codemirror-v3.6.8) (2026-02-05)
777

878

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.6.8",
3+
"version": "3.6.9",
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.6.4"
40+
"@hpcc-js/common": "^3.6.5"
4141
},
4242
"devDependencies": {
43-
"@hpcc-js/esbuild-plugins": "^1.8.2",
43+
"@hpcc-js/esbuild-plugins": "^1.8.3",
4444
"codemirror": "5.65.20"
4545
},
4646
"repository": {

packages/common/CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,78 @@
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.6.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.72.0...@hpcc-js/common@3.6.5) (2026-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))
12+
* revert vite back to the stable releases ([136469b](https://github.com/hpcc-systems/Visualization/commit/136469b0070c2d3090a128361ed411818347c41c))
13+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
14+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
15+
16+
17+
### Features
18+
19+
* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414))
20+
* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
21+
* add keyboard navigation for select charts ([#4481](https://github.com/hpcc-systems/Visualization/issues/4481)) ([be68d17](https://github.com/hpcc-systems/Visualization/commit/be68d178704bb5132fe875e1a98e24ec22e3eee4))
22+
* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b))
23+
* switch to simpler version stamp method ([d828033](https://github.com/hpcc-systems/Visualization/commit/d828033ec79f56c4d1579bca230bd03cf0d6328e))
24+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
25+
* Upgrade graph, html and react to v3 ([a1aa027](https://github.com/hpcc-systems/Visualization/commit/a1aa02785ed97c4ee18b3a83ab341f0423956b7c))
26+
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
27+
* Upgrade map to v3 ([87da3c6](https://github.com/hpcc-systems/Visualization/commit/87da3c6728f78f5137d5a045d3bd7f961fcbd31c))
28+
29+
30+
31+
## 2.106.11 (2024-09-23)
32+
33+
34+
35+
## 2.106.10 (2024-09-13)
36+
37+
38+
39+
## 2.106.9 (2024-09-12)
40+
41+
42+
43+
## 2.106.8 (2024-09-05)
44+
45+
46+
47+
## 2.106.7 (2024-08-29)
48+
49+
50+
51+
## 2.106.5 (2024-08-29)
52+
53+
54+
55+
## 2.106.4 (2024-08-22)
56+
57+
58+
59+
## 2.106.3 (2024-08-01)
60+
61+
62+
63+
## 2.106.2 (2024-07-29)
64+
65+
66+
67+
## 2.106.1 (2024-07-24)
68+
69+
70+
71+
# 2.106.0 (2024-07-23)
72+
73+
74+
75+
76+
77+
678
## [3.6.4](https://github.com/hpcc-systems/Visualization/compare/common-v3.6.3...common-v3.6.4) (2026-02-05)
779

880

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.6.4",
3+
"version": "3.6.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.4.7",
42+
"@hpcc-js/util": "^3.4.8",
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.2",
60+
"@hpcc-js/esbuild-plugins": "^1.8.3",
6161
"colorbrewer": "1.6.1",
6262
"d3-array": "^1",
6363
"d3-brush": "^1",

0 commit comments

Comments
 (0)