Skip to content

Commit

Permalink
Merge pull request TerriaJS#5284 from TerriaJS/alpha-66
Browse files Browse the repository at this point in the history
Release alpha 66
  • Loading branch information
tephenavies authored Feb 26, 2021
2 parents 517460a + 5dc2f3f commit 9c63099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ Change Log

### MobX Development

#### next release (8.0.0-alpha.66)
#### next release (8.0.0-alpha.67)
* [The next improvement]

#### 8.0.0-alpha.66

- **Potentially Breaking changes**:
- **Breaking changes**:
- Changed merging behaviour of Trait legends (of type `LegendTraits`) in `CatalogMemberTraits`. This affects legends on all `CatalogMember` models. Legend objects in higher strata now replace values in lower strata that match by index, rather than merging properties with them.

* Add `MetadataUrlTraits` to `CatalogMemberTraits.metadataUrls`. It contains an array of metadata URLS (with optional `title` which will render a button)
Expand Down Expand Up @@ -53,7 +56,6 @@ Change Log
* Move `Description` `metadataUrls` above `infoSections`.
* Upgraded i18next and i18next-http-backend to fix incompatibility.
* Added support for dd/mm/yyyy, dd-mm-yyyy and mm-dd-yyyy date formats.
* [The next improvement]

#### 8.0.0-alpha.65
* Fixed SDMX-group nested categories
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.0.0-alpha.65",
"version": "8.0.0-alpha.66",
"description": "Geospatial data visualization platform.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 9c63099

Please sign in to comment.