Releases: nextzen/nextzen.js
Releases · nextzen/nextzen.js
v0.5.4
- Added methods of the search component working without UI components (being attached to the map)
v0.5.3
- set default (recommended) positions of components.
- made WebGL-check of Tangram component not to go through timeout events.
- added examples for local version tests( made exisiting examples use mapzen.com cdn - most recently released version)
- started deploying 'unstable' version from master branch without release process.
v0.5.2
Enhancements
- Bump Tangram version to v0.11 - See Tangram v0.11 release notes for detailed changes
- Updated README
Bug Fixes
- Fix standalone example
Updated documentation page structure
- Updated documentation of mapzen.js structure to reflect most recent change of cartography documentation.
- changed the structure for each component to have some sections (Options, Event - if there is any-)
leaflet 1.0 upgrade and standalone version available
- Leaflet 1.0 upgrade
- standalone version without Leaflet available
- debugTangram now available
Made debug more convenient
- exposed some variables (Map Control, tangram) to make debug & development easier
fixed imagepath error with Leaflet v1.0 , zoomcontrol on mobile error
- reflected the different handling of
imagePath
from Leaflet 1.0 for standalone - check there is zoomcontrol on the map before disabling it
bumped up Refill version num
Merge pull request #273 from mapzen/hanb/bump-up-styles bumped up Refill version num
bumped up the basemap styles (bubble wrap, walkabout, zinc, cinnabar)version
Merge pull request #271 from mapzen/hanb/bump-up-styles bumped up the version of basemap styles
fixed npm release process
- publish package for npm release was accidentally dropped. Put it back.