Skip to content

Commit bbdddb7

Browse files
chore: release main
1 parent e996827 commit bbdddb7

40 files changed

+378
-164
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "3.19.3",
3-
"packages/api": "3.4.8",
4-
"packages/chart": "3.6.4",
5-
"packages/codemirror": "3.6.8",
6-
"packages/common": "3.6.4",
2+
".": "3.20.0",
3+
"packages/api": "3.4.10",
4+
"packages/chart": "3.6.6",
5+
"packages/codemirror": "3.6.10",
6+
"packages/common": "3.7.0",
77
"packages/comms": "3.14.3",
8-
"packages/composite": "3.4.9",
8+
"packages/composite": "3.4.11",
99
"packages/dataflow": "9.6.3",
1010
"packages/ddl-shim": "3.2.5",
11-
"packages/dgrid": "3.5.8",
11+
"packages/dgrid": "3.6.0",
1212
"packages/dgrid-shim": "3.3.2",
13-
"packages/dgrid2": "3.5.6",
14-
"packages/eclwatch": "3.5.9",
13+
"packages/dgrid2": "3.5.8",
14+
"packages/eclwatch": "3.5.11",
1515
"packages/esbuild-plugins": "1.8.2",
16-
"packages/form": "3.3.8",
17-
"packages/graph": "3.6.4",
18-
"packages/html": "3.3.8",
19-
"packages/layout": "3.5.3",
20-
"packages/map": "3.4.9",
16+
"packages/form": "3.3.10",
17+
"packages/graph": "3.6.6",
18+
"packages/html": "3.3.10",
19+
"packages/layout": "3.5.5",
20+
"packages/map": "3.4.11",
2121
"packages/markdown-it-plugins": "1.5.5",
2222
"packages/observablehq-compiler": "3.7.3",
23-
"packages/other": "3.4.9",
24-
"packages/phosphor": "3.4.6",
25-
"packages/react": "3.4.8",
26-
"packages/timeline": "3.3.4",
27-
"packages/tree": "3.2.8",
23+
"packages/other": "3.4.11",
24+
"packages/phosphor": "3.4.8",
25+
"packages/react": "3.4.10",
26+
"packages/timeline": "3.3.6",
27+
"packages/tree": "3.2.10",
2828
"packages/util": "3.4.7"
2929
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.20.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.19.3...hpcc-js-v3.20.0) (2026-02-19)
6+
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* add ignoreChanges for markdown files in publish configuration ([34c404f](https://github.com/hpcc-systems/Visualization/commit/34c404f172efc43a9caf59e8e463d1f07d469578))
16+
* update axios and dependencies to latest versions ([d19198f](https://github.com/hpcc-systems/Visualization/commit/d19198f69b80f435e059678a541c4b9a89235871))
17+
518
## [3.19.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.19.2...hpcc-js-v3.19.3) (2026-02-05)
619

720

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpcc-js",
3-
"version": "3.19.3",
3+
"version": "3.20.0",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)