Skip to content

v0.7.0

Latest

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 02 Sep 21:15

0.7.0 (2026-09-02)

⚠ BREAKING CHANGES

  • If you rely on setting elem.place = elem.place to force a refresh, you will need to switch to a new, explicit .refresh() method.

Bug Fixes

  • address bug where 24/7 locations could be displayed as closed (ec2181e)
  • resolve issue #305 where looping could happen in typical declarative implementations (6a33f51)
  • update self-closing SVG tag to avoid parse errors (e01ed52)