Skip to content

Commit

Permalink
Merge pull request #7324 from TerriaJS/rel-879
Browse files Browse the repository at this point in the history
Release terriajs v8.7.9
  • Loading branch information
na9da authored Nov 22, 2024
2 parents ffc3e61 + 4b9d4f9 commit 91466b0
Show file tree
Hide file tree
Showing 3 changed files with 9 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.7.9)
#### next release (8.7.10)

- [The next improvement]

#### 8.7.9 - 2024-11-22

- Add "searchBarConfig.showSearchInCatalog" to configParameters so that the link in location search results can be disabled.
- Properly initialize react ref in functional components
- Add NominatimSearchProvider.
- Removed the basemaps - positron, darkmatter and black-marble - from the default settings. The Carto ones are no longer free and requires an [Enterprise or Grantee license](https://carto.com/basemaps). If you have the appropriate license you can add them via your [initialization file](https://docs.terria.io/guide/customizing/initialization-files/#basemaps). [Example configuration](https://gist.github.com/na9da/ef7871afee7cbe3d0a95e5b6351834c9).
- Restrict mobx version to '< 6.13.0' to avoid tsc errors because mobx now uses iterator helper types introduced in TypeScript 5.6.
- Remove unused ts-node dependency.
- [The next improvement]

#### 8.7.8 - 2024-11-01

Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ The following people have contributed to TerriaJS:
- [J. Garcia](https://github.com/ctwhome)
- [Yusuke Kiuchi](https://github.com/ykiu)
- [Tomoyuki Hisada](https://github.com/hisayan)
- [Peter A. Jonsson](https://github.com/pjonsson)
- [Giovanni Lughi](https://github.com/glughi)
- [Andrew Cleland](https://github.com/aclel)
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.7.8",
"version": "8.7.9",
"description": "Geospatial data visualization platform.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 91466b0

Please sign in to comment.