- Update LICENSE and copyright notices
- Set
planetaryjs
on root when using AMD
Core
- Add
stop
method - Add
onStop
hooks
- Don't disable adaptive resampling on the projection
- Update version dependencies for D3 and TopoJSON
- Add D3 and TopoJSON as dependencies in
package.json
First stable release
- Fix load order of global plugins
- Expose planet instance as
this
in event callbacks
zoom
plugin'sinitialScale
can be set to0
- Reverse the order of
lat
andlng
parameters of theadd
method of thepings
plugin
- Add
afterZoom
andafterDrag
hooks to thezoom
anddrag
plugins
- Implement the
drag
andzoom
plugins
- Convert the built-in
topojson
plugin to store data onplanet.plugins.topojson.world
instead ofplanet.world
- Convert the built-in
land
andborders
plugins to read world data fromplanet.plugins.topojson.world
- Remove the
stroke
configuration option from theoceans
plugin - Add the
lineWidth
configuration option to theland
andborders
plugins - Add the
type
configuration option to theborders
plugin - Allow default configuration options to be passed to the
pings
plugin
- Initial pre-release version