Skip to main content

Changelog

3.5.2 (2022-03-12)

Bug Fixes

  • gmap-vue: fix mapped props and kml-layer component (2cc7157)
  • gmap-vue: move from webpack to rollup and make differente builds (dbafc84), closes #231

3.5.1 (2022-03-03)

Bug Fixes

  • gmap-vue: add mapped props to cluster-icon component (f008a35)

3.5.0 (2022-03-03)

Features

  • gmap-vue: add render, on-cluster-click and options props to cluster component (8552070)

3.4.5 (2022-03-03)

Bug Fixes

  • gmap-vue: add missing options on marker-clusterer constructor (7b4d573), closes #255

3.4.4 (2022-03-02)

Bug Fixes

  • gmap-vue: set default vallue of contentn prop to undefined (bee86ad), closes #254

3.4.3 (2022-02-21)

Bug Fixes

  • gmap-vue: add prop content to info-window component (29dface)

3.4.2 (2022-02-19)

Bug Fixes

  • gmap-vue: add missing props to all shapes for drawing over the map (c39c500), closes #138

3.4.1 (2022-02-18)

Bug Fixes

  • gmap-vue: change repaint method by render (4d7b7c9), closes #247
  • gmap-vue: clear interval when callback was successfully called (302c6e1)

3.4.0 (2022-02-16)

Features

  • gmap-vue: update kml-layer adding all options as props (d8cb91f), closes #148

3.3.0 (2022-02-16)

Features

  • gmap-vue: add dynamic loading for google maps api (7825dba), closes #239

3.2.0 (2022-02-15)

Features

  • gmap-vue: auto detect when google maps api is loaded (93a9ecc)

3.1.0 (2022-02-15)

Features

  • gmap-vue: emit update:position event on markers (6a34bb7), closes #14

3.0.0 (2022-02-13)

Features

  • gmap-vue: add custom callback option to config (b8409e3), closes #143

BREAKING CHANGES

  • gmap-vue: reuse existing google maps api and rename functions

2.0.4 (2022-02-11)

Bug Fixes

  • gmap-vue: fix fields error on autocomplete component (a6b8712), closes #118

2.0.3 (2022-02-09)

Bug Fixes

  • gmap-vue: fix error loading cluster (a2cb9ba), closes #234

2.0.2 (2021-11-27)

Bug Fixes

  • docs: fix documentation issues with webpack config and build (1dfed13)
  • docs: fix vuepress alert on main readme (ad57f64)

Change Log

2.0.1 (2021-11-27)

Bug Fixes

  • docs: update documentation with the last changes (1caf43f)
  • gmap-vue: fix build errors on the plugin (dc70306), closes #226
  • gmap-vue: remove semantic-release-monorepo (854ebd2)

2.0.0 (2021-11-24) [DEPRECATED]

Bug Fixes

  • all: split build process in two steps and remove lerna (6d7f779)

  • all: update vuejs version to the latest one (e22b276)

  • docs: add exact webpack 4 to docs to avoid vuepress build errors (797d92e)

  • docs: add webpack 4 to documentation to solve vuepress build errors (0ade630)

  • docs: wip on documentation and gmap vue (eb777dc)

  • documentation: add to way events for circle component (774f287)

  • documentation: change guide menu order (6e2bbfb)

  • documentation: fix documentation for autocomplete and circle (a289c12)

  • documentation: remove unused file (d15ebd8)

  • documentation: update documentation for GmapCircle component (405abd6)

  • documentation: update documentation of GmapCluster (b06464c)

  • documentation: upgrade snyk from 1.370.1 to 1.372.0 (#85) (916cb2b)

  • documentation: upgrade vuepress from 1.5.4 to 1.6.0 (#108) (dac60ad)

  • gmap-vue: add core-js and regenerator-runtime to use new features (fd59848)

  • gmap-vue: add description for props (63e18f4)

  • gmap-vue: fix linter errors (640000a)

  • gmap-vue: fix linter errors on test and examples folder (4479404)

  • gmap-vue: fix ref conflict on autocomplete component (#101) (0471e32)

  • gmap-vue: fix some code styles and linter rules (03540f7)

  • gmap-vue: fix tests and styles (b06aa81)

  • gmap-vue: remove independen helper function files (c08cbb8)

  • gmap-vue: remove unnecesary async/await (1fba907)

  • gmap-vue: remove unnecesary style block (3b2b87a)

  • gmap-vue: replace deprecated uglyfy plugin for terser plugin (ac74777)

  • gmap-vue: update link to source code (f4c3dce)

  • gmap-vue: update mappedProps name (f439eab)

  • gmap-vue: use async instead promise (af5da48)

  • packages/documentation/package.json & packages/documentation/package-lock.json to reduce vulnerabilities (c2a8b0a)

  • root: add content for need helps and vulnerability issue templates (aed11bc)

  • root: moving to semantic-release instead of using lerna version (9dae26f)

  • tmp: add incomplete work to the branch (db4d4b0)

  • upgrade @google/markerclustererplus from 5.1.0 to 5.1.3 (909eca9)

  • upgrade snyk from 1.372.0 to 1.373.1 (#87) (0431d1b)

  • upgrade snyk from 1.373.1 to 1.401.0 (deb8c72)

  • upgrade vuepress from 1.5.3 to 1.5.4 (#91) (0125598)

  • fix(gmap-vue)!: change to use default slot and fallback content (d53cbbe)

Features

  • all: remove unnecesary files and upgrade dependcies (1efc34e)
  • all: update marker component and its documentation (4ee095c)
  • docs: add link to github repo in the header menu (d906345)
  • docs: update and improve documentation (f3f999d)
  • documentation: add documentation for circle component (01986fa)
  • documentation: add documentation for cluster component (c6b93ab)
  • documentation: update and unify docs for autocomplete component (41702bd)
  • gmap-vue: add cluster.vue component and remove cluster.js (3398d5f)
  • gmap-vue: move drawing-manager,heatmap and info-window to vue files (66d8064)
  • gmap-vue: rename all components to follow vue linter rules (c2df328)
  • gmap-vue: update kml-layer component to a vue file (ca4056a)
  • gmap-vue: upgrade map.vue (38fe7c4)
  • gmap-vue: upgrade markerclustererplus (e2aebb3)
  • gmap-vue: upgrade markerclustererplus (e64eafa)

BREAKING CHANGES

  • we remove the slot input and use the default one

1.5.0 (2020-10-31)

1.4.1 (2020-10-30)

Note: Version bump only for package gmap-vue

1.4.0 (2020-08-09)

Bug Fixes

  • all: update vuejs version to the latest one (e22b276)
  • gmap-vue: fix hit and drawer map components and examples (#56) (#57) (778a927), closes #44 #44
  • gmap-vue: fix tests and styles (b06aa81)

1.2.1 (2020-08-03)

1.2.0 (2020-08-03)

Features

  • gmap-vue: add a drawing manager component (#19) (d7afa94)
  • gmap-vue: add a heatmap layer component (#8) (5d7d9c0)

1.3.0 (2020-08-08)

Bug Fixes

  • all: update vuejs version to the latest one (50ffde7)
  • gmap-vue: fix hit and drawer map components and examples (#56) (#57) (778a927), closes #44 #44
  • gmap-vue: fix tests and styles (d014f18)

1.2.1 (2020-08-03)

1.2.0 (2020-08-03)

Features

  • gmap-vue: add a drawing manager component (#19) (d7afa94)
  • gmap-vue: add a heatmap layer component (#8) (5d7d9c0)