Skip to content

Version 0.17.0

Compare
Choose a tag to compare
@manthey manthey released this 01 Aug 13:33
· 972 commits to master since this release
735f517

Features

  • Add multi-color support to the continuous color legend (#810)
  • Warn when trying to create an unsupported feature (#823)
  • Expose registries (#830)
  • Add all proj4 projections (#840, #873)
  • Trigger an event when an annotation's coordinates change (#841)
  • Add an option to limit text feature rendering (#834)
  • Calculating min and max of array is now a utility function (#835)
  • Generalized meshes (#817)
  • Added a wrapAngle utility function (#836)
  • Isolines (#838)

Bug Fixes

  • Ensure GL polygons are built once before their strokes so that the strokes are always on top (#806)
  • Work around atan bugs in openmesa and swiftshader WebGL renderers (#816)
  • Fix text alignment on the scale widget (#828)
  • Ignore z values in vgl.lineFeature (#833)
  • Don't modify geojson object coordinates (#848)
  • Ensure all point position calls pass the data index (#852)

Testing

  • Test with a muted video (#811)
  • Use Firefox headless (#818)
  • Use karma-spec-reported for better output (#829)
  • Upgrade jasmine (#837)
  • Refactor how external data is fetched (#851)
  • Add more support for testing examples, similar to tutorial tests (#866)
  • Refactored the server script to allow serving the website and build directories as well as the dist directory (#868)

Documentation

  • Improve tutorial page layout (#809)
  • Improve documentation (#819, #825, #824, #839, #844, #849, #859, #858, #867, #872)
  • Update tutorials when text is deleted (#827)
  • Added a rainfall example with isolines and contours (#869)
  • Change the Deep Zoom example to make it more generic and use a public data source (#875)
  • Automate website deployment (#877)

Changes

  • Remove bower support (#856)
  • Switch to webpack v3 (#854)
  • Removed needless function wrappers (#870)