Releases: TerriaJS/TerriaMap
Releases · TerriaJS/TerriaMap
v0.2.0-alpha.3
Test annotations again
v0.2.0-alpha.2
Try using annotations instead of labels
v0.2.0-alpha.1
Use env var for metadata json
v0.2.0-alpha.0
What's Changed
- Copy create-docker-context-for-node-component script from magda docker-utils for ci.terria.io builds by @steve9164 in #679
- Switch production releases to use create-docker-context.js for smaller and faster releases.
Full Changelog: v0.1.2...v0.2.0-alpha.0
v0.1.2
What's Changed
- Drop openssl-legacy-provider parameter by @pjonsson in #664
- Use new React jsx transform and remove jsx-control-statements by @steve9164 in #662
- De-duplicate code in gulpfile and fixup helm files by @steve9164 in #666
- Update to underscore 1.12.1 by @pjonsson in #670
- Update to ejs 3.1.10 by @pjonsson in #668
- Remove stale webpack config that injects superGet. by @na9da in #673
- Upgrade terriajs and remove old script by @steve9164 in #671
Full Changelog: v0.1.1...v0.1.2
Upgrade to terriajs 8.7.1 - see CHANGES.md
v0.1.1
- Updated TerriaJS to
8.5.0- Breaking changes:
- Upgraded Cesium to version
6.2.0 - Upgraded Typescript to version
5.2.x
- Upgraded Cesium to version
- For full list of changes, see terriajs/CHANGES.md
- Breaking changes:
- Replaced
node-sasswithsass. (both packages expose the same JavaScript API, so no changes should be required) - Increase NodeJS minimum version to 16
~v0.1.0~ failed release
Replaced by v0.1.1 - as this release GH workflow failed
v0.0.9
- Updated TerriaJS to 8.3.9.
- Breaking changes
- Moved to new Search Provider model. Search Providers are now configured in config.json searchProviders. For example configuration see https://docs.terria.io/guide/customizing/search-providers/
v0.0.8
- Updated TerriaJS to
8.3.2.- Now supports Google Analytics 4 properties.
- Upgraded babel packages
- See the full list of changes.
v0.0.7
-
Update TerriaJS to
8.3.0-
Breaking changes:
- Upgraded Mobx to version 6.7.x
- Upgraded Typescript to version 4.9.x
-
-
Make
version.jsmore detailed. It now uses format${date}-${TerriaMap version}-${TerriaJS version}-${TerriaMap commit hash} -
Also write out new
wwwroot/version.jsonfile - for example{"date":"2022-11-11","terriajs":"8.2.21","terriamap":"0.0.6","terriamapCommitHash":"2d4d8d7d","hasLocalModifications":true}