Skip to content

Commit

Permalink
Merge pull request #7088 from TerriaJS/release-8-7-0
Browse files Browse the repository at this point in the history
Release TerriaJS 8.7.0
  • Loading branch information
nf-s authored Mar 22, 2024
2 parents cd562de + 0ea673f commit f3f438e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Change Log

#### next release (8.6.2)
#### next release (8.7.1)

- [The next improvement]

#### 8.7.0 - 2024-03-22

- **Breaking changes:**
- `generateCatalogIndex` now uses `commander` to parse arguments. Run `node ./build/generateCatalogIndex.js --help` for more information.
- Fixed exception thrown from `objectArrayTrait` when a model has 0 strata and a `MergeStrategy` of `topStratum`.
- Fix `generateCatalogIndex` after `searchProvider` changes
- Fix bug with relative URLs being ignored in `generateCatalogIndex`
- Fix bug with ArcGisMapServerImageryProvider not correctly identifying if the `tile` endpoint can be used
- [The next improvement]

#### 8.6.1 - 2024-03-14

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terriajs",
"version": "8.6.1",
"version": "8.7.0",
"description": "Geospatial data visualization platform.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit f3f438e

Please sign in to comment.