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