1.3 KiB
1.3 KiB
v1.0.2 (2014/01/16)
- Update version dependencies for D3 and TopoJSON
v1.0.1 (2013/01/02)
- Add D3 and TopoJSON as dependencies in
package.json
v1.0.0 (2013/12/31)
First stable release
v1.0.0-rc.2 (2013/12/26)
- Fix load order of global plugins
- Expose planet instance as
thisin event callbacks
v1.0.0-rc.1 (2013/12/24)
zoomplugin'sinitialScalecan be set to0
v0.3.0
- Reverse the order of
latandlngparameters of theaddmethod of thepingsplugin
v0.2.2
- Add
afterZoomandafterDraghooks to thezoomanddragplugins
v0.2.1
- Implement the
dragandzoomplugins
v0.2.0
- Convert the built-in
topojsonplugin to store data onplanet.plugins.topojson.worldinstead ofplanet.world - Convert the built-in
landandbordersplugins to read world data fromplanet.plugins.topojson.world - Remove the
strokeconfiguration option from theoceansplugin - Add the
lineWidthconfiguration option to thelandandbordersplugins - Add the
typeconfiguration option to thebordersplugin - Allow default configuration options to be passed to the
pingsplugin
v0.1.1
- Initial pre-release version