Skip to content

Releases: nextzen/nextzen.js

v0.9.2

Choose a tag to compare

@hanbyul-here hanbyul-here released this 16 Nov 21:00
bb202ea
  • maintenance of package.json
  • put Tangram in dependency (It was in dev-dependency before)

v0.9.1

Choose a tag to compare

@hanbyul-here hanbyul-here released this 13 Nov 17:17
3a6518c
  • fixed standalone build

v0.9.0

Choose a tag to compare

@hanbyul-here hanbyul-here released this 13 Nov 15:15
950b879
  • ditched iframe detection by default. set up the 'iframeDetection` parameter to activate iframeDetection only this parameter is passed as true.
  • updated Tangram to 0.14
  • bundled Tangram. Exposed Tangram Layer through getTangramLayer method of map. : This introduces the deprecation of debug option, tangramloaded event. Updated docs about it.

v0.8.5

Choose a tag to compare

@hanbyul-here hanbyul-here released this 02 Oct 14:47
  • deleted not-used uglifyjs dependency (uglifyjs moved to uglify-js and we are using it)
  • updated basemapstyles to the latest styles. Now basemapstyles are objects containing the import as key and the strings of urls to import as values (no change on user side)

v0.8.4

Choose a tag to compare

@hanbyul-here hanbyul-here released this 06 Sep 18:50
  • release 0.8.3 embedded cached patched version. This release made it clear to embed the latest leaflet-geocoder-mapzen

v0.8.3

Choose a tag to compare

@hanbyul-here hanbyul-here released this 06 Sep 17:06
  • Replaced default fallback osm tile to https served one
  • put geocoder without UI methods back.
  • search documentation update to point to documentation page

v0.8.2

Choose a tag to compare

@hanbyul-here hanbyul-here released this 30 Aug 16:38
  • Bumped up to Leaflet v1.2
  • Set worldCopyHump as true by default
  • fixed missing links for docs
  • added missing require(Leaflet) in apiKeyCheck

v0.8.1

Choose a tag to compare

@hanbyul-here hanbyul-here released this 27 Jul 17:52
  • Fixed a bug not being able to initialize more than one map without Tangram.
  • bumped Tangram to 0.13
  • polished documentation

v0.8.0

Choose a tag to compare

@hanbyul-here hanbyul-here released this 05 Jul 18:45
  • updated lrm-mapzen This includes
  1. ServiceUrl swap functions
  2. more options for input using L.Mapzen.routing.waypoint
  • updated documentation to get ready for api key swap
  • updated scarab to reflect New Info Button function of it

v0.7.4

Choose a tag to compare

@hanbyul-here hanbyul-here released this 26 Jun 16:50
  • Made apiKeyCheck instance to return option object even when it is empty
  • Added tests for components' initialization.