Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
".": "3.16.1",
"packages/api": "3.4.3",
"packages/chart": "3.5.3",
"packages/codemirror": "3.6.3",
"packages/common": "3.5.3",
".": "3.17.0",
"packages/api": "3.4.4",
"packages/chart": "3.6.0",
"packages/codemirror": "3.6.4",
"packages/common": "3.6.0",
"packages/comms": "3.12.1",
"packages/composite": "3.4.3",
"packages/composite": "3.4.4",
"packages/dataflow": "9.6.0",
"packages/ddl-shim": "3.2.2",
"packages/dgrid": "3.5.3",
"packages/dgrid": "3.5.4",
"packages/dgrid-shim": "3.3.1",
"packages/dgrid2": "3.5.1",
"packages/eclwatch": "3.5.3",
"packages/dgrid2": "3.5.2",
"packages/eclwatch": "3.5.4",
"packages/esbuild-plugins": "1.7.0",
"packages/form": "3.3.3",
"packages/graph": "3.5.3",
"packages/html": "3.3.3",
"packages/layout": "3.4.3",
"packages/map": "3.4.3",
"packages/form": "3.3.4",
"packages/graph": "3.6.0",
"packages/html": "3.3.4",
"packages/layout": "3.4.4",
"packages/map": "3.4.4",
"packages/markdown-it-plugins": "1.5.2",
"packages/observablehq-compiler": "3.7.0",
"packages/other": "3.4.3",
"packages/phosphor": "3.4.1",
"packages/react": "3.4.3",
"packages/timeline": "3.2.3",
"packages/tree": "3.2.3",
"packages/other": "3.4.4",
"packages/phosphor": "3.4.2",
"packages/react": "3.4.4",
"packages/timeline": "3.2.4",
"packages/tree": "3.2.4",
"packages/util": "3.4.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [3.17.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.16.1...hpcc-js-v3.17.0) (2025-12-11)


### Features

* add keyboard navigation for select charts ([#4481](https://github.com/hpcc-systems/Visualization/issues/4481)) ([be68d17](https://github.com/hpcc-systems/Visualization/commit/be68d178704bb5132fe875e1a98e24ec22e3eee4))


### Bug Fixes

* update @hpcc-js/wasm-graphviz to version 1.17.0 ([e898598](https://github.com/hpcc-systems/Visualization/commit/e898598912543f346a4a5e641fc6b8d5f6273342))

## [3.16.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.16.0...hpcc-js-v3.16.1) (2025-12-04)


Expand Down
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpcc-js",
"version": "3.16.1",
"version": "3.17.0",
"description": "HPCC Visualization Framework",
"private": true,
"type": "module",
Expand Down
Loading