- 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