Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld committed Feb 15, 2024
1 parent 802474a commit 88799a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/hungry-pumas-tan.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte-maplibre

## 0.8.0

### Major Changes

- [#128](https://github.com/dimfeld/svelte-maplibre/pull/128) [`802474a`](https://github.com/dimfeld/svelte-maplibre/commit/802474ad25d5e719e0f3150b2075d8eba56c9d6f) Thanks [@dimfeld](https://github.com/dimfeld)! - Support maplibre v4

All the breaking changes in the MaplibreGL JS v4 release apply here. Some specific API changes to this package:

- Upgrade maplibregl-js to ^4.0.0
- Upgrade pmtiles to ^3.0.3
- `cooperativeGestures` prop is now just a boolean to match maplibre v4.
- Add `locale` property to MapLibre component.
- Add `opacity` property for Markers

## 0.7.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-maplibre",
"version": "0.7.7",
"version": "0.8.0",
"description": "Svelte bindings for MapLibre",
"author": {
"name": "Daniel Imfeld",
Expand Down

0 comments on commit 88799a3

Please sign in to comment.