Skip to content

Releases: giorgiabosello/google-maps-react-markers

2.0.15

09 Feb 13:14
3ca833f
Compare
Choose a tag to compare
  • ⬆️ Bump React from 18.3 to 19.0
  • ⬆️ Bump ESLint and relative plugins
  • 🐛 Fix TypeScript definitions for MapProps
  • 🔖 Release 2.0.15

2.0.14

31 Jan 16:59
Compare
Choose a tag to compare

What's changed

  • chore(types): 🔖 release for ts types

2.0.13

26 Jan 20:30
Compare
Choose a tag to compare

What's Changed

fix: 🐛 rerender overlay on draggable prop change for correct drag implementation

2.0.12

26 Jan 20:04
Compare
Choose a tag to compare

What's Changed

fix: 🐛 performance issue #332

  • fix: revert overlay projection from style to transform since it was causing big performance issues while zooming and a lot of markers were on the map.
  • feat: ✨ add 300 marker positions to docs and update next to 15.1.6

2.0.11

22 Aug 16:11
77905eb
Compare
Choose a tag to compare

What's Changed

🐛 fix rtl overlay projection

  • fix: update overlay projection from transform to style by @giorgiabosello in #295 to fix markers position when swtiching from dir="ltr" to dir="rtl"

build(deps): 🔝 upgrade dependencies

  • build(deps): bump next from 14.1.0 to 14.1.1 in /docs by @dependabot in #260
  • build(deps-dev): bump @types/react from 18.3.1 to 18.3.2 by @dependabot in #262
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in #264
  • build(deps-dev): bump eslint from 9.1.1 to 9.3.0 by @dependabot in #265
  • build(deps-dev): bump @types/node from 20.12.8 to 20.12.12 by @dependabot in #266
  • build(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.10.0 by @dependabot in #268
  • fix(chore): 🐛 fix markers not centered (add offset) by @giorgiabosello in #270
  • build(deps-dev): bump @types/react from 18.3.2 to 18.3.3 by @dependabot in #276
  • build(deps-dev): bump @babel/preset-typescript from 7.24.1 to 7.24.7 by @dependabot in #278
  • build(deps-dev): bump @types/google.maps from 3.55.8 to 3.55.11 by @dependabot in #282
  • build(deps): bump braces from 3.0.2 to 3.0.3 in /docs by @dependabot in #284
  • build(deps-dev): bump @babel/preset-react from 7.24.1 to 7.24.7 by @dependabot in #279
  • build(deps-dev): bump @babel/preset-env from 7.24.5 to 7.24.8 by @dependabot in #283

Full Changelog: 2.0.9...2.0.11

2.0.10

23 May 09:56
Compare
Choose a tag to compare

fix(chore): 🐛 fix markers not centered (add offset)

Markers weren't center on their container, added an offset to the projection calculation based on the height and width of marker image.

2.0.9

03 May 15:45
e1c25cf
Compare
Choose a tag to compare

⬆️ bump dependencies

all the details, here.

2.0.8

20 Dec 22:19
Compare
Choose a tag to compare

🐛 fix errors on draggable markers - #175
⬆️ bump dependencies

2.0.7

23 Nov 11:13
7dc116f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.6...2.0.7

2.0.6

27 Oct 07:17
Compare
Choose a tag to compare

🐛 fix: onChange callback not triggered - issue #140

Full Changelog: 2.0.5...2.0.6