Skip to content

4.0.0

Compare
Choose a tag to compare
@gampleman gampleman released this 15 Feb 20:56
· 60 commits to master since this release
9bd079e
  • Upgrades to Mapbox GL 0.53
  • Simplifies all enum values to not require prefix, so textFitNone now becomes none. This means that some type level trickery is used for ambiguous names like auto or none, but overall I think this is nicer.
  • Huge upgrade to the style code generator, it can now handle nearly everything...
  • All the mapbox styles are now available in the examples directory.
  • Fixes an issue which made commands not work in some cases (thanks @rrbutani)
  • Sometimes events could give back floating point values, this is now handled properly (thanks @rrbutani)
  • Small documentation updates.