Skip to content

Commit 4f9bcc8

Browse files
committed
Bump version to 0.3.0.
1 parent 18b28f7 commit 4f9bcc8

3 files changed

Lines changed: 213 additions & 1080 deletions

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
#### 0.3.0
4+
5+
**2025-02-18**
6+
7+
- **Breaking changes:**
8+
- Updated TerriaJS to `8.8.0`
9+
- Upgrades Webpack to version 5
10+
- Upgraded sass to version 1.80+
11+
- [Full list of TerriaJS changes](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#880---2025-02-18)
12+
- Converted files from CJS to ESM style
13+
- 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](https://github.com/terriajs/terriajs/discussions) if you need help.
14+
- Replaced webpack aliases `~terriajs-variables` and `~terriajs` in css imports with relative paths. This simplifies the webpack configuration.
15+
316
#### 0.2.4
417

518
**2024-12-19**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"name": "terriajs-map",
15-
"version": "0.2.4",
15+
"version": "0.3.0",
1616
"description": "Geospatial catalog explorer based on TerriaJS.",
1717
"license": "Apache-2.0",
1818
"engines": {
@@ -76,7 +76,7 @@
7676
"semver": "^5.0.0",
7777
"style-loader": "^4.0.0",
7878
"svg-sprite-loader": "^6.0.11",
79-
"terriajs": "8.7.11",
79+
"terriajs": "8.8.0",
8080
"terriajs-cesium": "8.0.2",
8181
"terriajs-plugin-api": "0.0.1-alpha.16",
8282
"terriajs-plugin-sample": "0.0.1-alpha.7",

0 commit comments

Comments
 (0)