From 5e41ba02bc1f0f0b79cd9543b34c4801a4ef207b Mon Sep 17 00:00:00 2001 From: Mike Wu <41275384+mwu2018@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:02:07 +1000 Subject: [PATCH] 2023 09 15 release (#6890) * Update doc for new release. * v8.3.4 * Fix wrong entry in changelog --------- Co-authored-by: Stephen Davies --- CHANGES.md | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b4791b21cc7..f98abf44a19 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,19 +1,22 @@ # Change Log -#### next release (8.3.4) +#### next release (8.3.5) + +- [The next improvement] + +#### 8.3.4 - 2023-09-15 - Add `timeWindowDuration`, `timeWindowUnit` and `isForwardTimeWindow` traits to esri-mapServer type to support time window query. - Move map credits to map column so it don't get hidden by chart panel - TSify `MapColumn` module and reorganize components directory structure. - Add null check to `WebMapServiceCatalogItem` `rectangle` calculation - and now we ascend tree of WMS `Layers` until we find a rectangle. -- [The next improvement] +- Fix multi level nesting in ArcGIS Mapserver. -#### next release (8.3.3) +#### 8.3.3 - 2023-09-07 - Fixed broken point dragging interaction for user drawing in 3D mode. - Fixed rectangle drawing in 2D mode. - Added EPSG:7855 to `Proj4Definitions`. -- Fix multi level nesting in ArcGIS Mapserver. #### 8.3.2 - 2023-08-11 diff --git a/package.json b/package.json index b17860b4702..f3883d32095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs", - "version": "8.3.3", + "version": "8.3.4", "description": "Geospatial data visualization platform.", "license": "Apache-2.0", "engines": {