Skip to content

Releases: googlemaps/js-adv-markers-utils

v1.2.4

07 Dec 11:27
dd5d89e
Compare
Choose a tag to compare

1.2.4 (2023-12-07)

Bug Fixes

  • remap click to gmp-click to avoid error-messages (#21) (af62821)

v1.2.3

06 Dec 01:25
Compare
Choose a tag to compare

1.2.3 (2023-12-06)

Miscellaneous Chores

  • add test requirement to dependabot workflow (#16) (a9ce557)
  • deps-dev: bump @babel/traverse from 7.22.10 to 7.23.2 (#15) (905025f)
  • deps-dev: bump postcss from 8.4.28 to 8.4.31 (#13) (3d7ca35)
  • deps-dev: bump postcss in /examples/playground (#12) (02bcb23)
  • deps-dev: bump postcss in /examples/typescript (#14) (49d337c)
  • deps-dev: bump vite from 4.4.9 to 4.4.12 in /examples/playground (#18) (8a30286)
  • make test.yml workflow reusable (#17) (b60a092)

v1.2.2

30 Aug 16:45
Compare
Choose a tag to compare

1.2.2 (2023-08-30)

Bug Fixes

  • playground: implement new design, info overlay, example name to url (#11) (0b90d88)

v1.2.1

29 Aug 18:16
Compare
Choose a tag to compare

1.2.1 (2023-08-29)

Bug Fixes

  • playground: remove code sharing functions (#10) (4731320)

Miscellaneous Chores

  • workflow to deploy website to github pages (#9) (75ac082)

v1.2.0

18 Aug 20:25
Compare
Choose a tag to compare

1.2.0 (2023-08-18)

Features

  • examples updated and cleaned up (#7) (fd3be63)

v1.1.1

18 Aug 20:04
Compare
Choose a tag to compare

1.1.1 (2023-08-18)

Bug Fixes

  • npm run test required depdendencies (#6) (aa04d7a)

v1.1.0

17 Aug 19:56
Compare
Choose a tag to compare

1.1.0 (2023-08-17)

Features

v1.0.1

17 Aug 16:23
Compare
Choose a tag to compare

1.0.1 (2023-08-17)

Bug Fixes

  • get playground to work again (#2) (25ffa0d)

Miscellaneous Chores

v1.0.0

15 Aug 23:16
Compare
Choose a tag to compare

1.0.0 (2023-08-15)

Features

  • add attributeDefaults for extending classes (47a5447)
  • add basic jest setup (167b6f2)
  • add basic test-suite (1de918f)
  • add content and classList attributes for html-markers (41ff9d8)
  • add example for dependent attribute values (3cd4547)
  • add examples (dd9a7a7)
  • add new plain html examples (449cdd2)
  • add PlaceMarkerCollection class (d88cab9)
  • add setAttribuets function for MarkerCollection (2711bef)
  • add setAttributes(), make update() public (075bf74)
  • api-loader: allow string-array for libraries parameter (2857bff), closes #3
  • icons: add place icons (7be7f5c)
  • implement hover-prop (90c4605)
  • implement variable location-formats (#22) (604b99e)
  • improved playground module-loading (#21) (14767bb)
  • Initial MarkerCollection implementation (24312a6)
  • marker collection updating example (1cc2f34)
  • marker-collection updates (1445d92)
  • place-icons: add place icon provider (ea1e834)
  • placemarker: create placemarker and examples (#19) (aebb263)
  • rework color-functions (1ba6b0d)
  • throw error when maps-api isn't found (6d95f0a)

Bug Fixes

  • add defaults to prevent assigning undefined values (fa8526a)
  • add eslint tests, fix errors (b87d552)
  • add missing test-files (e956f30)
  • add version to generated example-urls (3bba0b1)
  • all eslint problems solved, new implementation for computed attributes (a9d4618)
  • allow async function for examples (b0a39a3)
  • better alpha-handling in parseRgbColor (5224ed2)
  • cleanup (02b249a)
  • eslint and jest config fixes (724be51)
  • eslint config problems (2b44a32)
  • eslint errors partially fixed (321ae58)
  • further extend return-type for IconProvider (b9367d3)
  • inline code-samples for faster loading (9029ed0)
  • playground: dropdown styling (d89b0a4)
  • proper scaling for icons (7da6476)
  • remove generated code from repository and other maintenance (3b961e8)
  • remove obsolete @ts-ignore (e010be6)
  • remove placemarkers when unloading example (0d4a164)
  • rename packages in examples (63810a9)
  • restructured and improved addListener typings (#23) (0e02b40)
  • se this to refer to constructor in static initializer (fccaec9)
  • simplified implementation (82538fa)
  • tsconfig fixed (7784cae)
  • update dependencies (4f13511)
  • update example comments (3fe14db)

Code Refactoring

  • cleanup initEditor, rename config (8e52d45)
  • performance and stability improvements (f7c6a14)
  • simplified color-parsing function (e7144a6)

Documentation

Miscellaneous Chores

Read more