Skip to content

Commit

Permalink
2023 09 15 release (#6890)
Browse files Browse the repository at this point in the history
* Update doc for new release.

* v8.3.4

* Fix wrong entry in changelog

---------

Co-authored-by: Stephen Davies <[email protected]>
  • Loading branch information
mwu2018 and steve9164 authored Sep 15, 2023
1 parent 6ad975c commit 5e41ba0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

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

0 comments on commit 5e41ba0

Please sign in to comment.