File tree Expand file tree Collapse file tree 6 files changed +23
-4
lines changed
Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format
44is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55project 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
Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
44is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55project 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
913Added `files` specifier to `package.json` to ensure that all `dist` files are
Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff line change @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. The format
44is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55project 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
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments