Releases: nextzen/nextzen.js
Releases · nextzen/nextzen.js
v0.9.2
v0.9.1
- fixed standalone build
v0.9.0
- 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 ofdebug
option,tangramloaded
event. Updated docs about it.
v0.8.5
- deleted not-used
uglifyjs
dependency (uglifyjs moved touglify-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
release 0.8.3
embedded cached patched version. This release made it clear to embed the latest leaflet-geocoder-mapzen
v0.8.3
- 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
- Bumped up to Leaflet v1.2
- Set
worldCopyHump
as true by default - fixed missing links for docs
- added missing
require(Leaflet)
inapiKeyCheck
v0.8.1
- Fixed a bug not being able to initialize more than one map without Tangram.
- bumped Tangram to 0.13
- polished documentation
v0.8.0
- updated lrm-mapzen This includes
- ServiceUrl swap functions
- 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
- Made
apiKeyCheck
instance to return option object even when it is empty - Added tests for components' initialization.