Skip to content

Commit

Permalink
v1.0.0-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld committed Nov 16, 2024
1 parent 1218f48 commit 13cb335
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-days-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-frogs-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-camels-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-shrimps-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-waves-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-trees-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-oranges-bathe.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [#214](https://github.com/dimfeld/svelte-maplibre/pull/214) [`eadb5a4`](https://github.com/dimfeld/svelte-maplibre/commit/eadb5a4fa3ef301d503f6b7533b0483ec70c368d) Thanks [@dimfeld](https://github.com/dimfeld)! - Update to deck.gl v9

- [#214](https://github.com/dimfeld/svelte-maplibre/pull/214) [`0485a6a`](https://github.com/dimfeld/svelte-maplibre/commit/0485a6a56a7eb78dc8f2d838902236a022793755) Thanks [@dimfeld](https://github.com/dimfeld)! - Remove `map` attribute from events. It was already present as `target`

- [#214](https://github.com/dimfeld/svelte-maplibre/pull/214) [`0485a6a`](https://github.com/dimfeld/svelte-maplibre/commit/0485a6a56a7eb78dc8f2d838902236a022793755) Thanks [@dimfeld](https://github.com/dimfeld)! - Upgrade internal code to Svelte 5 runes

- [#214](https://github.com/dimfeld/svelte-maplibre/pull/214) [`0485a6a`](https://github.com/dimfeld/svelte-maplibre/commit/0485a6a56a7eb78dc8f2d838902236a022793755) Thanks [@dimfeld](https://github.com/dimfeld)! - Internal: Change context structure used to pass info down the component hierarchy

- [#214](https://github.com/dimfeld/svelte-maplibre/pull/214) [`0485a6a`](https://github.com/dimfeld/svelte-maplibre/commit/0485a6a56a7eb78dc8f2d838902236a022793755) Thanks [@dimfeld](https://github.com/dimfeld)! - Use `undefined` instead of `null` in many places. This improves ergonomics with Svelte component props.

### Minor Changes

- [#214](https://github.com/dimfeld/svelte-maplibre/pull/214) [`0485a6a`](https://github.com/dimfeld/svelte-maplibre/commit/0485a6a56a7eb78dc8f2d838902236a022793755) Thanks [@dimfeld](https://github.com/dimfeld)! - Add generics for Features on many components to permit better type safety

- [#214](https://github.com/dimfeld/svelte-maplibre/pull/214) [`0485a6a`](https://github.com/dimfeld/svelte-maplibre/commit/0485a6a56a7eb78dc8f2d838902236a022793755) Thanks [@dimfeld](https://github.com/dimfeld)! - Only add event handlers to the map when something is actually listening

## 0.9.14

### 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.9.14",
"version": "1.0.0-next.1",
"description": "Svelte bindings for MapLibre",
"author": {
"name": "Daniel Imfeld",
Expand Down

0 comments on commit 13cb335

Please sign in to comment.