Skip to content

Commit

Permalink
Update for v3.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjs committed Mar 24, 2022
1 parent 17afc1a commit 92438b4
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@ GeoMoose 3.x

GeoMoose 3 separates the data used in our examples from the application code. For a first time install, both a demo dataset and an application is needed. For more information read the `Quickstart Guides <https://docs.geomoose.org/3.x/quickstarts/index.html>`_.

GeoMoose 3.8.0
GeoMoose 3.9.0
^^^^^^^^^^^^^^

**MS4W**

* `GeoMoose 3.8.0 for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.8.0-ms4w.zip>`_
* `GeoMoose 3.8.0+ Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0-ms4w.zip>`_
* `GeoMoose 3.9.0 for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.9.0-ms4w.zip>`_
* `GeoMoose 3.9.0+ Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.9.0-ms4w.zip>`_

**Linux**

* `GeoMoose 3.8.0 for Linux <https://www.geomoose.org/downloads/gm3-examples-3.8.0.zip>`_
* `GeoMoose 3.8.0+ Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0.zip>`_
* `GeoMoose 3.9.0 for Linux <https://www.geomoose.org/downloads/gm3-examples-3.9.0.zip>`_
* `GeoMoose 3.9.0+ Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.9.0.zip>`_

**NPM**

* `GeoMoose 3.8.0 NPM package <https://www.geomoose.org/downloads/gm3-npm-3.8.0.tgz>`_
* `GeoMoose 3.9.0 NPM package <https://www.geomoose.org/downloads/gm3-npm-3.9.0.tgz>`_
* or `npm install @geomoose/gm3`

Nightly Development Builds
^^^^^^^^^^^^^^^^^^^^^^^^^^
* `GeoMoose 3.8.1-beta for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.8.1-beta-ms4w.zip>`_
* `GeoMoose 3.8.1-beta Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0-1-gc29e41a-ms4w.zip>`_
* `GeoMoose 3.9.1-beta for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.9.1-beta-ms4w.zip>`_
* `GeoMoose 3.9.0 Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.9.0-ms4w.zip>`_

* `GeoMoose 3.8.1-beta for Linux <https://www.geomoose.org/downloads/gm3-examples-3.8.1-beta.zip>`_
* `GeoMoose 3.8.1-beta Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0-1-gc29e41a.zip>`_
* `GeoMoose 3.9.1-beta for Linux <https://www.geomoose.org/downloads/gm3-examples-3.9.1-beta.zip>`_
* `GeoMoose 3.9.0 Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.9.0.zip>`_

* `GeoMoose 3.8.1-beta NPM package <https://www.geomoose.org/downloads/gm3-npm-3.8.1-beta.tgz>`_
* `GeoMoose 3.9.1-beta NPM package <https://www.geomoose.org/downloads/gm3-npm-3.9.1-beta.tgz>`_


GeoMoose 2.X
Expand Down
5 changes: 5 additions & 0 deletions source/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
GeoMoose News
=============

3/24/2022 - GeoMoose 3.9.0 Released
-----------------------------------

Lots of bugfixes, some new features. See :ref:`3.9.0_Release` for details.

8/30/2021 - GeoMoose 3.8.0 Released
-----------------------------------

Expand Down
23 changes: 23 additions & 0 deletions source/releases/3.9.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _3.9.0_Release:

GeoMoose 3.9.0 Release Notes
============================

* Update dependencies and build system
* Node 16 (#691)
* Webpack 5 (#718)
* Updates from npm audit (#716)
* Select/Query/Services Updates
* Fix highlight bug when multiple layers are on (#692)
* Fix issue with undefined values in the grid (#701)
* Fix broken buffer all (#702)
* Fix crash when querying zero layers (#709)
* Add bufferMaxFeatures to avoid crashes when users try to buffer too many features (#715, #720)
* Add placeholder and helperText options to input fields in services (#722)
* Printing
* Fix scalebar with print layouts in units other than inches (#678)
* Fix legend visibility issues (#708)
* Other
* Update translations (#693)
* Fix favorites list (#700)

0 comments on commit 92438b4

Please sign in to comment.