You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated! Because of a bug in changing publishing process (the last bullet point in this section). Please use v1.7.1 instead.
Added a .reset() method. For developers that need to interact with the geocoder programatically, a single method that resets the input and results is pretty handy. This breaks an undocumented internal method, but you weren't using that anyway, right? 😉 (with @Abbe98, see #133)
Added support for focus and blur event listeners. You can now attach handlers for those events directly to the geocoder instance. It forwards the same DOM events from the input element, so developers have a more convenient way of tapping into them. #117
We've implemented an internal process change: the code is now stored in the src directory, and only copied to dist when we publish the package. #137