Skip to content
Open
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
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
".": "2.111.4",
".": "2.112.0",
"packages/api": "2.14.1",
"packages/chart": "2.86.1",
"packages/codemirror": "2.65.1",
"packages/codemirror": "2.66.0",
"packages/codemirror-shim": "2.37.0",
"packages/common": "2.73.1",
"packages/comms": "2.101.3",
"packages/comms": "2.102.0",
"packages/composite": "2.9.3",
"packages/dataflow": "9.1.0",
"packages/ddl-shim": "2.22.0",
"packages/deck-shim": "2.8.0",
"packages/dgrid": "2.34.2",
"packages/dgrid-shim": "2.26.0",
"packages/dgrid2": "2.5.1",
"packages/eclwatch": "2.77.4",
"packages/eclwatch": "2.77.5",
"packages/esbuild-plugins": "1.2.0",
"packages/form": "2.12.1",
"packages/graph": "2.87.1",
"packages/html": "2.44.1",
"packages/layout": "2.51.1",
"packages/leaflet-shim": "2.5.0",
"packages/loader": "2.108.4",
"packages/loader": "2.108.5",
"packages/map": "2.79.1",
"packages/map-deck": "2.9.1",
"packages/marshaller": "2.28.4",
"packages/marshaller": "2.28.5",
"packages/observable-md": "2.55.1",
"packages/observablehq-compiler": "1.4.0",
"packages/other": "2.17.1",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [2.112.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.4...hpcc-js-v2.112.0) (2025-07-18)


### Features

* Add recursiveFetchLogicalFiles ([8941789](https://github.com/hpcc-systems/Visualization/commit/8941789e3ba45cdc57a65cfb063fc484dad98742))
* Add recursiveFetchLogicalFiles ([7d1975b](https://github.com/hpcc-systems/Visualization/commit/7d1975bc3fba425caac4f2a10ad5318651a30140)), closes [#4392](https://github.com/hpcc-systems/Visualization/issues/4392)
* **codemirror:** expose codemirror line class methods ([4b5ba3c](https://github.com/hpcc-systems/Visualization/commit/4b5ba3ccc5988eb190885e5c8ab63f738019271c))


### Bug Fixes

* **comms:** default ProtectList to an empty array ([fd4ab00](https://github.com/hpcc-systems/Visualization/commit/fd4ab00fa09bad0db3628c593045d633d3d66f32))

## [2.111.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.3...hpcc-js-v2.111.4) (2025-06-19)


Expand Down
30 changes: 15 additions & 15 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": "2.108.4",
"version": "2.112.0",
"description": "HPCC Visualization Framework",
"private": true,
"jsdelivr": "dist/index.umd.min.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.66.0](https://github.com/hpcc-systems/Visualization/compare/codemirror-v2.65.1...codemirror-v2.66.0) (2025-07-18)


### Features

* **codemirror:** expose codemirror line class methods ([4b5ba3c](https://github.com/hpcc-systems/Visualization/commit/4b5ba3ccc5988eb190885e5c8ab63f738019271c))

## [2.65.1](https://github.com/hpcc-systems/Visualization/compare/codemirror-v2.65.0...codemirror-v2.65.1) (2025-06-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/codemirror",
"version": "2.65.1",
"version": "2.66.0",
"description": "hpcc-js - Viz Code Mirror",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down
13 changes: 13 additions & 0 deletions packages/comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.102.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.3...comms-v2.102.0) (2025-07-18)


### Features

* Add recursiveFetchLogicalFiles ([8941789](https://github.com/hpcc-systems/Visualization/commit/8941789e3ba45cdc57a65cfb063fc484dad98742))
* Add recursiveFetchLogicalFiles ([7d1975b](https://github.com/hpcc-systems/Visualization/commit/7d1975bc3fba425caac4f2a10ad5318651a30140)), closes [#4392](https://github.com/hpcc-systems/Visualization/issues/4392)


### Bug Fixes

* **comms:** default ProtectList to an empty array ([fd4ab00](https://github.com/hpcc-systems/Visualization/commit/fd4ab00fa09bad0db3628c593045d633d3d66f32))

## [2.101.3](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.2...comms-v2.101.3) (2025-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/comms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/comms",
"version": "2.101.3",
"version": "2.102.0",
"description": "hpcc-js - Communications",
"main": "dist/index.node.js",
"module": "dist/index.es6",
Expand Down
10 changes: 10 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.77.5](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.4...eclwatch-v2.77.5) (2025-07-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/codemirror bumped from ^2.65.1 to ^2.66.0
* @hpcc-js/comms bumped from ^2.101.3 to ^2.102.0

## [2.77.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.3...eclwatch-v2.77.4) (2025-06-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/eclwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "2.77.4",
"version": "2.77.5",
"description": "hpcc-js - ECL Watch",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -38,9 +38,9 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/codemirror": "^2.65.1",
"@hpcc-js/codemirror": "^2.66.0",
"@hpcc-js/common": "^2.73.1",
"@hpcc-js/comms": "^2.101.3",
"@hpcc-js/comms": "^2.102.0",
"@hpcc-js/dgrid": "^2.34.2",
"@hpcc-js/graph": "^2.87.1",
"@hpcc-js/layout": "^2.51.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.108.5](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.4...loader-v2.108.5) (2025-07-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/codemirror bumped from ^2.65.1 to ^2.66.0
* @hpcc-js/comms bumped from ^2.101.3 to ^2.102.0
* @hpcc-js/eclwatch bumped from ^2.77.4 to ^2.77.5
* @hpcc-js/marshaller bumped from ^2.28.4 to ^2.28.5

## [2.108.4](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.3...loader-v2.108.4) (2025-06-19)


Expand Down
10 changes: 5 additions & 5 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/loader",
"version": "2.108.4",
"version": "2.108.5",
"description": "hpcc-js - Loader",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -40,20 +40,20 @@
"dependencies": {
"@hpcc-js/api": "^2.14.1",
"@hpcc-js/chart": "^2.86.1",
"@hpcc-js/codemirror": "^2.65.1",
"@hpcc-js/codemirror": "^2.66.0",
"@hpcc-js/common": "^2.73.1",
"@hpcc-js/comms": "^2.101.3",
"@hpcc-js/comms": "^2.102.0",
"@hpcc-js/composite": "^2.9.3",
"@hpcc-js/dgrid": "^2.34.2",
"@hpcc-js/dgrid2": "^2.5.1",
"@hpcc-js/eclwatch": "^2.77.4",
"@hpcc-js/eclwatch": "^2.77.5",
"@hpcc-js/form": "^2.12.1",
"@hpcc-js/graph": "^2.87.1",
"@hpcc-js/html": "^2.44.1",
"@hpcc-js/layout": "^2.51.1",
"@hpcc-js/map": "^2.79.1",
"@hpcc-js/map-deck": "^2.9.1",
"@hpcc-js/marshaller": "^2.28.4",
"@hpcc-js/marshaller": "^2.28.5",
"@hpcc-js/observablehq-compiler": "^1.4.0",
"@hpcc-js/other": "^2.17.1",
"@hpcc-js/phosphor": "^2.20.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/marshaller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.28.5](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.28.4...marshaller-v2.28.5) (2025-07-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/codemirror bumped from ^2.65.1 to ^2.66.0
* @hpcc-js/comms bumped from ^2.101.3 to ^2.102.0

## [2.28.4](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.28.3...marshaller-v2.28.4) (2025-06-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/marshaller",
"version": "2.28.4",
"version": "2.28.5",
"description": "hpcc-js - Viz Marshaller",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"dependencies": {
"@hpcc-js/chart": "^2.86.1",
"@hpcc-js/codemirror": "^2.65.1",
"@hpcc-js/codemirror": "^2.66.0",
"@hpcc-js/common": "^2.73.1",
"@hpcc-js/comms": "^2.101.3",
"@hpcc-js/comms": "^2.102.0",
"@hpcc-js/composite": "^2.9.3",
"@hpcc-js/ddl-shim": "^2.22.0",
"@hpcc-js/dgrid": "^2.34.2",
Expand Down
Loading