Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld committed Oct 23, 2023
1 parent 90cde79 commit 9abb5b4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-mugs-attend.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/short-balloons-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-buses-learn.md

This file was deleted.

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

## 0.6.0

### Major Changes

- [#94](https://github.com/dimfeld/svelte-maplibre/pull/94) [`90cde79`](https://github.com/dimfeld/svelte-maplibre/commit/90cde791dd6222086197edfc6a872177bf6c1920) Thanks [@dimfeld](https://github.com/dimfeld)!

Allow setting layers to be non-interactive. Layers with `interactive={false}` will not emit mouse events, and will not
participate in hit testing when comparing to other layers with `eventsIfTopMost`.

This is useful, for example, when placing a SymbolLayer on top of a
CircleLayer. See the updated "Clusters and Popups" example; previous the popup would disappear when the mouse was over
the labels, but not it does not.

This is a breaking change:

- The `interactive` prop for `Marker` and `MarkerLayer` has been renamed to `asButton`, to make room for the new
`interactive` prop.
- DeckGlLayer still continues to allow the `pickable` prop, but `interactive` should be used instead for consistency.
The behavior here is unchanged though.

### Minor Changes

- [#91](https://github.com/dimfeld/svelte-maplibre/pull/91) [`52a7f4b`](https://github.com/dimfeld/svelte-maplibre/commit/52a7f4b5e0dd11d33da8e824cfeb5d5871cc9865) Thanks [@dimfeld](https://github.com/dimfeld)! - Export source helpers for use by other Source components

### Patch Changes

- [#93](https://github.com/dimfeld/svelte-maplibre/pull/93) [`4357161`](https://github.com/dimfeld/svelte-maplibre/commit/4357161e9c207c114e00226d9c36f5d975c72ad5) Thanks [@dimfeld](https://github.com/dimfeld)! - Fix exception when clicking a deck.gl layer with a Popup

## 0.5.3

### Minor 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.5.3",
"version": "0.6.0",
"description": "Svelte bindings for MapLibre",
"author": {
"name": "Daniel Imfeld",
Expand Down

1 comment on commit 9abb5b4

@vercel
Copy link

@vercel vercel bot commented on 9abb5b4 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.