Skip to content

Releases: nextzen/nextzen.js

v0.9.2

16 Nov 21:00
bb202ea
Compare
Choose a tag to compare
  • maintenance of package.json
  • put Tangram in dependency (It was in dev-dependency before)

v0.9.1

13 Nov 17:17
3a6518c
Compare
Choose a tag to compare
  • fixed standalone build

v0.9.0

13 Nov 15:15
950b879
Compare
Choose a tag to compare
  • 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

02 Oct 14:47
Compare
Choose a tag to compare
  • 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

06 Sep 18:50
Compare
Choose a tag to compare
  • release 0.8.3 embedded cached patched version. This release made it clear to embed the latest leaflet-geocoder-mapzen

v0.8.3

06 Sep 17:06
Compare
Choose a tag to compare
  • 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

30 Aug 16:38
Compare
Choose a tag to compare
  • 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

27 Jul 17:52
Compare
Choose a tag to compare
  • Fixed a bug not being able to initialize more than one map without Tangram.
  • bumped Tangram to 0.13
  • polished documentation

v0.8.0

05 Jul 18:45
Compare
Choose a tag to compare
  • 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

26 Jun 16:50
Compare
Choose a tag to compare
  • Made apiKeyCheck instance to return option object even when it is empty
  • Added tests for components' initialization.