Releases: BinaryMuse/planetary.js
Releases · BinaryMuse/planetary.js
v0.3.0
- Reverse the order of
lat
andlng
parameters of theadd
method of thepings
plugin
v0.2.2
- Add
afterZoom
andafterDrag
hooks to thezoom
anddrag
plugins
v0.2.1
- Implement the
drag
andzoom
plugins
v0.2.0
- 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
v0.1.1
v0.1.1 is the first public version of Planetary.js. It is a prerelease version, as the API is in development and may change in future versions.