Skip to content

Commit 5e2fd2b

Browse files
committed
Bump version to 0.4.0.
1 parent ab856ee commit 5e2fd2b

2 files changed

Lines changed: 14 additions & 1 deletion

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.4.0
4+
5+
**2025-04-04**
6+
7+
- **Breaking changes:**
8+
- Update TerriaJS to `8.9.2`
9+
- New features
10+
- This release has a new look UI with changes to workbench and other panels
11+
- Tiling support for ArcGIS feature service. This is enabled by default if the server supports tiling and unsupported marker/point styles aren't used - [PR 7370](https://github.com/TerriaJS/terriajs/pull/7370)
12+
- Bug fixes
13+
- Fixes a regression bug in GeoJSON rendering that caused some features to be not rendered - [PR 7144](https://github.com/TerriaJS/terriajs/pull/7144)
14+
- [Full list of TerriaJS changes](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#892---2025-03-31)
15+
316
#### 0.3.0
417

518
**2025-02-18**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"name": "terriajs-map",
15-
"version": "0.3.0",
15+
"version": "0.4.0",
1616
"description": "Geospatial catalog explorer based on TerriaJS.",
1717
"license": "Apache-2.0",
1818
"engines": {

0 commit comments

Comments
 (0)