Skip to content

Releases: atmist/snazzy-info-window

1.1.1

29 Nov 05:46
Compare
Choose a tag to compare

Features

  • Added better support for ES6 import statements. Now we check if google is defined before extending the OverlayView. (Fixes #16, #21)
  • setWrapperClass: The wrapperClass can now be set at any point in time. (Fixes #23)

1.1.0

09 Mar 23:01
Compare
Choose a tag to compare

Refactoring

The position option was renamed to placement to be more consistent with Google Maps. This change is backwards compatible with versions <1.1.0.

Features

  • closeWhenOthersOpen: Determines if the info window will close when any other Snazzy Info Window is opened. (Fixes #6)
  • setPosition: Set the position of the info window. A valid Google Map instance must be associated to the info window. This could be either through the marker or map option. (Fixes #4)
  • placement: Choose where you want the info window to be displayed, relative to the marker. (Fixes #7)
  • isOpen: Determines if the info window is open.

1.0.0

10 Nov 15:56
Compare
Choose a tag to compare

The initial release of Snazzy Info Window.

0.0.1

03 Nov 20:53
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

A test release to experiment with npm and bower packages.