Releases: nextzen/nextzen.js
Releases · nextzen/nextzen.js
Release list
v0.9.2
- maintenance of
package.json - put Tangram in dependency (It was in dev-dependency before)
v0.9.1
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
getTangramLayermethod of map. : This introduces the deprecation ofdebugoption,tangramloadedevent. Updated docs about it.
v0.8.5
- deleted not-used
uglifyjsdependency (uglifyjs moved touglify-jsand we are using it) - updated basemapstyles to the latest styles. Now basemapstyles are objects containing the
importas key and the strings of urls to import as values (no change on user side)
v0.8.4
release 0.8.3embedded 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
worldCopyHumpas 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
apiKeyCheckinstance to return option object even when it is empty - Added tests for components' initialization.