Skip to content

Commit 39b1021

Browse files
committed
Updated changelogs
1 parent 6e93706 commit 39b1021

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

packages/map-interface/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format
44
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.3] - 2025-02-23
8+
9+
- Allow map interface to be rendered without a context panel
10+
- Create a story for streamlining style reloading with 3D terrain
11+
- Move all terrain management to `@macrostrat/mapbox-react`
12+
- New approach to setting up map styles that reduces the chance of full
13+
re-renders of terrain layers. This enables smoother transitions between
14+
minimally varying map styles.
15+
716
## [1.2.2] - 2025-02-16
817

918
- Improve styles for map sidebar and expansion panels

packages/map-interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/map-interface",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Map interface for Macrostrat",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/map-styles/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
44
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.2] - 2025-02-23
8+
9+
- Small update to types
10+
711
## [1.1.1] - 2025-02-15
812

913
Added `files` specifier to `package.json` to ensure that all `dist` files are

packages/map-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/map-styles",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Utilities for working with Mapbox map styles",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/mapbox-react/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. The format
44
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.5.1] - 2025-02-23
8+
9+
- Create new functions for managing terrain layers
10+
- Incorporate all terrain management from `@macrostrat/map-interface`
11+
712
## [2.5.0] - 2025-02-14
813

9-
- Add line and point symbol layers (originally from `@macrostrat/mapbox-styles`) package
14+
- Add line and point symbol layers (originally from `@macrostrat/mapbox-styles`)
15+
package
1016
- Streamline types
1117

1218
## [2.4.0] - 2024-11-16

packages/mapbox-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/mapbox-react",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Components to support using Mapbox maps in React",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)