Skip to content

Releases: giorgiabosello/google-maps-react-markers

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

2.0.5

24 Oct 17:38
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump @babel/preset-typescript from 7.22.15 to 7.23.0 by @dependabot in #125
  • ⬆️ Bump @typescript-eslint/parser from 6.6.0 to 6.7.4 by @dependabot in #127
  • ⬆️ Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.4 by @dependabot in #128
  • ⬆️ Bump release-it from 16.1.5 to 16.2.1 by @dependabot in #124
  • ⬆️ Bump eslint-plugin-typescript-sort-keys from 3.0.0 to 3.1.0 by @dependabot in #129
  • ⬆️ Bump eslint-plugin-sort-class-members from 1.18.0 to 1.19.0 by @dependabot in #130
  • ⬆️ Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #134
  • ⬆️ Bump @types/node from 20.5.9 to 20.8.7 by @dependabot in #135
  • ⬆️ Bump @types/react from 18.2.24 to 18.2.31 by @dependabot in #136
  • ⬆️ Bump lint-staged from 14.0.1 to 15.0.2 by @dependabot in #137
  • ✨ new docs with NextJs and typescript
  • 🔥 removed CRA and all of its dependencies
  • [doc] edit typo of readme by @wherehows in #138
  • [refactor] make a function more reliable by @wherehows in #139

New Contributors

Full Changelog: 2.0.2...2.0.5

2.0.2

04 Oct 06:28
Compare
Choose a tag to compare

What's changed

  • 🚑 fix window in SSR after exporting types #123

Full Changelog: 2.0.1...2.0.2

2.0.1

03 Oct 18:50
Compare
Choose a tag to compare

What's Changed

  • 🧑‍💻 export types
  • ⬆️ Bump @types/react from 18.2.21 to 18.2.24 by @dependabot in #122
  • ⬆️ Bump @babel/preset-env from 7.22.14 to 7.22.20 by @dependabot in #115
  • ⬆️ Bump eslint from 8.48.0 to 8.50.0 by @dependabot in #117
  • ⬆️ Bump @babel/core from 7.22.15 to 7.23.0 by @dependabot in #121
  • ⬆️ Bump @commitlint/cli from 17.7.1 to 17.7.2 by @dependabot in #119

Full Changelog: 2.0.0...2.0.1

2.0.0

29 Sep 19:09
Compare
Choose a tag to compare

🎉 2.0.0 version released

💥 Library has completely been rewritten in Typescript!

🚧 Builded with tsup
✏️ Fully typed
🔥 PropTypes removed
⬆️ Dependencies upgrade (see below)

What's Changed

Full Changelog: 1.4.2...2.0.0

💬 Discussions open here.