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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@

All notable changes to this project will be documented in this file.

## [4.20.3] - 10.02.2026

### Changes in pom.xml

- Update `mapapps.version` property to `4.20.3`
- Update `ct.jsregistry.version` property to `2.1.10`
- (Optional): the placeholder `apprt.version` is used in place of `mapapps.version` for all dependencies which transport map.apps javascript resources.

### Changes in package.json

- In the devDependencies section, change `@conterra/ct-mapapps-typings` to `4.20.3`

## [4.20.2] - 28.11.2025

### Changes in pom.xml

- Update `mapapps.version` property to `4.20.2`

## [4.20.1] - never released
Expand All @@ -23,11 +36,13 @@ Version number accidentally reserved in npm registry.
- The `gulpfile.js` was updated to load environment variables from a `.env` file if present.

### Changes in pom.xml

- Update `mapapps.version` property to `4.20.0`
- Update `ct.jsregistry.version` property to `2.1.9`
- Update `frontend-maven-plugin` plugin version to `1.15.4`

### Changes in package.json

- In the dependencies section, change `"arcgis-js-api": "4.31.6"` to `"@arcgis/core": "4.33.14"`
- In the devDependencies section, change `@conterra/ct-mapapps-typings` to `4.20.0`
- In the devDependencies section, change `ct-mapapps-gulp-js` to `0.10.15`
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,21 @@ For details about end-to-end testing refer to the [Developer's Guide](https://do

## Updating from older versions

### from 4.20.2 to 4.20.3

See [Changelog](./CHANGELOG.md#4203---10022026)

### from 4.20.0 to 4.20.2

See [Changelog](./CHANGELOG.md#4202---28112025)

### from 4.19.3 to 4.20.0

See [Changelog](./CHANGELOG.md#4200---TBD)
See [Changelog](./CHANGELOG.md#4200---19112025)

### from 4.19.2 to 4.19.3

See [Changelog](./CHANGELOG.md#4193---TBD)
See [Changelog](./CHANGELOG.md#4193---11072025)

### from 4.19.1 to 4.19.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "2.7.16"
},
"devDependencies": {
"@conterra/ct-mapapps-typings": "4.20.0",
"@conterra/ct-mapapps-typings": "4.20.3",
"@conterra/mapapps-mocha-runner": "1.1.1",
"@conterra/reactivity-core": "0.8.0",
"@playwright/test": "^1.52.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>de.conterra.mapapps</groupId>
<artifactId>ct-mapapps-js-bom</artifactId>
<version>${mapapps.version}</version>
<version>${apprt.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>de.conterra.mapapps</groupId>
<artifactId>ct-mapapps-js-bom-dev-test</artifactId>
<version>${mapapps.version}</version>
<version>${apprt.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -341,12 +341,12 @@
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>


<mapapps.version>4.20.2</mapapps.version>
<mapapps.version>4.20.3</mapapps.version>
<!-- JS lib versions -->
<apprt.version>${mapapps.version}</apprt.version>

<!-- java lib versions -->
<ct.jsregistry.version>2.1.9</ct.jsregistry.version>
<ct.jsregistry.version>2.1.10</ct.jsregistry.version>

<!-- the default app, replaced in the *.html files to switch app names-->
<default.app.name>Demo</default.app.name>
Expand Down Expand Up @@ -386,7 +386,7 @@
<dependency>
<groupId>de.conterra.mapapps</groupId>
<artifactId>ct-mapapps-js-bom-dev</artifactId>
<version>${mapapps.version}</version>
<version>${apprt.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -573,7 +573,7 @@
<dependency>
<groupId>de.conterra.mapapps</groupId>
<artifactId>ct-mapapps-js-bom-prod</artifactId>
<version>${mapapps.version}</version>
<version>${apprt.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down