Hi developers-
We've just released an update to the API. See below for release notes:
Fixed Issues
* Issue 1415 : infowindow content: selectable true/ false
* Issue 1432 : Mouseout event doesn't trigger after set_icon is
called
* Issue 1365 : Map Type Controls render incorrectly with strict
doctype
Other Noticeable Changes:
* Developers no longer need to specify size for a MarkerImage, the
API will detect it when not provided. On a related note, the size,
anchor, and origin arguments for MarkerImage are all optional.
* Developers no longer need to call OverlayView.call(this) in an
OverlayView subclass's constructor.
* The OverlayView "changed" methods were removed from the interface.
This should not affect developer's code.
* The partialmatch option was removed from Geocoder Request objects.
If a developer continues to pass it, it will have no effect on the
query. (Note: upcoming geocoder changes make this option obsolete,
there should be a post about that next week).