279 Commits

Author SHA1 Message Date
ee38653f72 fix custom textfield 2023-12-15 11:50:31 -05:00
Taha İPEK
a1b6e8d011 Merge pull request #76 from felixranesberger/patch-1
Document how to center a marker on map
2023-07-06 16:41:57 +03:00
Felix Ranesberger
e3b743a2ef Update README.md 2023-07-06 14:29:47 +02:00
Felix Ranesberger
a540d4668b Add additional documentation to readme
I searched for a long time, to find out, how to center the markers on the map, without providing a map center location and a zoom. After finding out how it worked, I figured to extend the readme, so other users could find the information quicker.
2023-07-06 14:25:14 +02:00
Nathan A. Paludo
68e1a3cd9b Merge pull request #75 from Offlein/main
Fix typos in Clustering Algorithm example
2023-05-25 09:14:13 -03:00
Craig Leinoff
aad3690f31 Fix typos in Clustering Algorithm example 2023-05-24 15:25:38 -07:00
NathanAP
c9db7a26d6 Updated version to 0.3.1 2023-03-14 09:24:52 -03:00
Nathan A. Paludo
9478a26899 Merge pull request #61 from Takachi67/patch-1
Add paths_changed events
2023-03-14 09:24:03 -03:00
Takachi67
8ffab2d63a Add paths_changed events
Add the paths_changed event to emits in polygon.js
2023-03-12 21:32:59 +01:00
NathanAP
1fd921d2c1 Updated version to 0.3.0. Updated packages as well. 2023-03-09 11:21:56 -03:00
Nathan A. Paludo
3bb152896d Merge pull request #58 from NathanAP/adding-min-zoom-to-maps-component
Adding min zoom to maps component
2023-03-09 09:24:20 -03:00
Andrew Slack
de252682bb Reverting old change 2023-03-08 19:11:52 +01:00
Andrew Slack
374ffb30c5 - Adding min-zoom to the map object (we already have max-zoom)
- Adding the details to the readme file
2023-03-08 17:29:31 +01:00
NathanAP
d048a599bf Updated version to 0.2.3 2023-02-24 09:17:33 -03:00
Nathan A. Paludo
4d666b34ad Merge pull request #54 from oliverkirsch/circle-rectangle-emits
Add "emits" to circle and rectangle and register listener to actively…
2023-02-24 09:04:58 -03:00
Nathan A. Paludo
f1fcf4ba1b Merge pull request #52 from oliverkirsch/main
Attempt to fix closeclick issue in InfoWindow
2023-02-24 09:04:05 -03:00
Nathan A. Paludo
1f44e8fdb0 Merge pull request #48 from NathanAP/dependabot/npm_and_yarn/docs/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs
2023-02-24 09:00:31 -03:00
Oliver Kirsch
43a5f2bf8f Add "emits" to circle and rectangle and register listener to actively propagate events
As for vue3, a component can (should?) have an "emits" option containing all its emits.
For some components this was implemented, but for rectangle and circle it was missing.

Further re-used the addListener code from other components to register listeners to
the google maps api events and propagate them to the partent component of a circle/rectangle.
2023-02-20 17:07:05 +01:00
Oliver Kirsch
0ea377c29a Attempt to fix closeclick issue in InfoWindow
- propagate google maps InfoWindow's closeclick event to the parent component
  however, re-open the InfoWindow to ensure, its state is set solely by
  the opened prop of the InfoWindow component
- do not emit closeclick in the _openInfoWindow() method triggered by
  the watcher on the opened prop. closeclick should only be triggered,
  when the user atually clicked close
2023-02-15 08:36:36 +01:00
dependabot[bot]
27f14c209a Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 18:05:23 +00:00
NathanAP
eb70f3ccd4 Updated version. 2023-01-13 09:04:16 -03:00
NathanAP
e15391ab66 Fixed small bug in Polyline. 2023-01-13 09:03:51 -03:00
NathanAP
5b2a4543bd Updated version. 2023-01-13 08:48:33 -03:00
Nathan A. Paludo
a0cd2e8d94 Merge pull request #41 from NathanAP/dependabot/npm_and_yarn/json5-1.0.2
Bump json5 from 1.0.1 to 1.0.2
2023-01-12 14:07:19 -03:00
Nathan A. Paludo
a0b0f5e4f6 Merge pull request #44 from halservice/main
added emits to polyline and polygon objects
2023-01-11 08:49:11 -03:00
Marco Curatitoli
91abf87f45 added emits 2023-01-10 12:22:33 +01:00
Marco Curatitoli
cdb286a906 added emits 2023-01-10 12:21:28 +01:00
dependabot[bot]
639f8116c8 Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 21:03:19 +00:00
NathanAP
ff7f6d20b5 Changed version to 0.2.0 2023-01-04 18:02:24 -03:00
Nathan A. Paludo
26655788ee Merge pull request #40 from johnwesely/add-support-for-maxZoom
add support for maxZoom
2023-01-04 09:22:13 -03:00
John Wesely
d16068516a add support for maxZoom 2023-01-03 12:58:17 -07:00
NathanAP
540750c608 Fixed a detail in readme. 2022-12-21 11:33:26 -03:00
NathanAP
f2b154ba96 Fixed package.json 2022-12-21 10:18:58 -03:00
NathanAP
37d26004ea Merge branch 'main' of https://github.com/NathanAP/vue-google-maps-community-fork into update-on-version-and-readme 2022-12-21 10:00:06 -03:00
NathanAP
134955f539 Updated docs version. 2022-12-21 09:35:02 -03:00
NathanAP
4c6c5ed3ca Updated readme and package.json version. 2022-12-21 09:34:42 -03:00
Nathan A. Paludo
61ba7eb2d5 Merge pull request #27 from NathanAP/dependabot/npm_and_yarn/docs/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs
2022-12-20 09:39:35 -03:00
NathanAP
462679a77e Added a center instead of required on Map component. 2022-12-20 09:29:42 -03:00
Nathan A. Paludo
91b69345b3 Merge pull request #34 from NathanAP/fix-stackblitz-references
Changed all stackblitz for playcode examples.
2022-12-20 09:16:55 -03:00
Nathan A. Paludo
581ffe2466 Merge pull request #32 from websitevirtuoso/chore/update-deps
Chore/update deps
2022-12-20 09:16:00 -03:00
NathanAP
7f400c6f3d Changed all stackblitz for playcode examples. 2022-12-20 09:11:56 -03:00
Viktor Denisov
e62a64012b Add todo to explain problem for local development/debugging 2022-12-16 11:52:09 -08:00
Viktor Denisov
fea4284390 Fix few more eslint notices 2022-12-16 11:46:51 -08:00
Viktor Denisov
4c5ceb67ad Remove legacy option 2022-12-16 11:24:11 -08:00
Viktor Denisov
689df078db Remove duplicated option 2022-12-16 11:22:41 -08:00
Viktor Denisov
6fa827823c Add missing deps, fix errors from eslint 2022-12-16 11:14:19 -08:00
dependabot[bot]
b85561f581 Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 16:15:00 +00:00
Nathan A. Paludo
2cba776dc8 Merge pull request #21 from NathanAP/small-version-correction
npm publish fix
2022-11-18 16:16:18 -03:00
NathanAP
be4da663e1 Fixed version to 0.1.6 2022-11-18 16:06:41 -03:00
Nathan A. Paludo
d8a58bcd70 Merge pull request #20 from NathanAP/docs-update-for-0.1.5
Documentation for 0.1.5
2022-11-17 19:25:07 -03:00