Skip to content

Commit

Permalink
Version Packages (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 6, 2024
1 parent 8ec1f8c commit 1aa1cd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/good-rockets-film.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @watergis/maplibre-gl-terradraw

## 0.0.5

### Patch Changes

- 8ec1f8c: feat: added `open` option in the control constructor. Default is false. If true is set to `open` option, editor controller will be expaned as default.

To expand control as default, create control instance like below.

```js
const drawControl = new MaplibreTerradrawControl({ open: true });
```

## 0.0.4

### 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": "@watergis/maplibre-gl-terradraw",
"version": "0.0.4",
"version": "0.0.5",
"description": "This plugin is to add controls to your Maplibre for drawing powered by Terra Draw library.",
"type": "module",
"main": "dist/maplibre-gl-terradraw.umd.js",
Expand Down

0 comments on commit 1aa1cd9

Please sign in to comment.