Skip to content

v2.4.0

Compare
Choose a tag to compare
@jonataswalker jonataswalker released this 19 Dec 13:53
· 160 commits to master since this release

See #111.

Added a new target type

A <input type="text"> is now a new option.

  var geocoder = new Geocoder('nominatim', {
    provider: 'photon',
    targetType: 'text-input'
  });

A fiddle to play with.

This release can have some breaking changes if you are overriding CSS selectors, take a look at #109.