Releases: d3/d3-tile
Releases · d3/d3-tile
v1.0.0
- Add tile.tileSize. Thanks, @linusmarco!
- Add tile.clampX.
- Add tile.clampY.
- Add tile.clamp.
- Add d3.tileWrap; remove tile.wrap.
- tile.scale can now be an accessor function.
- tile.translate can now be an accessor function.
- tile.scale and tile.translate are now default-compatible with d3-zoom transforms.
- Tiles are once again arrays [x, y, z], not objects!
- Add
unpkg
entry to package.json for serving a minified bundle with d3-require. - Fix ES import compatibility by using file extensions on paths.
- Fix tile computation when scale is less than 1.
- Remove d3-array dependency.
- Add tests!
- Better documentation and examples!
See new and updated examples here: https://observablehq.com/collection/@d3/d3-tile
Special thanks to @curran for feedback and contributions!
v0.0.4
v0.0.3
- Add tile.extent.