Releases: TerriaJS/TerriaMap
Releases · TerriaJS/TerriaMap
v0.3.0
- Breaking changes:
- Updated TerriaJS to
8.8.0
- Upgrades Webpack to version 5
- Upgraded sass to version 1.80+
- Full list of TerriaJS changes
- Converted files from CJS to ESM style
- This includes
entry.js
,index.js
- if you have changed these files it is likely that you will get a merge conflict when upgrading. Please reach out to us if you need help. - Replaced webpack aliases
~terriajs-variables
and~terriajs-mixins
in css imports with relative paths. This simplifies the webpack configuration.
- This includes
- Updated TerriaJS to
v0.2.3
What's Changed
- Updated TerriaJS to
8.7.10
- Added OpenStreetMap as default map (replacing Carto maps - positron and darkmatter)
Full Changelog: v0.2.1...v0.2.3
v0.2.1
v0.2.0
v0.2.0-alpha.4
Try putting annotations on index as well as manifest
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