Skip to content

Commit

Permalink
Bump version to 8.7.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Nov 21, 2024
1 parent 01303bb commit 7e88ed2
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,13 +1,16 @@
# 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.
- [The next improvement]

#### 8.7.8 - 2024-11-01

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.7.8",
"version": "8.7.9",
"description": "Geospatial data visualization platform.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 7e88ed2

Please sign in to comment.