Skip to content

Commit

Permalink
Merge branch 'release/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Apr 17, 2023
2 parents 1763cba + 43a0842 commit 00a654a
Show file tree
Hide file tree
Showing 7 changed files with 1,420 additions and 662 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [v2.1.1](https://github.com/studiometa/vue-mapbox-gl/compare/2.1.0...2.1.1) (2023-04-17)

### Changed

- Add search to the docs (1c92956)

## [v2.1.0](https://github.com/studiometa/vue-mapbox-gl/compare/2.0.4...2.1.0) (2023-04-08)

### Added

- **MapboxCluster:** add support for preventing the default behavior when clicking on a cluster ([#88](https://github.com/studiometa/vue-mapbox-gl/pull/88), fix [#87](https://github.com/studiometa/vue-mapbox-gl/issues/87), [@asanmiguel-nodrizatech](https://github.com/asanmiguel-nodrizatech))
- **MapboxGeolocateControl:** add support for the `trackUserLocation` option ([#93](https://github.com/studiometa/vue-mapbox-gl/pull/93), [@kayrunm](https://github.com/kayrunm))

### Fixed

- **MapboxGeocoder:** fix a JavaScript error when used outside of a map ([#98](https://github.com/studiometa/vue-mapbox-gl/pull/98), fix [#91](https://github.com/studiometa/vue-mapbox-gl/issues/91))

### Changed

- Update NPM dependencies ([#89](https://github.com/studiometa/vue-mapbox-gl/pull/89), [#92](https://github.com/studiometa/vue-mapbox-gl/pull/92), [#86](https://github.com/studiometa/vue-mapbox-gl/pull/86), [#80](https://github.com/studiometa/vue-mapbox-gl/pull/80), [#99](https://github.com/studiometa/vue-mapbox-gl/pull/99))
- Update docs with center as ref ([#95](https://github.com/studiometa/vue-mapbox-gl/pull/95), [@michaelklopf](https://github.com/michaelklopf))

## [v2.0.4](https://github.com/studiometa/vue-mapbox-gl/compare/2.0.3...2.0.4) (2023-01-11)

### Fixed
Expand Down
2,043 changes: 1,388 additions & 655 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@studiometa/vue-mapbox-gl-workspace",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/vue-mapbox-gl-demo",
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build"
Expand Down
3 changes: 3 additions & 0 deletions packages/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export default defineConfig({
message: 'Released under the GPL 3.0 License.',
copyright: 'Copyright © 2019-present Studio Meta',
},
search: {
provider: 'local',
},
editLink: {
pattern: 'https://github.com/studiometa/vue-mapbox-gl/edit/master/packages/docs/:path',
text: 'Edit this page on GitHub',
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@studiometa/vue-mapbox-gl-docs",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"dev": "vitepress",
"build": "vitepress build"
},
"devDependencies": {
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"vitepress": "^1.0.0-alpha.35"
"sass": "^1.62.0",
"tailwindcss": "^3.3.1",
"vitepress": "^1.0.0-alpha.71"
}
}
2 changes: 1 addition & 1 deletion packages/vue-mapbox-gl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/vue-mapbox-gl",
"version": "2.1.0",
"version": "2.1.1",
"description": "A small components library to use Mapbox GL in Vue 3.",
"homepage": "https://github.com/studiometa/vue-mapbox-gl#readme",
"bugs": {
Expand Down

0 comments on commit 00a654a

Please sign in to comment.